Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/erasure-healing_test.go

    	// can't be read properly will be deleted automatically and
    	// err is nil
    	if !isErrObjectNotFound(err) {
    		t.Fatal(err)
    	}
    }
    
    // Tests healing of empty directories
    func TestHealEmptyDirectoryErasure(t *testing.T) {
    	ctx, cancel := context.WithCancel(t.Context())
    	defer cancel()
    
    	nDisks := 16
    	fsDirs, err := getRandomDisks(nDisks)
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 48.5K bytes
    - Viewed (0)
Back to top