Skip to content

Commit

Permalink
integration: update exception list for E3 beta1 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jan 30, 2025
1 parent 259e8e5 commit 7f86a60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
3 changes: 1 addition & 2 deletions integration/mainnet/eth_feeHistory/test_07.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"response": {
"id": 1,
"jsonrpc": "2.0",
"result": null
"jsonrpc": "2.0"
}
}
]
29 changes: 13 additions & 16 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,27 @@
]

tests_not_compared = [
"mainnet/eth_syncing/test_01.json", # different stages
"mainnet/eth_syncing/test_01.json", # different stages, json response is null but response different with erigon

"mainnet/eth_getLogs/test_16", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
"mainnet/eth_getLogs/test_17", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
"mainnet/eth_getLogs/test_18", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
"mainnet/eth_getLogs/test_19", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
"mainnet/eth_getLogs/test_20", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain

"debug_traceCall/test_16", # error format
"debug_traceCall/test_17", # error format
"debug_traceCall/test_20", # error format
"debug_traceCall/test_21", # error format

"mainnet/debug_traceBlockByHash/test_09", # diff on 60 gasCost, 8473 gas, 16 stack
"mainnet/debug_traceBlockByHash/test_10", # diff on 42 gasCost, 12358 gas, 8 stack

"mainnet/debug_traceBlockByNumber/test_09", # diff on 60 gasCost, 8473 gas, 16 stack
"mainnet/debug_traceBlockByNumber/test_10", # diff on 42 gasCost, 12358 gas, 8 stack

"mainnet/debug_traceBlockByNumber/test_24", # latest block, diff on transaction gas and very big
"mainnet/debug_traceBlockByNumber/test_25", # pending block, diff on transaction gas and very big
"mainnet/debug_traceBlockByNumber/test_26", # finalized block, diff on transaction gas and very big
"mainnet/debug_traceBlockByNumber/test_27", # safe block, diff on transaction gas and very big
"mainnet/debug_traceBlockByNumber/test_28", # latestExecuted block, diff on transaction gas and very big

"mainnet/debug_traceBlockByNumber/test_29", # diff on 42 gasCost, 12358 gas, 8 stack

"mainnet/debug_traceCall/test_16", # diff on response with error (waiting for PR to handle insufficient funds)
"mainnet/debug_traceCall/test_17", # diff on response (debug missing result)
"mainnet/debug_traceCall/test_20", # diff on response with error (waiting for PR to handle insufficient funds)
"mainnet/debug_traceBlockByNumber/test_24", # latest block, diff on transaction gas and very big, json response is null but response different wrt erigon
"mainnet/debug_traceBlockByNumber/test_25", # pending block, diff on transaction gas and very big, json response is null but response different wrt erigon
"mainnet/debug_traceBlockByNumber/test_26", # finalized block, diff on transaction gas and very big, json response is null but response different wrt erigon
"mainnet/debug_traceBlockByNumber/test_27", # safe block, diff on transaction gas and very big, json response is null but response different wrt erigon
"mainnet/debug_traceBlockByNumber/test_28", # latestExecuted block, diff on transaction gas and very big, json response is null but response different wrt erigon

"mainnet/debug_traceCall/test_21", # check on TxIndex, diff on response (waiting for PR to handle out-of-range)

"mainnet/debug_traceTransaction/test_25.json", # diff on error field
Expand Down

0 comments on commit 7f86a60

Please sign in to comment.