Move calendar initialization to server startup #14906
label-check-ci.yml
on: pull_request
doc-labels
7s
releasenotes-labels
8s
Annotations
6 errors
tests/test_calendar.py.test_calendar_names:
tests/test_calendar/CalendarTestCase#L1
Lists differ: [] != ['CAL1', 'CAL2', 'USBANK_EXAMPLE', 'USNYSE_EXAMPLE', 'UTC']
Second list contains 5 additional elements.
First extra element 0:
'CAL1'
- []
+ ['CAL1', 'CAL2', 'USBANK_EXAMPLE', 'USNYSE_EXAMPLE', 'UTC']
|
tests/test_calendar.py.test_calendar:
tests/test_calendar/CalendarTestCase#L1
failed to get the default calendar. : RuntimeError: java.lang.IllegalArgumentException: No such calendar: USNYSE_EXAMPLE
Traceback (most recent call last):
File "/python/deephaven/calendar.py", line 125, in calendar
return _JCalendars.calendar(name)
RuntimeError: java.lang.IllegalArgumentException: No such calendar: USNYSE_EXAMPLE
at io.deephaven.time.calendar.Calendars.calendar(Calendars.java:188)
|
tests/test_calendar.py.test_integration:
tests/test_calendar/CalendarTestCase#L1
failed to get the default calendar. : RuntimeError: java.lang.IllegalArgumentException: No such calendar: USNYSE_EXAMPLE
Traceback (most recent call last):
File "/python/deephaven/calendar.py", line 125, in calendar
return _JCalendars.calendar(name)
RuntimeError: java.lang.IllegalArgumentException: No such calendar: USNYSE_EXAMPLE
at io.deephaven.time.calendar.Calendars.calendar(Calendars.java:188)
|
TestAxisTransformBusinessCalendar.testFirstTransformedDay:
io/deephaven/plot/axistransformations/TestAxisTransformBusinessCalendar#L108
java.lang.IllegalArgumentException: No such calendar: USNYSE_EXAMPLE
|
TestAxisTransforms.testAxisTransform:
io/deephaven/plot/axistransformations/TestAxisTransforms#L86
java.lang.IllegalArgumentException: No such calendar: USNYSE_EXAMPLE
|
|