-
Notifications
You must be signed in to change notification settings - Fork 117
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
Turn Off Flaky C/I Integration Tests & Design Plan to Improve/Replace Them #2326
Comments
The following comment will be updated as I progress A few simple refactoring that looks needed for now:
More refactoring that can be done:
|
Issues were created and reference this issue. Since it was rather hard to plan ahead how to fix the messy-ish test code, work for them is mostly done already. The issues created address refactoring of the test code, and this should allow us to have more robust tests with easily adjustable timeout values. Closing this since there is a plan in the forms of issues. More issues may be created later if it turns out the refactoring + timeout adjustments is not sufficient. |
We have some C/I tasks that are flaky (e.g.
docker-rpc
anddocker-stress
, I think). These tests oftentimes fail because the test infrastructure itself is not robust and deterministic - the tests are not failing because there are bugs in actual Gossamer production code, necessarily. This is bad because it wastes developer time, and also we can have very little confidence that these tests are actually checking anything meaningful if the test infrastructure itself is not correct.This Issue can be closed when there is a plan in place to improve/replace the flaky tests (an Issue(s) should be created to track this) and the flaky tests have been turned off in C/I.
The text was updated successfully, but these errors were encountered: