Move calendar initialization to server startup #12816
Triggered via pull request
January 12, 2024 22:49
devinrsmith
synchronize
#5037
Status
Success
Total duration
13s
Artifacts
–
Annotations
6 errors and 1 warning
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:190)
|
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:190)
|
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
|
|
CLAssistant
The following actions uses node12 which is deprecated and will be forced to run on node16: cla-assistant/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|