diff --git a/tests/integration/README.md b/tests/integration/README.md index e635d84b2d..8f2786bf05 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -17,15 +17,11 @@ npm install -g json-diff ### To run integration tests comparing results with json file: ./run_tests.py -c -k jwt.hex ``` -058. engine_getPayloadBodiesByHashV1/test_1.json Failed -060. engine_getPayloadBodiesByRangeV1/test_1.json Failed -111. eth_callMany/test_09.json Failed - -Test time-elapsed (secs): 73 +Test time-elapsed (secs): 81 Number of executed tests: 410/410 Number of NOT executed tests: 0 -Number of success tests: 407 -Number of failed tests: 3 +Number of success tests: 410 +Number of failed tests: 0 ``` @@ -39,8 +35,8 @@ Number of failed tests: 3 031. debug_traceCall/test_10.json Skipped 035. debug_traceCall/test_14.json Skipped 038. debug_traceCall/test_17.json Skipped -058. engine_getPayloadBodiesByHashV1/test_1.json Failed -060. engine_getPayloadBodiesByRangeV1/test_1.json Failed +058. engine_getPayloadBodiesByHashV1/test_1.json Skipped +060. engine_getPayloadBodiesByRangeV1/test_1.json Skipped 081. erigon_watchTheBurn/test_1.json Skipped 103. eth_callMany/test_01.json Skipped 104. eth_callMany/test_02.json Skipped @@ -55,11 +51,11 @@ Number of failed tests: 3 343. trace_rawTransaction/test_01.json Skipped 406. txpool_content/test_1.json Skipped -Test time-elapsed (secs): 102 -Number of executed tests: 390/410 -Number of NOT executed tests: 20 +Test time-elapsed (secs): 106 +Number of executed tests: 388/410 +Number of NOT executed tests: 22 Number of success tests: 388 -Number of failed tests: 2 +Number of failed tests: 0 ``` @@ -73,8 +69,8 @@ Number of failed tests: 2 031. debug_traceCall/test_10.json Skipped 035. debug_traceCall/test_14.json Skipped 038. debug_traceCall/test_17.json Skipped -058. engine_getPayloadBodiesByHashV1/test_1.json Failed -060. engine_getPayloadBodiesByRangeV1/test_1.json Failed +058. engine_getPayloadBodiesByHashV1/test_1.json Skipped +060. engine_getPayloadBodiesByRangeV1/test_1.json Skipped 081. erigon_watchTheBurn/test_1.json Skipped 103. eth_callMany/test_01.json Skipped 104. eth_callMany/test_02.json Skipped @@ -90,10 +86,11 @@ Number of failed tests: 2 406. txpool_content/test_1.json Skipped Test time-elapsed (secs): 97 -Number of executed tests: 390/410 -Number of NOT executed tests: 20 +Number of executed tests: 388/410 +Number of NOT executed tests: 22 Number of success tests: 388 -Number of failed tests: 2 +Number of failed tests: 0 + ``` diff --git a/tests/integration/goerly/engine_getPayloadBodiesByHashV1/test_1.json b/tests/integration/goerly/engine_getPayloadBodiesByHashV1/test_1.json index 2e0db9501e..32a32b6f36 100644 --- a/tests/integration/goerly/engine_getPayloadBodiesByHashV1/test_1.json +++ b/tests/integration/goerly/engine_getPayloadBodiesByHashV1/test_1.json @@ -8,8 +8,8 @@ }, "response": { "error": { - "code": -32602, - "message": "missing value for required argument 0" + "code": -32602, + "message": "invalid engine_getpayloadbodiesbyhashv1 params: []" }, "id": 1, "jsonrpc": "2.0" diff --git a/tests/integration/goerly/engine_getPayloadBodiesByRangeV1/test_1.json b/tests/integration/goerly/engine_getPayloadBodiesByRangeV1/test_1.json index 2e0db9501e..19aba894e9 100644 --- a/tests/integration/goerly/engine_getPayloadBodiesByRangeV1/test_1.json +++ b/tests/integration/goerly/engine_getPayloadBodiesByRangeV1/test_1.json @@ -8,8 +8,8 @@ }, "response": { "error": { - "code": -32602, - "message": "missing value for required argument 0" + "code": -32602, + "message": "invalid engine_getpayloadbodiesbyhashv1 params: []" }, "id": 1, "jsonrpc": "2.0" diff --git a/tests/integration/goerly/eth_callMany/test_09.json b/tests/integration/goerly/eth_callMany/test_09.json index 08ed81ef9a..1303ea3285 100755 --- a/tests/integration/goerly/eth_callMany/test_09.json +++ b/tests/integration/goerly/eth_callMany/test_09.json @@ -37,13 +37,10 @@ "response": { "id": 1, "jsonrpc": "2.0", - "result": [ - [ - { - "value": "0x" - } - ] - ] + "error": { + "code": -32000, + "message": "insufficient funds for gas * price + value: address 0x8c1e1e5b47980d214965f3bd8ea34c413e120ae5 have 0 want 6000969318" + } } } ] diff --git a/tests/integration/run_tests.py b/tests/integration/run_tests.py index 80a4c0e29c..4792284142 100755 --- a/tests/integration/run_tests.py +++ b/tests/integration/run_tests.py @@ -54,7 +54,9 @@ "eth_callMany/test_09.json", "eth_callMany/test_10.json", "eth_maxPriorityFeePerGas/test_1.json", - "eth_feeHistory/test_1.json" + "eth_feeHistory/test_1.json", + "engine_getPayloadBodiesByHashV1/test_1.json", + "engine_getPayloadBodiesByRangeV1/test_1.json" ] tests_not_compared_result = [