Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for overkill (0.15 sec)

  1. cmd/bucket-replication-utils_test.go

    	},
    }
    
    func TestCompositeReplicationStatus(t *testing.T) {
    	for i, test := range replicationStateTest {
    		if rstatus := test.rs.CompositeReplicationStatus(); rstatus != test.expStatus {
    			t.Errorf("Test%d (%s): Overall replication status  got %s , want %s", i+1, test.name, rstatus, test.expStatus)
    		}
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Aug 08 20:27:40 GMT 2023
    - 9.3K bytes
    - Viewed (0)
Back to top