Skip to content

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

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 #283

Triggered via pull request October 26, 2023 17:30
Status Failure
Total duration 10m 49s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors
CqlPerformanceIT.testInternalTypeRepresentationSuite: Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlPerformanceIT.java#L55
java.lang.AssertionError: CqlInternalTypeRepresentationSuite took longer per iteration than allowed. max: 3.00, actual: 6.27 expected [true] but found [false]
CqlPerformanceIT.testMainSuite: Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlPerformanceIT.java#L37
java.lang.AssertionError: CqlPerformanceTest took longer per iteration than allowed. max: 350.00, actual: 511.73 expected [true] but found [false]
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[0](America/Denver): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[1](America/St_Johns): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[2](Asia/Kolkata): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[3](Australia/Darwin): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[4](Australia/Eucla): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[5](Australia/Broken_Hill): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[6](Australia/Lord_Howe): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[7](Australia/Adelaide): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[8](Indian/Cocos): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
CqlTimezoneTests.testExpressionsProblematicForWeirdTimezones[9](Pacific/Chatham): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlTimezoneTests.java#L26
org.cqframework.cql.cql2elm.CqlIncludeException: Could not load source for library CqlTimezoneTests, version null.
gradle
Gradle build failed: see console output for details