JDK-8316087 : Test SignedLoggerFinderTest.java is still failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.logging
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: x86_64
  • Submitted: 2023-09-12
  • Updated: 2023-11-09
  • Resolved: 2023-09-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 22
11.0.22-oracleFixed 17.0.10-oracleFixed 21.0.2Fixed 22 b15Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
java.lang.RuntimeException: Unexpected fail.
	at SignedLoggerFinderTest.launchTest(SignedLoggerFinderTest.java:213)
	at SignedLoggerFinderTest.main(SignedLoggerFinderTest.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
	at java.base/java.lang.Thread.run(Thread.java:1570)
Caused by: java.lang.RuntimeException: 'TEST LOGGER: [test_1, test]' missing from stdout/stderr
	at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
	at SignedLoggerFinderTest.launchTest(SignedLoggerFinderTest.java:199)
	... 5 more
Comments
Fix request [11u] I backport this for parity with 11.0.22-oracle. Included in backport of main change, JDK-8314263.
30-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2223 Date: 2023-10-27 06:51:06 +0000
27-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1756 Date: 2023-09-20 11:01:26 +0000
20-09-2023

Fix request [17u] I backport this for parity with 17.0.10-oracle. Included in backport of main change, JDK-8314263.
20-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u/pull/175 Date: 2023-09-19 16:05:39 +0000
19-09-2023

The fix for this bug is integrated in jdk-22+15-1131.
16-09-2023

removing affects version of 21 - the test is not present there
14-09-2023

Changeset: ff240a91 Author: Sean Coffey <coffeys@openjdk.org> Date: 2023-09-13 15:05:46 +0000 URL: https://git.openjdk.org/jdk/commit/ff240a9135e0f0c78ecffadbef38edb3b0479653
13-09-2023

Fix request: final (hopefully) stabilization fix for the new SignedLoggerFinderTest testcase
13-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15711 Date: 2023-09-13 11:26:30 +0000
13-09-2023