RFR: 8346834: Tests failing with -XX:+UseNUMA due to "NUMA support disabled" warning [v2]
Alan Bateman
alanb at openjdk.org
Fri Jan 10 14:54:44 UTC 2025
On Fri, 10 Jan 2025 14:44:37 GMT, Swati Sharma <duke at openjdk.org> wrote:
> > > Are you going to remove com/sun/jdi/ProcessAttachTest.java and com/sun/jdi/ReattachStressTest.java from the ProblemList.txt as part of this? They were excluded due to this issue but there may be changes coming to make these tests more robust.
> >
> >
> > If they are listed against this bug id then they must be removed, or else updated to a new bug id, as part of this change.
> > I think they are already listed with a new bug-id [8346827](https://bugs.openjdk.org/browse/JDK-8346827)
> > @AlanBateman : Let me know if any other update needed from my side in this PR ?
The changes in this PR means that com/sun/jdi/ProcessAttachTest.java and com/sun/jdi/ReattachStressTest.java should pass again. JDK-8346827 was created for these two because they were causing a lot of noise in our CI, then later lots more tests started to fail and JDK-8346834 were created. My comment was just to say that the 2 JDI tests can be removed from the exclude list too. I think Chris wants to make the tests more robust but that shouldn't prevent the tests running in the mean-time.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22948#issuecomment-2582887825
More information about the hotspot-runtime-dev
mailing list