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 thread leak in TopicPoliciesAuthZTest #22257

Merged

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Mar 12, 2024

Motivation

Summary: Tests in class org.apache.pulsar.broker.admin.TopicPoliciesAuthZTest created 24 new threads. There are now 34 threads in total.

Modifications

Close the resource that have been created in the test.

Documentation

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

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Mar 12, 2024
@lhotari lhotari requested a review from liangyepianzhou March 12, 2024 23:18
@Technoboy- Technoboy- merged commit ade9c10 into apache:master Mar 13, 2024
50 of 51 checks passed
@Technoboy- Technoboy- added this to the 3.3.0 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants