You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/02 06:32:58 UTC

[GitHub] [hadoop] adoroszlai commented on issue #1553: HDDS-2211. Collect docker logs if env fails to start

adoroszlai commented on issue #1553: HDDS-2211. Collect docker logs if env fails to start
URL: https://github.com/apache/hadoop/pull/1553#issuecomment-537356639
 
 
   > 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](https://github.com/elek/ozone-ci-q4/tree/master/pr/pr-hdds-2211-2dwkd/acceptance), docker-compose logs are the `docker-*.log` files.  In general you can get to it by following one of the other "Details" links (eg. author or build) and then navigating up one level in the directory hierarchy, then down to `acceptance`.  The "Details" link for acceptance tests leads to the HTML report on the GitHub Pages version of the same repo, which has the advantage that it gets rendered by the browser rather than showing the raw source, but directory listing does not work there.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org