minio / mint

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

Add json output for mint mc test cases #121

Closed nitisht closed 7 years ago

nitisht commented 7 years ago

Fixes: https://github.com/minio/mint/issues/114

Here is the new output for mint mc tests:

{
  "name": "mc",
  "duration": "14",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-19857",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "74",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-8268",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "971",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-3041",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "68",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-27023",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "99",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-12823",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "1088",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-6179",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "48",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-18387",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "5",
  "function": "./mc mb target/Mc-mint-test-bucket-1023",
  "status": "PASS"
}
{
  "name": "mc",
  "duration": "37",
  "function": "./mc rm --force --recursive target/mc-mint-test-bucket-5913",
  "status": "PASS"
}
nitisht commented 7 years ago

@balamurugana updated the PR.

nitisht commented 7 years ago

Updated with make_bucket delete_bucket @balamurugana . Please take a look