Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetLocalPeer (0.14 sec)

  1. cmd/endpoint_test.go

    // So it means that if you have say localhost:9000 and localhost:9001 as endpointArgs then localhost:9001
    // is considered a remote service from localhost:9000 perspective.
    func TestGetLocalPeer(t *testing.T) {
    	tempGlobalMinioPort := globalMinioPort
    	defer func() {
    		globalMinioPort = tempGlobalMinioPort
    	}()
    	globalMinioPort = "9000"
    
    	testCases := []struct {
    		endpointArgs   []string
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Sat Jan 13 07:53:03 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top