minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
81 stars 50 forks source link

minio-java tests fail #218

Closed nitisht closed 6 years ago

nitisht commented 6 years ago

Mint test on latest rc failed. Reproducible with Server mode

Mint logs:

(2/6) Running minio-java tests ... FAILED in 3 seconds
{
  "name": "minio-java",
  "function": "presignedPostPolicy(PostPolicy policy)",
  "duration": 101,
  "status": "FAIL",
  "error": "java.lang.Exception: failed to upload object. Response: Response{protocol=http/1.1, code=405, message=Method Not Allowed, url=http://127.0.0.1:9000/minio-java-test-qfjktl/minio-java-test-3tn6tl5}, Error: <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>MethodNotAllowed</Code><Message>The specified method is not allowed against this resource.</Message><Key></Key><BucketName></BucketName><Resource>/minio-java-test-qfjktl/minio-java-test-3tn6tl5</Resource><RequestId>3L137</RequestId><HostId>3L137</HostId></Error> >>> [FunctionalTest.presignedPostPolicy_test(FunctionalTest.java:1624), FunctionalTest.runQuickTests(FunctionalTest.java:2525), FunctionalTest.main(FunctionalTest.java:2573)]"
}
balamurugana commented 6 years ago

Already fixed in master

nitisht commented 6 years ago

minio-java master?

balamurugana commented 6 years ago

yes

nitisht commented 6 years ago

ok then we can ignore this

harshavardhana commented 6 years ago

We can make a release of minio-java tomorrow @balamurugana @nitisht

nitisht commented 6 years ago

That will be great!

nitisht commented 6 years ago

Keeping this open till minio-java is released

kannappanr commented 6 years ago

Minio-Java was released today.