Flaky fork snapshot test #3847
Labels
bug
Something isn't working
📦 lib-wasi
About wasmer-wasi
lib-wasix
Issues related to the WASIX toolchain.
priority-medium
Medium priority issue
🏚 stale
Inactive issues or PR
Describe the bug
The
snapshot::test_snapshot_fork
snapshot test depends on the ordering of print statements between a parent and child process, which can cause spurious failures, typically in CI.You should be able to reproduce this error by running the following:
Additional Information
This is similar to #3845, except instead of relying on the ordering of thread execution, we're relying on how the executor decides to schedule WASI processes.
The text was updated successfully, but these errors were encountered: