You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-01-26T08:21:39.9703043Z Both records must pass via startup queue (4 failures)
2025-01-26T08:21:39.9704392Z >--java.lang.AssertionError: record 0
2025-01-26T08:21:39.9704815Z Expected: <FINEST>
2025-01-26T08:21:39.9705101Z but: was <INFO>
2025-01-26T08:21:39.9705451Z >--java.lang.AssertionError: record 0
2025-01-26T08:21:39.9705854Z Expected: "message0"
2025-01-26T08:21:39.9706155Z but: was "message1"
2025-01-26T08:21:39.9706532Z >--java.lang.AssertionError: record 1
2025-01-26T08:21:39.9706915Z Expected: <INFO>
2025-01-26T08:21:39.9707189Z but: was <FINEST>
2025-01-26T08:21:39.9707521Z >--java.lang.AssertionError: record 1
2025-01-26T08:21:39.9707903Z Expected: "message1"
2025-01-26T08:21:39.9708195Z but: was "message0"
Timing issue?
Looks like records are collected in order different than expected by assertions.
From the message Both records must pass via startup queue I'd not suspect the order to be crucial. I believe that implementation is rather fine here and it's test that should follow.
glassfish/nucleus/glassfish-jul-extension/src/test/java/org/glassfish/main/jul/GlassFishLogManagerLifeCycleTest.java
Lines 194 to 221 in a56d44c
Have seen recently:
Timing issue?
Looks like records are collected in order different than expected by assertions.
From the message Both records must pass via startup queue I'd not suspect the order to be crucial. I believe that implementation is rather fine here and it's test that should follow.
Originally posted by @pzygielo in #24046 (comment)
The text was updated successfully, but these errors were encountered: