pchickey opened PR #6763 from bytecodealliance:pch/preview2_streams_flaky_tests
to bytecodealliance:main
:
#6556 introduced (at least) 2 flaky tests:
- I made a bug in the
sink_write_stream
test in pipes. This test has been fixed, and the comment describes the race.poll_oneoff_stdio
is failing non-deterministically in CI. We have only observed the failures in macos, but we don't yet have a way to reproduce this bug. The test is marked as ignore on macos for now.
pchickey requested fitzgen for a review on PR #6763.
pchickey requested wasmtime-core-reviewers for a review on PR #6763.
alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #6763.
pchickey updated PR #6763.
pchickey edited PR #6763:
#6556 introduced (at least) 2 flaky tests:
- I made a bug in the
sink_write_stream
test in pipes. This test has been fixed, and the comment describes the race.poll_oneoff_stdio
is failed nondeterministically in thewasi-preview2-components-sync
suite. We found a typo in the sync-to-async translation that caused this bug.Thanks @silentbicycle, we used autoclave to reproduce this after a few hundred iterations:
RUST_LOG=wasmtime_wasi=trace autoclave cargo test -p test-programs --features test_programs --test wasi-preview2-components-sync -- poll_oneoff_stdio --nocapture
pchickey requested alexcrichton for a review on PR #6763.
elliottt submitted PR review.
pchickey has enabled auto merge for PR #6763.
pchickey merged PR #6763.
Last updated: Nov 22 2024 at 17:03 UTC