Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test robustness #4369

Merged
merged 3 commits into from
Feb 27, 2025
Merged

Improve test robustness #4369

merged 3 commits into from
Feb 27, 2025

Conversation

dkhalanskyjb
Copy link
Collaborator

No description provided.

`invokeOnCompletion` can run in parallel to the code that has
already detected a coroutine's completion.
This has happened on the CI once.
The assumption that this can't happen has been removed from the
test.
Now, the printed messages are also preserved, and also, failing to
remove a println capturer from a test no longer affects the
unrelated tests.
@dkhalanskyjb dkhalanskyjb merged commit 5e86c9f into develop Feb 27, 2025
1 check passed
@dkhalanskyjb dkhalanskyjb deleted the dk-fix-test-flakiness branch February 27, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants