-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Try to fix flakiness of appsearch system tests #15878
Try to fix flakiness of appsearch system tests #15878
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge this PR if it removes flakiness.
No luck. I am going to try to revert the memory change and if I cannot solve it in travis I will skip the test. |
I think that the failures at this point are being caused by builds in travis taking significative longer. |
In any case I would like to merge this change, it fixes issues at least in local, and shows the output of nosetests, what I find helpful (and will be consistent with the equivalent change we did for go tests in #14839). |
Use the health check of the service for the docker health check, and check the status code of the response. Print nosetests output on builds.
This test fails quite frequently in python 3 builds in Travis #14798, and much
less frequently in other builds. Try to address this flakiness.