Skip to content

test: tolerate transient Unavailable runtime-status blips in test_events - #6802

Closed
blp wants to merge 2 commits into
mainfrom
ignore-unavailable
Closed

test: tolerate transient Unavailable runtime-status blips in test_events#6802
blp wants to merge 2 commits into
mainfrom
ignore-unavailable

Conversation

@blp

@blp blp commented Aug 4, 2026

Copy link
Copy Markdown
Member

A runtime status check can race the grace period in pipeline_automata.rs and briefly report ("Unavailable", "Unavailable") during startup, which the exact-sequence assertion had no tolerance for and flaked CI.

Avoids failure observed in
https://github.com/feldera/cloud/actions/runs/30871420412/job/91878674444

A runtime status check can race the grace period in pipeline_automata.rs
and briefly report ("Unavailable", "Unavailable") during startup, which
the exact-sequence assertion had no tolerance for and flaked CI.

Avoids failure observed in
https://github.com/feldera/cloud/actions/runs/30871420412/job/91878674444

Signed-off-by: Ben Pfaff <blp@feldera.com>
@blp
blp requested a review from mihaibudiu August 4, 2026 20:41
@blp blp self-assigned this Aug 4, 2026
@blp blp added bug Something isn't working CI/CD QA Testing and quality assurance python Pull requests that update python code labels Aug 4, 2026
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
@blp
blp added this pull request to the merge queue Aug 4, 2026
@blp
blp removed this pull request from the merge queue due to a manual request Aug 4, 2026
@blp

blp commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

This duplicates PR #6799, I'm closing it.

@blp blp closed this Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CI/CD python Pull requests that update python code QA Testing and quality assurance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants