Skip to content

Move calendar initialization to server startup #12816

Move calendar initialization to server startup

Move calendar initialization to server startup #12816

Triggered via pull request January 12, 2024 22:49
@devinrsmithdevinrsmith
synchronize #5037
Status Success
Total duration 13s
Artifacts

cla.yml

on: pull_request_target
CLAssistant
5s
CLAssistant
Fit to window
Zoom out
Zoom in

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)
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/