On Wed, 12 May 2021 15:48:16 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:

> ParentLoggersTest.java has been (rarely) seen failing with "checkLoggers: 
> getLoggerNames() returned unexpected loggers"
> The suspicion is that there might be some possible interaction with other 
> tests running in the same VM. This test causes the LogManager to reparse its 
> configuration and should therefore run in its own VM.

I think you are right that this test should be run in other VM since it alters 
the system property.

-------------

Marked as reviewed by mchung (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3997

Reply via email to