aqa-tests: Failing jdk_time test on MacOS x64 JDK18+36 release triage
java/time/test/java/time/format/TestZoneTextPrinterParser.java.TestZoneTextPrinterParser from jdk_time in the extended openjdk test suite is failing on MacOS
[2022-03-23T12:40:00.263Z] java.time.format.DateTimeParseException: Text '2021-11-07 01:30:00.000 EST' could not be parsed at index 24
[2022-03-23T12:40:00.263Z] at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2056)
[2022-03-23T12:40:00.263Z] at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1958)
Test job link https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_x86-64_mac_testList_1/26/testReport/ Trss link https://trss.adoptium.net/output/test?id=623b273c72761a4c5cf83036
I reran the job on test-macstadium-macos1014-x64-4, https://ci.adoptopenjdk.net/job/Grinder/3917/console, it still failed. I am rerunning it on a build machine to double check https://ci.adoptopenjdk.net/job/Grinder/3932/console
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 24 (20 by maintainers)
Fixed upstream: https://github.com/openjdk/jdk/commit/a41550b9e3c6729e90a96cf33e1765887aa2a3fb
@sophia-guo I added a comment on seeing it on win32.
This should not be
skew/mismatch of test material
. Test builds are using commit0f2113cee79b9645105b4753c7d7eacb83b872c2
, which is exactly same asjdk-18+36
https://github.com/adoptium/jdk18u/releases/tag/jdk-18%2B36
Not the same tests, the underlying failure is the same java.time.format.DateTimeParseException. Test : test.java.time.format.TestUnicodeExtension.java