elastic / elastic/apm-agent-java
Threads leak between test runs
Open
agent-java
impact:low
- Dominant language
- Java
- Stars
- 594
- Forks
- 338
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 25
Description
It seems like currently our test classes do not properly cleanup started threads / executors after execution.
This seems to not have caused any problems / flakyness yet, but is a waste of resources and therefore could potentially slow down the execution on CI/CD.
See [this comment](https://github.com/elastic/apm-agent-java/pull/2900#discussion_r1039811803) for details.
Contributor guide
Assessment
This issue has not been assessed yet.