Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertPong (0.15 sec)

  1. cmd/server_test.go

    	c.Assert(err, nil)
    	// asserting for the expected error response.
    	verifyError(c, response, "NoSuchBucket", "The specified bucket does not exist", http.StatusNotFound)
    }
    
    func (s *TestSuiteCommon) TestPutBucket(c *check) {
    	// generate a random bucket name.
    	bucketName := getRandomBucketName()
    	// Block 1: Testing for racy access
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
Back to top