nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

CI: Occasional JsonRpc test failure Can_call_with_mix_of_everything

Open benaadams opened this issue 5 months ago • 0 comments

Failed Can_call_with_mix_of_everything() [5 ms] Error Message: Assert.That(response.Contains(""result""), Is.True) Expected: True But was: False

Stack Trace: at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.TestCallWithCode(Byte[] code, Address from) in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 798 at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.Can_call_with_mix_of_everything() in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 714 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

  1. at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.TestCallWithCode(Byte[] code, Address from) in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 798 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.TestCallWithCode(Byte[] code, Address from) at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.Can_call_with_mix_of_everything() in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 714 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.Can_call_with_mix_of_everything() at InvokeStub_ProofRpcModuleTests.Can_call_with_mix_of_everything(Object, Object, IntPtr*)

Failed Can_call_with_mix_of_everything_and_storage() [72 ms] Error Message: Assert.That(response.Contains(""result""), Is.True) Expected: True But was: False

Stack Trace: at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.TestCallWithStorageAndCode(Byte[] code, UInt256 gasPrice, Address from) in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 872 at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.Can_call_with_mix_of_everything_and_storage() in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 739 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter1.GetResult() at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func1 invoke) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke) at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context) at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0() at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

  1. at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.TestCallWithStorageAndCode(Byte[] code, UInt256 gasPrice, Address from) in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 872 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.TestCallWithStorageAndCode(Byte[] code, UInt256 gasPrice, Address from) at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.Can_call_with_mix_of_everything_and_storage() in //src/Nethermind/Nethermind.JsonRpc.Test/Modules/Proof/ProofRpcModuleTests.cs:line 739 at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at Nethermind.JsonRpc.Test.Modules.Proof.ProofRpcModuleTests.Can_call_with_mix_of_everything_and_storage() at InvokeStub_ProofRpcModuleTests.Can_call_with_mix_of_everything_and_storage(Object, Object, IntPtr*)

benaadams avatar May 23 '25 06:05 benaadams