Re: [PR] [improve][ci] Detect test thread leaks in CI builds and add tooling for resource leak investigation [pulsar]

2023-10-30 Thread via GitHub
lhotari merged PR #21450: URL: https://github.com/apache/pulsar/pull/21450 -- 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-unsubscr...@pulsar.ap

Re: [PR] [improve][ci] Detect test thread leaks in CI builds and add tooling for resource leak investigation [pulsar]

2023-10-28 Thread via GitHub
github-actions[bot] commented on PR #21450: URL: https://github.com/apache/pulsar/pull/21450#issuecomment-1783982060 @lhotari Please add the following content to your PR description and select a checkbox: ``` - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `do

Re: [PR] [improve][ci] Detect test thread leaks in CI builds and add tooling for resource leak investigation [pulsar]

2023-10-28 Thread via GitHub
codecov-commenter commented on PR #21450: URL: https://github.com/apache/pulsar/pull/21450#issuecomment-1783981705 ## [Codecov](https://app.codecov.io/gh/apache/pulsar/pull/21450?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[PR] [improve][ci] Detect test thread leaks in CI builds and add tooling for resource leak investigation [pulsar]

2023-10-26 Thread via GitHub
lhotari opened a new pull request, #21450: URL: https://github.com/apache/pulsar/pull/21450 ### Motivation Tests should clean resources that are created by each test. If this doesn't happen, it will cause a memory leak and also in some rare causes cause CPU resources to be consume