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
Looking at the logs, it looks like --- FAIL: TestBranchMatchesCriteria/Regex_does_not_match (0.00s) match_criteria_test.go:280: branchMatchesCriteria("test/feature") = true; want false is the main culprit for the flakey test. Perhaps we need to take a look at the TestBranchMatchesCriteria section of test holistically to see if there is something causing these test to occasionally fail and then start passing again without any changes.
Sometimes, it even looks like multiple tests fail at once:
Occasionally, it looks like the following test fails:
Looking at the logs, it looks like
--- FAIL: TestBranchMatchesCriteria/Regex_does_not_match (0.00s) match_criteria_test.go:280: branchMatchesCriteria("test/feature") = true; want false
is the main culprit for the flakey test. Perhaps we need to take a look at theTestBranchMatchesCriteria
section of test holistically to see if there is something causing these test to occasionally fail and then start passing again without any changes.Sometimes, it even looks like multiple tests fail at once:
and then it will just magically resolve by re-running the tests:
The text was updated successfully, but these errors were encountered: