Skip to content

Conversation

@copybara-service
Copy link
Contributor

As discussed in Issue #8152, the ExecutorService in FakeTickerTest was created but never shut down, leading to potential thread leaks.

  • Wrapped the test execution logic in a try-with-resources block.

Closes #8154.
Fixes #8152.

RELNOTES=n/a

…` was created but never shut down, leading to potential thread leaks.

- Wrapped the test execution logic in a `try-with-resources` block.

Closes #8154.
Fixes #8152.

RELNOTES=n/a
PiperOrigin-RevId: 855389057
@copybara-service copybara-service bot merged commit 91cf398 into master Jan 12, 2026
@copybara-service copybara-service bot deleted the test_855241499 branch January 12, 2026 22:40
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.

[Resource Leak] ExecutorService is never shut down in FakeTickerTest

1 participant