You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "lhotari (via GitHub)" <gi...@apache.org> on 2024/03/12 21:35:32 UTC

[PR] [fix][test] Fix thread leak in TopicPoliciesAuthZTest [pulsar]

lhotari opened a new pull request, #22257:
URL: https://github.com/apache/pulsar/pull/22257

   ### 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
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [fix][test] Fix thread leak in TopicPoliciesAuthZTest [pulsar]

Posted by "Technoboy- (via GitHub)" <gi...@apache.org>.
Technoboy- merged PR #22257:
URL: https://github.com/apache/pulsar/pull/22257


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org