test: reduce CI flakiness in Ray-backed and smoke tests#253
Draft
test: reduce CI flakiness in Ray-backed and smoke tests#253
Conversation
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/9de3125e-8da3-432a-a1b1-73188d656af3 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/9de3125e-8da3-432a-a1b1-73188d656af3 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Agent-Logs-Url: https://github.com/plugboard-dev/plugboard/sessions/9de3125e-8da3-432a-a1b1-73188d656af3 Co-authored-by: toby-coleman <13170610+toby-coleman@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
toby-coleman
April 23, 2026 20:07
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tighten test reliability for failures seen on
main: intermittent Ray worker/actor startup crashes in unit tests and transient external HTTP failures in the tutorial smoke test. The changes target test isolation and failure handling without weakening the underlying assertions.Changes
ZMQ test fixture isolation
os.environmutation forPLUGBOARD_FLAGS_ZMQ_PUBSUB_PROXYwith scoped DI settings overrides.Targeted reruns for Ray-backed flakes
test_multiprocessing_channeltest_state_backend_inittest_state_backend_init_with_existing_jobSmoke test handling for external network instability
ConnectError,ReadTimeout,RemoteProtocolError, etc.), skip instead of failing the pipeline.