cqframework / cqframework/cql-tests-runner

Types testing error breakdown (CqlTypesTest)

Open
#66 0 comments 0 reactions 1 assignee View on GitHub

@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:

  1. "passCount": 17,
    "skipCount": 6,
    "failCount": 5,
    "errorCount": 0

  2. 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
    DateTimeMax

    AnyInterval (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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.