RFR: 8263382: java/util/logging/ParentLoggersTest.java failed with "checkLoggers: getLoggerNames() returned unexpected loggers"

Mandy Chung mchung at openjdk.java.net
Wed May 12 18:20:58 UTC 2021


On Wed, 12 May 2021 15:48:16 GMT, Daniel Fuchs <dfuchs at 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


More information about the core-libs-dev mailing list