gtristan opened a new pull request #1615:
URL: https://github.com/apache/buildstream/pull/1615
o Fix script to handle exit codes from docker-compose, this is because
if a test fails and we have `set -e` enabled, we fail to cleanup
the running docker services, leaving running containers behind.
o Use `--volumes` argument to `docker-compose down`.
The buildbarn test was leaving behind volumes containing built artifacts,
causing tests to fail after they had succeeded once, by leaving this
state behind.
Fixes #1614
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]