RFR: 8341436: containers/docker/TestJcmdWithSideCar.java takes needlessly long to run
Kevin Walls
kevinw at openjdk.org
Mon Oct 7 19:42:35 UTC 2024
On Mon, 7 Oct 2024 19:20:38 GMT, Sebastian Lövdahl <duke at openjdk.org> wrote:
> Interesting! What could possibly interrupt `EventGeneratorLoop`?
It's a good question, but I don't know exactly... We do see interrupted exceptions in testing sometimes, and we might have various tests running on the same system at the same time. The tests which attach or otherwise poke around and look at other processes can be part of the problem, but I don't have a particular test in mind. So I'm thinking we can be defensive...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21331#issuecomment-2397739522
More information about the serviceability-dev
mailing list