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 runTest timeout messages #4184

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Improve runTest timeout messages #4184

merged 3 commits into from
Jul 19, 2024

Conversation

dkhalanskyjb
Copy link
Collaborator

  • Clearly separate the cases when the test body finished and was just waiting for the children from the cases where the test body itself kept running;
  • When the test only awaits the child coroutines, mention TestScope.backgroundScope

Fixes #4182

* Clearly separate the cases when the test body finished and
  was just waiting for the children from the cases where
  the test body itself kept running;
* When the test only awaits the child coroutines, mention
  `TestScope.backgroundScope`

Fixes #4182
Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
@dkhalanskyjb dkhalanskyjb merged commit 219372f into develop Jul 19, 2024
@dkhalanskyjb dkhalanskyjb deleted the dk-fix-4182 branch July 19, 2024 15:04
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.

3 participants