Skip to content
New issue

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

Run status reporting on console not accurate #154

Closed
poornas opened this issue Sep 26, 2017 · 0 comments
Closed

Run status reporting on console not accurate #154

poornas opened this issue Sep 26, 2017 · 0 comments
Assignees
Milestone

Comments

@poornas
Copy link
Contributor

poornas commented Sep 26, 2017

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"}
@deekoder deekoder added this to the Current milestone Sep 27, 2017
@nitisht nitisht self-assigned this Sep 27, 2017
nitisht added a commit to nitisht/mint that referenced this issue Sep 27, 2017
nitisht added a commit to nitisht/mint that referenced this issue Sep 27, 2017
nitisht added a commit to nitisht/mint that referenced this issue Sep 28, 2017
nitisht added a commit to nitisht/mint that referenced this issue Sep 29, 2017
nitisht added a commit to nitisht/mint that referenced this issue Sep 29, 2017
nitisht added a commit that referenced this issue Sep 29, 2017
@nitisht nitisht added the fixed label Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants