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

Set -x in the integration test #522

Merged
merged 4 commits into from
Oct 24, 2019
Merged

Conversation

JonathanDCohen
Copy link
Contributor

The integration test has been flaking from time to time on Travis with no obvious failures, indicating this is happening unexpectedly outside a fail call. set -x will help us diagnose when it happens again.

The integration test has been flaking from time to time on Travis with
no obvious failures, indicating this is happening unexpectedly outside a
`fail` call.  `set -x` will help us diagnose when it happens again.
@fortuna
Copy link
Collaborator

fortuna commented Oct 23, 2019

set -x makes the output extremely verbose and hard to read. Tests should be clean on success. Can we make it so that we only get extra output on failures?

@JonathanDCohen
Copy link
Contributor Author

Changed run_action so it only outputs logs on test failure and then returns the test result

Jon Cohen added 2 commits October 23, 2019 12:43
failure for easier sharing of test results.  It will eventually get
cleaned up whenever the tmp directory gets cleaned.
@JonathanDCohen JonathanDCohen merged commit a9aef69 into master Oct 24, 2019
@sbruens sbruens deleted the cohenjon-integration-test-info branch March 5, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants