-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-2211. Collect docker logs if env fails to start #1553
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
Conversation
|
/label ozone |
|
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM (pending CI). Thanks @adoroszlai for this useful improvement.
|
Dumb q. - I see a couple of integration test failures. How can I get to their docker-compose logs? |
Integration tests are simple (long-running) JUnit tests. They do not use docker-compose. Tests classes with failures are listed in the summary file ("Details" link of integration) with separate link to results and output. Acceptance tests use docker-compose. Their results are in this directory, docker-compose logs are the |
|
Looks good. +1 from me. I will commit this today. |
|
Thanks @dineshchitlangia and @arp7 for the reviews. |
What changes were proposed in this pull request?
https://issues.apache.org/jira/browse/HDDS-2211
How was this patch tested?
Ran
acceptance.shlocally. Also simulated failure during datanode startup, verified that docker log is saved.