RFR: 8341436: containers/docker/TestJcmdWithSideCar.java takes needlessly long to run [v3]
Sebastian Lövdahl
duke at openjdk.org
Wed Oct 9 19:13:02 UTC 2024
On Wed, 9 Oct 2024 11:11:24 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> Sebastian Lövdahl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Have EventGeneratorLoop end after a more predictable duration
>
> Hmm, actually no I _can_ still get a failure.
>
> This change is still worthwhile, but not a reason to un-problemlist the test just yet (so thanks, yes problemlisting was a good step).
>
> Previously, the EventGeneratorLoop had shown its ending message, so it was not surprising the test failed.
>
> Now I don't see that message (good, EventGeneratorLoop still running), but can still get the same kind of failure
> (java.lang.RuntimeException: 'sun.tools.jcmd.JCmd' missing from stdout/stderr). More to do in 8341518...
I take it you have not been able to reproduce the problem outside CI yet @kevinjwalls?
Have you been able to pinpoint anything about where or when the failures happen? OS version, kernel version, Docker version, anything else? I saw some notes about it in https://bugs.openjdk.org/browse/JDK-8341518, is OEL referring to Oracle Linux? Only ever failures on OEL 7, never on OEL 8?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21331#issuecomment-2403097164
More information about the serviceability-dev
mailing list