Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseReplicateDecision (1.28 sec)

  1. cmd/bucket-replication-utils_test.go

    			},
    		},
    	},
    }
    
    func TestParseReplicateDecision(t *testing.T) {
    	for i, test := range parseReplicationDecisionTest {
    		dsc, err := parseReplicateDecision(context.Background(), "bucket", test.expDsc.String())
    		if err != nil {
    			if test.expErr != err {
    				t.Errorf("Test%d (%s): Expected parse error got %t , want %t", i+1, test.name, err, test.expErr)
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Aug 08 20:27:40 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top