We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SDK run status for Mint shows mc sdk with "done" status whereas the output log shows that some tests have failed.
To get intermittent logs, 'sudo docker cp 35778a305d86:/mint/log /tmp/mint-logs' Running aws-sdk-php tests ... FAILED in 1 seconds Running aws-sdk-ruby tests ... done in 6 seconds Running awscli tests ... FAILED in 1 minutes and 43 seconds Running mc tests ... done in 1 minutes and 43 seconds Running minio-go tests ... FAILED in 1 seconds Running minio-java tests ...
➜ mc cat output.log {"name": "mc", "duration": "1022", "function": "delete_bucket", "status": "PASS"} {"name": "mc", "duration": "6417", "function": "./mc cp --json target/mc-mint-test-bucket-30830/datafile-1-MB /tmp", "status": "PASS"} {"name": "mc", "duration": "35038", "function": "./mc cp --json target/mc-mint-test-bucket-2006/datafile-65-MB /tmp", "status": "PASS"} {"name": "mc", "duration": "5810", "function": "./mc share --json upload target/mc-mint-test-bucket-22993/datafile-1-MB", "status": "PASS"} {"name": "mc", "duration": "5285", "function": "./mc share --json download target/mc-mint-test-bucket-12522/datafile-1-MB", "status": "PASS"} {"name": "mc", "duration": "41986", "function": "./mc mirror -q /mint/data target/mc-mint-test-bucket-24454", "status": "PASS"} {"name": "mc", "duration": "5010", "function": "./mc cat target/mc-mint-test-bucket-29880/run.sh", "status": "PASS"} {"name": "mc", "duration": "5", "function": "./mc mb target/Mc-mint-test-bucket-31241", "status": "PASS"} {"name": "mc", "duration": "2798", "function": "./mc cp /mint/data/datafile-1-MB target/mc-mint-test-bucket-19031//2123123\123", "status": "FAIL", "error": "`/mint/data/datafile-1-MB` -> `target/mc-mint-test-bucket-19031/2123123\123` Total: 1024.00 KB, Transferred: 1024.00 KB, Speed: 608.72 KB/s"} {"name": "mc", "duration": "2800", "function": "./mc cp /mint/data/datafile-1-MB target/mc-mint-test-bucket-19031//2123123\123", "status": "PASS"}
The text was updated successfully, but these errors were encountered:
Fix mc logging and return on first failure
85ec05a
Fixes minio#154
Fix mc logging and exit on first failure
47f46f5
e19299a
1891800
12ff742
Fix mc logging and exit on first failure (#159)
89f46f0
Fixes #154
nitisht
No branches or pull requests
The SDK run status for Mint shows mc sdk with "done" status whereas the output log shows that some tests have failed.
The text was updated successfully, but these errors were encountered: