Re: Pulsar CI broken due to Eclipse Temurin repository broken

2023-10-28 Thread Lari Hotari
The problem has been resolved in the Eclipse Temurin apt repository. Pulsar CI is unblocked. -Lari On Fri, 27 Oct 2023 at 09:00, Lari Hotari wrote: > Hi all, > > Pulsar CI is currently broken and fails in building docker images used in > end-to-end Integration tests. This fails due to Eclipse T

Reporting and tooling to detect thread leaks in Pulsar tests

2023-10-28 Thread Lari Hotari
Hi all, I have submitted a PR (https://github.com/apache/pulsar/pull/21450) which includes changes to add reporting and tooling to detect thread leaks in Pulsar tests. It should be ensured in each test that resources created by the test are properly cleaned up. Failing to do so can lead to me