Print out docker logs on failure for debugging#11380
Closed
ycombinator wants to merge 1 commit intoelastic:masterfrom
ycombinator:docker-logs-debug-kb-401
Closed
Print out docker logs on failure for debugging#11380ycombinator wants to merge 1 commit intoelastic:masterfrom ycombinator:docker-logs-debug-kb-401
ycombinator wants to merge 1 commit intoelastic:masterfrom
ycombinator:docker-logs-debug-kb-401
Conversation
Contributor
Author
|
jenkins, test this |
1 similar comment
Contributor
Author
|
jenkins, test this |
Contributor
Author
|
jenkins, test this |
ycombinator
added a commit
that referenced
this pull request
Apr 13, 2019
We're starting to see errors like this quite frequently (but not all the time) in our CI:
```
Creating metricbeat91226fb6ffe6d06676cfc1383d0a3ffb19f00db7_kibana_1 ...
stats_integration_test.go:60:
Error Trace: stats_integration_test.go:60
Error: Should be empty, but was [error making http request: Get http://kibana:5601/api/stats?extended=true: net/http: request canceled (Client.Timeout exceeded while awaiting headers)]
Test: TestFetch
stats_integration_test.go:61:
Error Trace: stats_integration_test.go:61
Error: Should NOT be empty, but was []
Test: TestFetch
```
So this PR skips this test suite for now, while we try to debug and fix the root cause in #11380.
exekias
approved these changes
Apr 15, 2019
Contributor
Author
|
jenkins, test this |
Contributor
Author
|
Closing in favor of #11827. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To help debug #11261.
Not meant to be merged. Just want to run CI on this PR repeatedly to try and see the failure in #11261 and associated logs.