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 - EthSendRawTransactionAcceptanceTest #6718

Closed
macfarla opened this issue Mar 13, 2024 · 1 comment
Closed

Flaky test - EthSendRawTransactionAcceptanceTest #6718

macfarla opened this issue Mar 13, 2024 · 1 comment
Assignees
Labels
flake 60% of the time it works 100% of the time. snack Smaller coding task - less than a day for an experienced dev

Comments

@macfarla
Copy link
Contributor

eg https://github.com/hyperledger/besu/actions/runs/8256202429/job/22584394562?pr=6665

> Task :acceptance-tests:tests:acceptanceTestNotPrivacy

EthSendRawTransactionAcceptanceTest > shouldSendSuccessfullyToLenientNodeWithoutChainId() FAILED
    org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a org.hyperledger.besu.tests.acceptance.dsl.condition.eth.ExpectSuccessfulEthGetTransactionReceipt 
    Expecting Optional to contain a value but it was empty within 1 minutes.
        at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
        at app//org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
        at app//org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
        at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
        at app//org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:769)
        at app//org.hyperledger.besu.tests.acceptance.dsl.WaitUtils.waitFor(WaitUtils.java:31)
        at app//org.hyperledger.besu.tests.acceptance.dsl.condition.eth.ExpectSuccessfulEthGetTransactionReceipt.verify(ExpectSuccessfulEthGetTransactionReceipt.java:35)
        at app//org.hyperledger.besu.tests.acceptance.dsl.node.BesuNode.verify(BesuNode.java:823)
        at app//org.hyperledger.besu.tests.acceptance.jsonrpc.EthSendRawTransactionAcceptanceTest.shouldSendSuccessfullyToLenientNodeWithoutChainId(EthSendRawTransactionAcceptanceTest.java:57)

        Caused by:
        java.lang.AssertionError: 
        Expecting Optional to contain a value but it was empty.
            at org.hyperledger.besu.tests.acceptance.dsl.condition.eth.ExpectSuccessfulEthGetTransactionReceipt.lambda$verify$0(ExpectSuccessfulEthGetTransactionReceipt.java:35)
            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](https://github.com/hyperledger/besu/actions/runs/8256202429/job/22584394562?pr=6665#step:9:236))
            at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
            at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
            at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
            at java.base/java.lang.Thread.run(Thread.java:840)
@macfarla macfarla added the flake 60% of the time it works 100% of the time. label Mar 13, 2024
@macfarla macfarla self-assigned this Mar 13, 2024
@macfarla macfarla reopened this Mar 18, 2024
@macfarla macfarla added the snack Smaller coding task - less than a day for an experienced dev label Mar 18, 2024
@macfarla macfarla mentioned this issue Mar 18, 2024
8 tasks
@macfarla
Copy link
Contributor Author

fixed by #6837

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. snack Smaller coding task - less than a day for an experienced dev
Projects
None yet
Development

No branches or pull requests

1 participant