Skip to content

Commit

Permalink
rpcdaemon: update integration test result (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jun 29, 2023
1 parent 0587b4c commit ebfa8ad
Showing 1 changed file with 42 additions and 41 deletions.
83 changes: 42 additions & 41 deletions tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ sudo apt install npm
npm install -g json-diff
```

# Integration test (17/04/23)
# Integration test (28/06/23)

### To run integration tests comparing results with json file: ./run_tests.py -c -k jwt.hex

```
Test time-elapsed (secs): 81
Number of executed tests: 410/410
Test time-elapsed (secs): 69
Number of executed tests: 415/415
Number of NOT executed tests: 0
Number of success tests: 410
Number of success tests: 415
Number of failed tests: 0
```


### To run integration tests comparing results with RPCdaemon response: ./run_tests.py -d -c -k jwt.hex
### To run integration tests comparing results with RPCdaemon response (KV) : ./run_tests.py -d -c -k jwt.hex
```
010. debug_traceBlockByHash/test_02.tar Skipped
011. debug_traceBlockByHash/test_03.tar Skipped
Expand All @@ -35,26 +35,26 @@ Number of failed tests: 0
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 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
106. eth_callMany/test_04.json Skipped
107. eth_callMany/test_05.json Skipped
108. eth_callMany/test_06.json Skipped
111. eth_callMany/test_09.json Skipped
112. eth_callMany/test_10.json Skipped
126. eth_feeHistory/test_1.json Skipped
217. eth_maxPriorityFeePerGas/test_1.json Skipped
243. parity_getBlockReceipts/test_1.json Skipped
343. trace_rawTransaction/test_01.json Skipped
406. txpool_content/test_1.json Skipped
063. engine_getPayloadBodiesByHashV1/test_1.json Skipped
065. engine_getPayloadBodiesByRangeV1/test_1.json Skipped
086. erigon_watchTheBurn/test_1.json Skipped
108. eth_callMany/test_01.json Skipped
109. eth_callMany/test_02.json Skipped
111. eth_callMany/test_04.json Skipped
112. eth_callMany/test_05.json Skipped
113. eth_callMany/test_06.json Skipped
116. eth_callMany/test_09.json Skipped
117. eth_callMany/test_10.json Skipped
131. eth_feeHistory/test_1.json Skipped
222. eth_maxPriorityFeePerGas/test_1.json Skipped
248. parity_getBlockReceipts/test_1.json Skipped
348. trace_rawTransaction/test_01.json Skipped
411. txpool_content/test_1.json Skipped
Test time-elapsed (secs): 106
Number of executed tests: 388/410
Test time-elapsed (secs): 98
Number of executed tests: 393/415
Number of NOT executed tests: 22
Number of success tests: 388
Number of success tests: 393
Number of failed tests: 0
```
Expand All @@ -69,28 +69,29 @@ Number of failed tests: 0
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 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
106. eth_callMany/test_04.json Skipped
107. eth_callMany/test_05.json Skipped
108. eth_callMany/test_06.json Skipped
111. eth_callMany/test_09.json Skipped
112. eth_callMany/test_10.json Skipped
126. eth_feeHistory/test_1.json Skipped
217. eth_maxPriorityFeePerGas/test_1.json Skipped
243. parity_getBlockReceipts/test_1.json Skipped
343. trace_rawTransaction/test_01.json Skipped
406. txpool_content/test_1.json Skipped
063. engine_getPayloadBodiesByHashV1/test_1.json Skipped
065. engine_getPayloadBodiesByRangeV1/test_1.json Skipped
086. erigon_watchTheBurn/test_1.json Skipped
108. eth_callMany/test_01.json Skipped
109. eth_callMany/test_02.json Skipped
111. eth_callMany/test_04.json Skipped
112. eth_callMany/test_05.json Skipped
113. eth_callMany/test_06.json Skipped
116. eth_callMany/test_09.json Skipped
117. eth_callMany/test_10.json Skipped
131. eth_feeHistory/test_1.json Skipped
222. eth_maxPriorityFeePerGas/test_1.json Skipped
248. parity_getBlockReceipts/test_1.json Skipped
348. trace_rawTransaction/test_01.json Skipped
411. txpool_content/test_1.json Skipped
Test time-elapsed (secs): 97
Number of executed tests: 388/410
Test time-elapsed (secs): 86
Number of executed tests: 393/415
Number of NOT executed tests: 22
Number of success tests: 388
Number of success tests: 393
Number of failed tests: 0
```


0 comments on commit ebfa8ad

Please sign in to comment.