You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a L1 block could contain more that one tx. In that case the test fails, now match the tx that we want to check in the response of debug_traceBlockByNumber or debug_traceBlockByHash
Rationale
The highest rate of false failing of the e2e groups are:
group 10: 42%: already fixed #2748
group 8: 12%
group 9: 10%
group 5: 10%
So, the next most important is group is 8 (RPC debug_trace)
There are 6 fails in the total of 12 PR analized:
What cause the error?
runtime error: index out of range [1] with length 1 [recovered]
sc deployment by hash
sc deployment by hash
eth transfer by hash
erc20 transfer by number
sc deployment by hash
executor/client.go:47 fail to dial: context deadline exceeded
The text was updated successfully, but these errors were encountered: