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
CliqueMiningAcceptanceTest > shouldStallMiningWhenInsufficientValidators() FAILED
org.opentest4j.AssertionFailedError:
Expecting value to be false but was true
at app//org.hyperledger.besu.tests.acceptance.dsl.transaction.eth.EthGetBlockTransaction.execute(EthGetBlockTransaction.java:44)
at app//org.hyperledger.besu.tests.acceptance.dsl.transaction.eth.EthGetBlockTransaction.execute(EthGetBlockTransaction.java:28)
at app//org.hyperledger.besu.tests.acceptance.dsl.node.BesuNode.execute(BesuNode.java:819)
at app//org.hyperledger.besu.tests.acceptance.clique.CliqueMiningAcceptanceTest.startClusterAndVerifyProducingBlocks(CliqueMiningAcceptanceTest.java:130)
at app//org.hyperledger.besu.tests.acceptance.clique.CliqueMiningAcceptanceTest.shouldStallMiningWhenInsufficientValidators(CliqueMiningAcceptanceTest.java:109)
9 tests completed, 1 failed
The text was updated successfully, but these errors were encountered:
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.
https://github.com/hyperledger/besu/actions/runs/13129266357/job/36631186322
The text was updated successfully, but these errors were encountered: