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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Platform
21.6.0 Darwin Kernel Version 21.6.0: arm64
Description
I have tests that spawn an anvil process and make a lot of rpc calls.
When using warn-level logging, which suppresses the stdout of rpc calls, my tests run fine.
When using info logging, my tests hang awaiting a response from anvil that never arrives.
Dropping the stdout handle for the anvil subprocess fixes my issue.
Version
Platform
21.6.0 Darwin Kernel Version 21.6.0: arm64
Description
I have tests that spawn an anvil process and make a lot of rpc calls.
When using warn-level logging, which suppresses the stdout of rpc calls, my tests run fine.
When using info logging, my tests hang awaiting a response from anvil that never arrives.
Dropping the stdout handle for the anvil subprocess fixes my issue.
See related issue for more details: foundry-rs/foundry#3414
The text was updated successfully, but these errors were encountered: