Skip to content

Fix DateTime initialization and comparison code to deal correctly with half hour and fifteen minute timezones #289

Fix DateTime initialization and comparison code to deal correctly with half hour and fifteen minute timezones

Fix DateTime initialization and comparison code to deal correctly with half hour and fifteen minute timezones #289

Triggered via pull request October 27, 2023 14:43
Status Failure
Total duration 26m 19s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
CqlPerformanceIT.testEngineInit: Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlPerformanceIT.java#L30
java.lang.AssertionError: Test took longer per iteration than allowed. max: 0.20, actual: 2.29 expected [true] but found [false]
CqlPerformanceIT.testInternalTypeRepresentationSuite: Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlPerformanceIT.java#L56
java.lang.AssertionError: CqlInternalTypeRepresentationSuite took longer per iteration than allowed. max: 3.00, actual: 14.29 expected [true] but found [false]
CqlPerformanceIT.testMainSuite: Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlPerformanceIT.java#L38
java.lang.AssertionError: CqlPerformanceTest took longer per iteration than allowed. max: 350.00, actual: 3147.93 expected [true] but found [false]
DateTimeTest.testBigDecimal[14](-3.50, hour, [2024, 2, 27, 7, 28, 0]): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/runtime/DateTimeTest.java#L179
java.lang.AssertionError: expected [2024-02-27T07:28-03:30] but found [2024-02-27T10:58Z]
DateTimeTest.testDateStrings[14](2024-02-27T07:28:00, -03:30, hour): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/runtime/DateTimeTest.java#L98
java.lang.AssertionError: expected [2024-02-27T07:28-03:30] but found [2024-02-27T10:58Z]
DateTimeTest.testOffsetPrecisions[11](2024-02-27T07:28, -03:30, hour): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/runtime/DateTimeTest.java#L142
java.lang.AssertionError: expected [2024-02-27T07:28-03:30] but found [2024-02-27T10:58Z]
gradle
Gradle build failed: see console output for details