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

Brian Burkhalter bpb at openjdk.java.net
Wed May 12 16:09:55 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.

Seems reasonable.

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

Marked as reviewed by bpb (Reviewer).

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


More information about the core-libs-dev mailing list