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

Improve debuggability of integration test failures #454

Open
zcahana opened this issue Dec 26, 2016 · 0 comments
Open

Improve debuggability of integration test failures #454

zcahana opened this issue Dec 26, 2016 · 0 comments
Labels

Comments

@zcahana
Copy link
Member

zcahana commented Dec 26, 2016

Current integration test output is very limited (simple echo's and set -x), which makes it very hard to debug test failures on Travis. We can improve this by:

  1. Dumping information on what containers/pods are running.
  2. Dumping stdout/stderr of containers.
  3. Dumping relevant log files (nginx's, envoy's, ...).
  4. Remove the clutter output from set -x, and replace it with more focused prints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant