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
The test sets JVM options on the LibertyServer object but when the start is called on the LibertyServer, the FIPS JVM options are set (when FIPS is enabled) which clears the JVM option set by the test causing the test case to fail.
The text was updated successfully, but these errors were encountered:
Update: After further investigation with Jake, this test should have also been failing without FIPS enabled as well, as there appears to have been an existing timing issue in the LibertyServer.java when the server is starting of it not getting the latest jvm options from the jvm.options file if the file is updated right before the server starts.
This will be fixed for the FIPS scope with: #30689
And will be fixed for the overall scope of all tests: #30694
Test Code:
open-liberty/dev/com.ibm.ws.jaxb_fat/fat/src/com/ibm/ws/jaxb/fat/LibertyJAXBSpecTest.java
Line 71 in 95e686d
Failing Test: om.ibm.ws.jaxb_fat -LibertyJAXBSpecTest.java
The test sets JVM options on the LibertyServer object but when the start is called on the LibertyServer, the FIPS JVM options are set (when FIPS is enabled) which clears the JVM option set by the test causing the test case to fail.
The text was updated successfully, but these errors were encountered: