Skip to content

Commit b03cfd7

Browse files
authored
integration: enabled tests for debug_trace* APIs (#345)
1 parent e2cd360 commit b03cfd7

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

integration/run_tests.py

+6-14
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"mainnet/eth_getLogs/test_19", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
4040
"mainnet/eth_getLogs/test_20", # waiting erigon fix on wrong FirstLogIndex in ReceiptsDomain
4141

42-
"mainnet/debug_traceBlockByHash/test_10", # diff on 42 gasCost, 12358 gas, 8 stack
43-
44-
"mainnet/debug_traceBlockByNumber/test_10", # diff on 42 gasCost, 12358 gas, 8 stack
4542
"mainnet/debug_traceBlockByNumber/test_24", # latest block, diff on transaction gas and very big, json response is null but response different wrt erigon
4643
"mainnet/debug_traceBlockByNumber/test_25", # pending block, diff on transaction gas and very big, json response is null but response different wrt erigon
4744
"mainnet/debug_traceBlockByNumber/test_26", # finalized block, diff on transaction gas and very big, json response is null but response different wrt erigon
@@ -50,17 +47,12 @@
5047

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

53-
"mainnet/debug_traceTransaction/test_25.json", # diff on error field
54-
"mainnet/debug_traceTransaction/test_36.json", # diff on error field
55-
"mainnet/debug_traceTransaction/test_43.json", # diff on 1 gasCost
56-
"mainnet/debug_traceTransaction/test_62.json", # diff on error field
57-
"mainnet/debug_traceTransaction/test_74.tar", # diff on error field
58-
"mainnet/debug_traceTransaction/test_75.tar", # diff on error field
59-
"mainnet/debug_traceTransaction/test_77.json", # diff on error field
60-
"mainnet/debug_traceTransaction/test_90.tar", # diff on 1 gas and 1 gasCost and too big
61-
"mainnet/debug_traceTransaction/test_91.tar", # diff on 1 gas and 1 gasCost and too big
62-
"mainnet/debug_traceTransaction/test_92.tar", # diff on 1 gas and 1 gasCost and too big
63-
"mainnet/debug_traceTransaction/test_96.json", # diff on 1 gas and 1 gasCost and too big
50+
"mainnet/debug_traceTransaction/test_25", # diff on error field
51+
"mainnet/debug_traceTransaction/test_36", # diff on error field
52+
"mainnet/debug_traceTransaction/test_62", # diff on error field
53+
"mainnet/debug_traceTransaction/test_74", # diff on error field
54+
"mainnet/debug_traceTransaction/test_75", # diff on error field
55+
"mainnet/debug_traceTransaction/test_77", # diff on error field
6456

6557
"mainnet/trace_replayBlockTransactions/test_29", # diff on stack info
6658

0 commit comments

Comments
 (0)