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

Shutdown engines in test #1758

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Shutdown engines in test #1758

merged 1 commit into from
Jan 13, 2025

Conversation

khk-globus
Copy link
Contributor

Add a missing .shutdown() in a test engine factory. The comment was correct that the executor was not started, but either missed that the status reporting thread was started, or the rug was changed underneath it.

Not sure if this will address all of what we're seeing in CI, but this was a repeat offender that I was finally able to recreate locally. At the very least, it should help reduce the noise if/when other tests fail.

Type of change

  • Code maintenance/cleanup

Add a missing `.shutdown()` in a test engine factory.  The comment was correct
that the _executor_ was not started, but either missed that the status
reporting thread was started, or the rug was changed underneath it.
@khk-globus khk-globus added no-news-is-good-news This change does not require a news file quick-review Review of this should be quick and easy labels Jan 13, 2025
@khk-globus khk-globus merged commit 1d82637 into main Jan 13, 2025
21 checks passed
@khk-globus khk-globus deleted the shutdown_test_engines branch January 13, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-news-is-good-news This change does not require a news file quick-review Review of this should be quick and easy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants