fix: Adds retry to send raw transaction #8201
GitHub Actions / Test Results
failed
Oct 31, 2024 in 0s
2 fail, 73 pass in 5m 44s
Annotations
github-actions / Test Results
All 3 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-1 RPC Server Acceptance Tests RPC Server Acceptance …gher nonce (@release fail "eth_getTransactionReceipt" on precheck with wrong nonce error when sending a tx with a higher nonce)
test-results.39cb87b0bb2548d45017fc7750b1f123.xml [took 0s]
test-results.721dfeaf653923e75a03e7fec52f68cd.xml [took 0s]
test-results.e09bb27fd2b43eeb6f7bf08d52e7121b.xml [took 0s]
Raw output
expected AssertionError{ …(6) } to have keys 'response', or 'error'
AssertionError: expected AssertionError{ …(6) } to have keys 'response', or 'error'
at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/helpers/assertions.ts:369:29
at Generator.next (<anonymous>)
at fulfilled (packages/server/tests/helpers/assertions.ts:47:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
[
- "actual"
- "expected"
- "message"
- "operator"
- "showDiff"
+ "error"
+ "response"
]
github-actions / Test Results
All 3 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-1 RPC Server Acceptance Tests RPC Server Acceptance …ce (@release fail "eth_getTransactionReceipt" on submitting with wrong nonce error when sending a tx with the same nonce twice)
test-results.39cb87b0bb2548d45017fc7750b1f123.xml [took 2s]
test-results.721dfeaf653923e75a03e7fec52f68cd.xml [took 2s]
test-results.e09bb27fd2b43eeb6f7bf08d52e7121b.xml [took 2s]
Raw output
expected undefined to exist
AssertionError: expected undefined to exist
at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/rpc_batch1.spec.ts:1573:34
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
Loading