-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[DX Streamline]: Flaky Tests in GitHub Actions #12001
Comments
@aarshkshah1992 with your remove market PR, will itest-deals_pricing be gone as well? |
Some additional notes on a couple of these tests:
|
With the removal of markets in Lotus/Lotus-Miner, these tests has been removed:
Therefore I´m setting these as completed. Ref: #12099 |
This one's new, Not sure I want to register this as a high priority flaky because it's the first time I've seen it and I can't even see in the output what the failure is because so many tests are mixed up. |
Added lotus/itests/eth_transactions_test.go Line 705 in f6978f0
|
I've seen more instances of the above failure now. Plus another failure in the same itest: https://github.com/filecoin-project/lotus/actions/runs/10298551550/job/28504189068?pr=12327
@snissn we're going to need your help on these I think. |
manual-onboarding flaky TestManualSectorOnboarding/WithRealProofs: https://github.com/filecoin-project/lotus/actions/runs/10300409613/job/28509755121?pr=12327 |
@aarshkshah1992 |
I seem to have introduced a flaky test in gateway when looking at rate limits: https://github.com/filecoin-project/lotus/actions/runs/10820940825/job/30022021725#step:9:998
That's saying that it's completing a series of requests ~4s faster than it should, the max allowed padding is 800ms so it's way faster than even the outer bounds of the timing. The test sets up an environment where it should slow down requests in a fairly predictable way. It's still got lots of real-world effects feeding into it that make it variable, so something's in the way. |
another https://github.com/filecoin-project/lotus/actions/runs/11123742713/job/30907858333?pr=12535 |
Flaky reported multiple times in #12001 and we need some hints on why it's showing up as 4 traces instead of 3 sometimes. Also fix the assertions while I'm in there.
Flaky reported multiple times in #12001 and we need some hints on why it's showing up as 4 traces instead of 3 sometimes. Also fix the assertions while I'm in there.
Flaky reported multiple times in #12001 and we need some hints on why it's showing up as 4 traces instead of 3 sometimes. Also fix the assertions while I'm in there.
Sadly my fault again #12431, but I was testing something in a way that hasn't been properly tested so it makes me sus about the underlying behaviour. |
|
Description
This tracking issue is to monitor the investigation and resolution of flaky/failing tests observed only in GitHub Actions. These tests have shown at most 2 failures in 54 runs. (Ref: #11786)
List of Flaky Tests
Tasks
The text was updated successfully, but these errors were encountered: