-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I've noticed recently test runs in CI intermittently fail during the samples_match_snapshots
test. Here are some examples:
- https://github.com/mkantor/operator/actions/runs/15970415912/job/45040169655
- https://github.com/mkantor/operator/actions/runs/15997922796/job/45125542990
- https://github.com/mkantor/operator/actions/runs/16000043077/job/45132410874
- https://github.com/mkantor/operator/actions/runs/16024351981/job/45208540283
- https://github.com/mkantor/operator/actions/runs/16024739305/job/45209819465
- https://github.com/mkantor/operator/actions/runs/16567584490/job/46851298546
- https://github.com/mkantor/operator/actions/runs/16598961163/job/46952948227
The error message is as follows:
thread 'samples_match_snapshots' panicked at tests/lib/mod.rs:330:36:
Failed while sending request for […]: Failed to connect to host: Internal error: connector has been disconnected
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Panic in Arbiter thread.
The specific example in the error message is not consistent across failures.
I haven't done any deeper investigation, but it smells like a timeout or resource limit or somesuch. Perhaps there was a configuration change in GitHub Actions which caused this to start happening.
Metadata
Metadata
Assignees
Labels
No labels