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
Execution failed: `main' threw exception: java.lang.RuntimeException: Expected date comment Wed Sep 21 15:38:13 IST 2022 to be after Wed Sep 21 15:38:12 IST 2022 but was Wed Sep 21 11:08:13 IST 2022
[2022-09-21T14:38:25.133Z] stdout: [Current default timezone is sun.util.calendar.ZoneInfo[id="Europe/Dublin",offset=0,dstSavings=3600000,useDaylight=true,transitions=227,lastRule=java.util.SimpleTimeZone[id=Europe/Dublin,offset=0,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]]
[2022-09-21T14:38:25.133Z] ];
[2022-09-21T14:38:25.133Z] stderr: []
[2022-09-21T14:38:25.133Z] exitValue = 0
[2022-09-21T14:38:25.133Z]
[2022-09-21T14:38:25.133Z] java.lang.RuntimeException: Expected date comment Wed Sep 21 15:38:13 IST 2022 to be after Wed Sep 21 15:38:12 IST 2022 but was Wed Sep 21 11:08:13 IST 2022
[2022-09-21T14:38:25.133Z] at StoreReproducibilityTest.assertCurrentDate(StoreReproducibilityTest.java:434)
[2022-09-21T14:38:25.133Z] at StoreReproducibilityTest.testEmptySysPropValue(StoreReproducibilityTest.java:256)
[2022-09-21T14:38:25.133Z] at StoreReproducibilityTest.main(StoreReproducibilityTest.java:71)
[2022-09-21T14:38:25.133Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2022-09-21T14:38:25.133Z] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2022-09-21T14:38:25.133Z] at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
[2022-09-21T14:38:25.133Z] at java.base/java.lang.Thread.run(Thread.java:1589)
[2022-09-21T14:38:25.133Z]
[2022-09-21T14:38:25.133Z] JavaTest Message: Test threw exception: java.lang.RuntimeException
[2022-09-21T14:38:25.133Z] JavaTest Message: shutting down test
The text was updated successfully, but these errors were encountered:
karianna
changed the title
java/util/Properties/StoreReproducibilityTest.java fails regularly on Java 19
java/util/Properties/StoreReproducibilityTest.java fails IST Date comparison on Java 19
Sep 22, 2022
Possibly a machine TZ setup problem (machine reported Dublin/Europe TZ) but not sure. TRSS Test Output and TRSS Test Output
Execution failed: `main' threw exception: java.lang.RuntimeException: Expected date comment Wed Sep 21 15:38:13 IST 2022 to be after Wed Sep 21 15:38:12 IST 2022 but was Wed Sep 21 11:08:13 IST 2022
Could be related to recent Java 19 patch in this area
[2022-09-21T14:38:25.133Z] stdout: [Current default timezone is sun.util.calendar.ZoneInfo[id="Europe/Dublin",offset=0,dstSavings=3600000,useDaylight=true,transitions=227,lastRule=java.util.SimpleTimeZone[id=Europe/Dublin,offset=0,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]]
[2022-09-21T14:38:25.133Z] ];
[2022-09-21T14:38:25.133Z] stderr: []
[2022-09-21T14:38:25.133Z] exitValue = 0
[2022-09-21T14:38:25.133Z]
[2022-09-21T14:38:25.133Z] java.lang.RuntimeException: Expected date comment Wed Sep 21 15:38:13 IST 2022 to be after Wed Sep 21 15:38:12 IST 2022 but was Wed Sep 21 11:08:13 IST 2022
[2022-09-21T14:38:25.133Z] at StoreReproducibilityTest.assertCurrentDate(StoreReproducibilityTest.java:434)
[2022-09-21T14:38:25.133Z] at StoreReproducibilityTest.testEmptySysPropValue(StoreReproducibilityTest.java:256)
[2022-09-21T14:38:25.133Z] at StoreReproducibilityTest.main(StoreReproducibilityTest.java:71)
[2022-09-21T14:38:25.133Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[2022-09-21T14:38:25.133Z] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[2022-09-21T14:38:25.133Z] at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
[2022-09-21T14:38:25.133Z] at java.base/java.lang.Thread.run(Thread.java:1589)
[2022-09-21T14:38:25.133Z]
[2022-09-21T14:38:25.133Z] JavaTest Message: Test threw exception: java.lang.RuntimeException
[2022-09-21T14:38:25.133Z] JavaTest Message: shutting down test
The text was updated successfully, but these errors were encountered: