Integrated: 8316087: Test SignedLoggerFinderTest.java is still failing
Sean Coffey
coffeys at openjdk.org
Wed Sep 13 15:08:53 UTC 2023
On Wed, 13 Sep 2023 11:26:30 GMT, Sean Coffey <coffeys at openjdk.org> wrote:
> Some log messages from the test may be dropped if the bootstraplogger is in use at time of log call. (bootstap logger logs at INFO level, the security event logger logs at DEBUG level)
>
> Modify the test to use a patched EventHelper class to let it log at INFO level also, ensuring the bootstrap logger handles such logs.
>
> I'll log a follow on enhancement where the default logging level for bootstrap logger can be modified (perhaps via the existing `jdk.system.logger.level` system property)
This pull request has now been integrated.
Changeset: ff240a91
Author: Sean Coffey <coffeys at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ff240a9135e0f0c78ecffadbef38edb3b0479653
Stats: 15 lines in 2 files changed: 9 ins; 3 del; 3 mod
8316087: Test SignedLoggerFinderTest.java is still failing
Reviewed-by: dfuchs
-------------
PR: https://git.openjdk.org/jdk/pull/15711
More information about the core-libs-dev
mailing list