-
Notifications
You must be signed in to change notification settings - Fork 608
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
fix(e2e): flakiness when upgrading containers for chainB
#2039
Comments
Added more logs here: https://github.com/p0mvn/osmosis/pull/14 Trying to manually trigger e2e in CI multiple times to repro this |
I have 2 updates on this:
|
Recent e2e flakiness: https://github.com/osmosis-labs/osmosis/runs/7351687619?check_suite_focus=true |
Another recent instance: https://github.com/osmosis-labs/osmosis/runs/7373637913?check_suite_focus=true This was at initialization though |
Had a chat with @nikever about this. The plan is to get something going with the self-hosted runners and retain container logs to improve the debugging experience |
Awesome, self hosted runners are for sure a game changer |
Probably fixed by #2556 , am going to close this for now and if we see another instance of this happening we can reopen and look into this deeper |
Background
e2e has recently had several refactors. The latest change #1999 has likely caused test flakiness.
Info from @czarcas7ic :
osmosis/tests/e2e/configurer/upgrade.go
Line 250 in 938f9bd
chainB
Info from @p0mvn :
Acceptance Criteria
The text was updated successfully, but these errors were encountered: