You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests on celestia-app (main and v1.x) have been sporadically failing recently. Anecdotally the flakes increased in frequency in the past ~4 weeks but we prioritized last minute mainnet critical work instead of fixing all the flakes.
Proposal
The goal is for CI on celestia-app to always be green. If CI fails, it should indicate an issue in the PR and not a random test failure unrelated to the PR.
Fix all the issues labeled with flake. This may involve refactoring tests that use a testnode (a full CometBFT node) with a test app.
The text was updated successfully, but these errors were encountered:
#2834 merged 2 days ago and main hasn't had any flakes in the last 2 days. This doesn't rule out the possibility of future flakes so I'll keep this epic open and close the individual flake issues.
Context
Tests on celestia-app (main and v1.x) have been sporadically failing recently. Anecdotally the flakes increased in frequency in the past ~4 weeks but we prioritized last minute mainnet critical work instead of fixing all the flakes.
Proposal
The goal is for CI on celestia-app to always be green. If CI fails, it should indicate an issue in the PR and not a random test failure unrelated to the PR.
Fix all the issues labeled with flake. This may involve refactoring tests that use a testnode (a full CometBFT node) with a test app.
The text was updated successfully, but these errors were encountered: