Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFormatErasureEmpty (0.19 sec)

  1. cmd/format-erasure_test.go

    		}
    	}
    	gotThis := newFormats[2].Erasure.This
    	if expThis != gotThis {
    		t.Fatalf("expected uuid %s, got %s", expThis, gotThis)
    	}
    }
    
    // tests formatErasureV3ThisEmpty conditions.
    func TestFormatErasureEmpty(t *testing.T) {
    	format := newFormatErasureV3(1, 16)
    	format.Erasure.DistributionAlgo = formatErasureVersionV2DistributionAlgoV1
    	formats := make([]*formatErasureV3, 16)
    
    	for j := 0; j < 16; j++ {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Mon Apr 15 08:25:46 GMT 2024
    - 12.9K bytes
    - Viewed (0)
Back to top