-
Notifications
You must be signed in to change notification settings - Fork 900
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
Flaky test CliqueMiningAcceptanceTest > shouldStallMiningWhenInsufficientValidators() FAILED #8240
Comments
maybe have a look at the approach done in #8324 |
@macfarla, please assign this to me. |
Hi @macfarla, based on my understanding of the code, the error persists because, even after stopping minerNode2 and minerNode3, they are still listed as validators. Clique continues to recognize these nodes as signers, preventing mining from stalling. This is the approach I am taking to modify my code. |
from the stack trace, line 130 is from within
so I think it needs a different approach to #8324 - if we change the mining tests so that we always have 1 validator I think that it will be testing different functionality |
@jframe do you have any input on how to fix this flaky Clique test? |
https://github.com/hyperledger/besu/actions/runs/13129266357/job/36631186322
The text was updated successfully, but these errors were encountered: