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] Fix multiple thread leaks in tests #21460

Merged
merged 13 commits into from
Oct 30, 2023

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Oct 29, 2023

Motivation

Each test should properly close the resources that it creates. Leaked resources consume memory and can also consume CPU and cause test flakiness. This PR continues fixing thread leaks in tests detected with the thread leak detection solution part of PR #21450.

Modifications

Property close resources in tests.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@lhotari lhotari added this to the 3.2.0 milestone Oct 29, 2023
@lhotari lhotari self-assigned this Oct 29, 2023
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Oct 29, 2023
@lhotari lhotari force-pushed the lh-fix-multiple-thread-leaks-in-tests branch 2 times, most recently from 41a45ea to 8d65874 Compare October 30, 2023 05:07
@lhotari lhotari force-pushed the lh-fix-multiple-thread-leaks-in-tests branch from 8d65874 to 71b038f Compare October 30, 2023 05:23
@lhotari lhotari merged commit a5d459b into apache:master Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs ready-to-test type/flaky-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants