Skip to content
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 - CliqueProposeRpcAcceptanceTest #7973

Open
macfarla opened this issue Dec 3, 2024 · 5 comments
Open

Flaky test - CliqueProposeRpcAcceptanceTest #7973

macfarla opened this issue Dec 3, 2024 · 5 comments
Labels
flake 60% of the time it works 100% of the time. testing

Comments

@macfarla
Copy link
Contributor

macfarla commented Dec 3, 2024

example failure https://github.com/hyperledger/besu/actions/runs/12131035525/job/33822468361

CliqueProposeRpcAcceptanceTest > shouldNotAddValidatorWhenInsufficientVotes() FAILED
    java.lang.AssertionError: 
    Expecting actual:
      1
    to be greater than or equal to:
      2
        at org.hyperledger.besu.tests.acceptance.dsl.condition.blockchain.ExpectBlockNumberAbove.lambda$verify$0(ExpectBlockNumberAbove.java:46)
        at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
        at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
        at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
@macfarla macfarla added flake 60% of the time it works 100% of the time. testing labels Dec 3, 2024
@macfarla
Copy link
Contributor Author

macfarla commented Dec 4, 2024

@macfarla
Copy link
Contributor Author

macfarla commented Dec 6, 2024

should be fixed by #7993

@macfarla macfarla closed this as completed Dec 6, 2024
@macfarla
Copy link
Contributor Author

macfarla commented Dec 9, 2024

@macfarla
Copy link
Contributor Author

@macfarla
Copy link
Contributor Author

another one https://github.com/hyperledger/besu/actions/runs/12343809466/job/34445457215
different method though
CliqueProposeRpcAcceptanceTest > shouldAddValidators() FAILED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flake 60% of the time it works 100% of the time. testing
Projects
None yet
Development

No branches or pull requests

1 participant