rahulchaphalkar opened PR #13886 from rahulchaphalkar:fix-ci-wasi-nn to bytecodealliance:main:
- changed
panic!tobail!indownload()and.lock().unwrap()to.lock().unwrap_or_else(|e| e.into_inner())in wasi-nn backends. This isolates error caused by a DNS failure in one thread, and not allow it to poison other threads running other tests, example.- Added retries to
download()to in an attempt to resolve intermittent network issues reaching the server, example(This is a draft PR for now, want to see whats happening with CI failures in Windows like here with
illegal instruction)
alexcrichton commented on PR #13886:
Thanks! FWIW this looks good to me :+1:
rahulchaphalkar has marked PR #13886 as ready for review.
rahulchaphalkar requested pchickey for a review on PR #13886.
rahulchaphalkar requested wasmtime-wasi-reviewers for a review on PR #13886.
rahulchaphalkar commented on PR #13886:
I will create a separate PR for windows runner failures soon, this PR addresses network issues.
rahulchaphalkar edited PR #13886:
- changed
panic!tobail!indownload()and.lock().unwrap()to.lock().unwrap_or_else(|e| e.into_inner())in wasi-nn backends. This isolates error caused by a DNS failure in one thread, and not allow it to poison other threads running other tests, example.- Added retries to
download()to in an attempt to resolve intermittent network issues reaching the server, exampleEdit - Ready for review
:thumbs_up: alexcrichton submitted PR review.
alexcrichton added PR #13886 [CI] handle wasi-nn CI flaky tests to the merge queue.
:check: alexcrichton merged PR #13886.
alexcrichton removed PR #13886 [CI] handle wasi-nn CI flaky tests from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC