Skip to content

Types testing error breakdown (CqlTypesTest) #66

@bryantaustin13

Description

@bryantaustin13

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: Interval testing error breakdown (CqlIntervalOperatorsTest) #58 (comment).

    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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions