Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestObjectAPIPutObjectStaleFiles (0.21 sec)

  1. cmd/object-api-putobject_test.go

    		}
    	}
    }
    
    // Wrapper for calling PutObject tests for both Erasure multiple disks and single node setup.
    func TestObjectAPIPutObjectStaleFiles(t *testing.T) {
    	ExecObjectLayerStaleFilesTest(t, testObjectAPIPutObjectStaleFiles)
    }
    
    // Tests validate correctness of PutObject.
    func testObjectAPIPutObjectStaleFiles(obj ObjectLayer, instanceType string, disks []string, t *testing.T) {
    	// Generating cases for which the PutObject fails.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top