cqframework / cqframework/cql-tests-runner
Types testing error breakdown (CqlTypesTest)
@bryantaustin13 is already working on this.
Since Dec 8, 2025.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 3
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 2
Description
CqlTypesTest fails commentary:
-
"passCount": 17,
"skipCount": 6,
"failCount": 5,
"errorCount": 0 -
All errors are engine errors. Failing tests:
(Z in actual, not in expected). -- These are engine errors. The timezone is in the expression so Z (indicating ) should not be there. The engine is adding Z as it assumed UTC as the evaluation timezone.
DateTimeProper
DateTimeMin
DateTimeMaxAnyInterval (actual supposed to return interval objects, but returns a string) -- This is the same as the engine errors in this issue: https://github.com/cqframework/cql-tests-runner/issues/58#issue-3690877468.
DateTimeUncertain (Expected should be a number (19) not an interval, which actual is as a string and expected is an interval object. DateTime(2015, 3) should resolve to 2015, 3 01:00:00)
From Feb 10 → Feb 28 = 18 days
Add Mar 1 = +1 day
Total = 19 days
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.