Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFormatErasureEmpty (0.6 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 := range 16 {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top