Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for logIf (0.51 sec)

  1. cmd/erasure-multipart-conditional_test.go

    				return oi.ETag != "wrong-etag-12345"
    			},
    		}
    
    		_, err := obj.NewMultipartUpload(ctx, bucket, object, opts)
    		if !isErrReadQuorum(err) {
    			t.Logf("Got error (as expected): %v", err)
    			t.Logf("But expected read quorum error, not object-not-found error")
    		}
    	})
    
    	t.Run("if-match with correct ETag and read quorum failure", func(t *testing.T) {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Oct 24 04:05:31 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. cmd/object-api-listobjects_test.go

    				// assertion following this.
    				if !testCase.versioned {
    					if len(testCase.resultL.Objects) != len(resultL.Objects) {
    						t.Logf("want: %v", objInfoNames(testCase.resultL.Objects))
    						t.Logf("got: %v", objInfoNames(resultL.Objects))
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Oct 10 18:57:03 UTC 2025
    - 76.1K bytes
    - Viewed (0)
Back to top