Skip to content

[BUG]: some tests fail with OOG when run in --isolate mode #349

@howydev

Description

@howydev

Severity

Low (minor inconvenience)

Description

some tests fail with OOG when run in --isolate mode

they pass in non --isolate. mostly simulation tests, so its likely some gas value being passed in is wrong

Proof of Concept

Encountered 4 failing tests in test/SimulateExecute.t.sol:SimulateExecuteTest
[FAIL: InsufficientGas()] testSimulateExecuteNoRevert() (gas: 637403)
[FAIL: InsufficientGas(); counterexample: calldata=0x55333e13cb267b002c4068697bbf87585efb1eaa65737c85aff2c3422dad8063698a50ba args=[0xcb267b002c4068697bbf87585efb1eaa65737c85aff2c3422dad8063698a50ba]] testSimulateExecuteWithEOAKey(bytes32) (runs: 0, μ: 0, ~: 0)
[FAIL: InsufficientGas(); counterexample: calldata=0xceb43bbecb267b002c4068697bbf87585efb1eaa65737c85aff2c3422dad8063698a50ba args=[0xcb267b002c4068697bbf87585efb1eaa65737c85aff2c3422dad8063698a50ba]] testSimulateExecuteWithPassKey(bytes32) (runs: 0, μ: 0, ~: 0)
[FAIL: InsufficientGas()] testSimulateV1Logs() (gas: 1307687)```

### Additional Context

_No response_

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions