Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/erasure-healing_test.go

    		ScanMode: madmin.HealDeepScan,
    	})
    	// since majority of xl.meta's are not available, object quorum
    	// 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(context.Background())
    	defer cancel()
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Mar 27 15:10:40 GMT 2024
    - 47.6K bytes
    - Viewed (0)
Back to top