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

Fix test "threadGroupNotLeaked" #1689

Closed

Conversation

stefanbirkner
Copy link
Contributor

The FailOnTimeout statement was not executed because the Runnable's
"run" method was not called.

@@ -212,7 +212,7 @@ private void notTheRealCauseOfTheTimeout() {
public void threadGroupNotLeaked() throws Throwable {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is being replaced in pull 1687

Based on the CI run, I suspect that it's flaky anyway.

The FailOnTimeout statement was not executed because the Runnable's
"run" method was not called.
@stefanbirkner
Copy link
Contributor Author

Obsolete because test changed in #1687.

@stefanbirkner stefanbirkner deleted the thread-group-not-leaked branch January 2, 2021 22:17
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.

None yet

3 participants