-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Fix: randomly failing tests #6758
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
Comments
@davimacedo Would you mind taking a look at it when you can? Maybe you can find the issue easily since you are familiar with the test case. |
I agree @davimacedo is it ok if we xit for now? The the depbot and synx PRs are taking a while to close |
I noticed that some 5 - 10 tests are randomly failing, maybe there is an additional other issue. My first guess would be something like a race condition, maybe indeed related to the test suite setup. Keeping an eye on it... |
Hi guys. Sorry for the delay. I will look at the failing tests (including the GraphQL ones) and send a PR. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue seems to have been solved. |
Issue Description
Builds seem to be randomly failing in Travis CI. My assumption is that the cases have bugs rather than a general issue with the way tests are conducted because it seem to be always the same test cases that randomly fail at unrelated PRs. This leads to builds by bots to fail unnecessarily and kind of hinders the CI flow.
For example:
Observed in:
Expected Results
Tests should pass.
Actual Outcome
Tests randomly pass / fail at times.
The text was updated successfully, but these errors were encountered: