You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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