Skip to content

Commit

Permalink
Add note for tracing test
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 5, 2024
1 parent a4f8db9 commit c5df89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpc/backend/tracing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ func (suite *BackendTestSuite) TestTraceTransaction() {
map[string]interface{}{"failed": false, "test": "hello"},
true,
},
// TODO: Actually test trace when out of gas, for BOTH:
// - "out of gas in location: block gas meter; gasWanted:"
// - "no block gas left to run tx: out of gas" (this is the one is not considered in tx indexer)
/*
{
"pass - out of gas error",
Expand Down

0 comments on commit c5df89f

Please sign in to comment.