Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ExecExtendedObjectLayerTest (0.42 sec)

  1. cmd/object-api-multipart_test.go

    	}
    }
    
    // Wrapper for calling PutObjectPart tests for both Erasure multiple disks and single node setup.
    func TestObjectAPIPutObjectPart(t *testing.T) {
    	ExecExtendedObjectLayerTest(t, testObjectAPIPutObjectPart)
    }
    
    // Tests validate correctness of PutObjectPart.
    func testObjectAPIPutObjectPart(obj ObjectLayer, instanceType string, t TestErrHandler) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  2. cmd/test-utils_test.go

    	args.objAPITest(objLayer, ErasureTestStr, bucketErasure, erAPIRouter, credentials, args.t)
    
    	// clean up the temporary test backend.
    	removeRoots(append(erasureDisks, fsDir))
    }
    
    // ExecExtendedObjectLayerTest will execute the tests with combinations of encrypted & compressed.
    // This can be used to test functionality when reading and writing data.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
Back to top