Skip to content

Conversation

@tikkss
Copy link
Contributor

@tikkss tikkss commented Jan 26, 2025

GitHub: GH-235

This patch will execute the expected order in the thread runner:

Expected execution order:

  1. startup
  2. run test
  3. shutdown

Actual execution order:

  1. startup
  2. shutdown
  3. run test

GitHub: test-unitGH-235

This patch will execute the expected order in the thread runner:

Expected execution order:

1. startup
2. run test
3. shutdown

Actual execution order:

1. startup
2. shutdown
3. run test

Co-authored-by: Sutou Kouhei <kou@clear-code.com>
@kou kou merged commit b5736b4 into test-unit:master Jan 26, 2025
32 checks passed
@kou
Copy link
Member

kou commented Jan 26, 2025

Thanks.

@tikkss tikkss deleted the thread-fix-shutdown-execution-order branch January 26, 2025 20:46
@tikkss
Copy link
Contributor Author

tikkss commented Jan 26, 2025

Thanks for your review!

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