Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestErasureDeleteObjectDiskNotFound (0.25 sec)

  1. cmd/erasure-object_test.go

    		switch statErr.(type) {
    		case ObjectNotFound:
    		default:
    			t.Fatalf("Object %s is not removed", test.bucket+SlashSeparator+test.object)
    		}
    	}
    }
    
    func TestErasureDeleteObjectDiskNotFound(t *testing.T) {
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    
    	// Create an instance of xl backend.
    	obj, fsDirs, err := prepareErasure16(ctx)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 36.8K bytes
    - Viewed (0)
Back to top