hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 815 forks source link

SECP256R1AcceptanceTest > transactionShouldBeSuccessful() FAILED #7527

Open macfarla opened 1 month ago

macfarla commented 1 month ago

https://github.com/hyperledger/besu/actions/runs/10589186469/job/29342897078

SECP256R1AcceptanceTest > transactionShouldBeSuccessful() FAILED
    org.opentest4j.AssertionFailedError: 
    expected: 5000000000000000000
     but was: 0
        at java.base@21.0.4/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
        at java.base@21.0.4/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
        at app//org.hyperledger.besu.tests.acceptance.dsl.condition.account.ExpectAccountBalance.lambda$verify$0(ExpectAccountBalance.java:50)
        at app//org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
        at app//org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
        at app//org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
        at java.base@21.0.4/java.util.concurrent.FutureTask.run(FutureTask.java:317)
        at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)