Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPutObjectConditionalWithReadQuorumFailure (0.13 sec)

  1. cmd/erasure-object-conditional_test.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"bytes"
    	"context"
    	"testing"
    
    	xhttp "github.com/minio/minio/internal/http"
    )
    
    // TestPutObjectConditionalWithReadQuorumFailure tests that conditional
    // PutObject operations (with if-match/if-none-match) behave correctly when read quorum
    // cannot be reached.
    //
    // Related to: https://github.com/minio/minio/issues/21603
    //
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Oct 24 04:05:31 UTC 2025
    - 4.9K bytes
    - Viewed (0)
Back to top