Skip to content

Calendar API cleanup #11802

Calendar API cleanup

Calendar API cleanup #11802

Triggered via pull request November 6, 2023 18:50
@chipkentchipkent
synchronize #4201
Status Success
Total duration 13s
Artifacts

cla.yml

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

Annotations

29 errors and 1 warning
tests/test_jcompat.py.test_j_function: tests/test_jcompat/JCompatTestCase#L1
java.lang.RuntimeException: Error in Python interpreter: Type: <class 'SyntaxError'> Value: invalid syntax (calendar.py, line 185) Line: 26 Namespace: <module> File: /python/deephaven/plot/figure.py Traceback (most recent call last): File "/python/deephaven/_wrapper.py", line 171, in wrap_j_object File "/python/deephaven/_wrapper.py", line 111, in _lookup_wrapped_class File "/python/deephaven/_wrapper.py", line 35, in _recursive_import File "/usr/lib/python3.10/pkgutil.py", line 92, in walk_packages File "/python/deephaven/plot/__init__.py", line 15, in <module> File "/python/deephaven/plot/figure.py", line 26, in <module> at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.integrations.python.PythonObjectWrapper.wrap(PythonObjectWrapper.java:36) at io.deephaven.integrations.python.PythonFunction.apply(PythonFunction.java:43)
tests/test_partitioned_table.py.test_partitioned_transform: tests/test_partitioned_table/PartitionedTableTestCase#L1
failed to transform the PartitionedTable. : RuntimeError: java.lang.RuntimeException: Error in Python interpreter: Traceback (most recent call last): File "/python/deephaven/table.py", line 2641, in transform j_pt = self.j_partitioned_table.transform(j_operator) RuntimeError: java.lang.RuntimeException: Error in Python interpreter: Type: <class 'SyntaxError'> Value: invalid syntax (calendar.py, line 185) Line: 26 Namespace: <module> File: /python/deephaven/plot/figure.py Traceback (most recent call last): File "/python/deephaven/_wrapper.py", line 171, in wrap_j_object File "/python/deephaven/_wrapper.py", line 111, in _lookup_wrapped_class File "/python/deephaven/_wrapper.py", line 35, in _recursive_import File "/usr/lib/python3.10/pkgutil.py", line 92, in walk_packages File "/python/deephaven/plot/__init__.py", line 15, in <module> File "/python/deephaven/plot/figure.py", line 26, in <module> at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.integrations.python.PythonObjectWrapper.wrap(PythonObjectWrapper.java:36) at io.deephaven.integrations.python.PythonFunction.apply(PythonFunction.java:43) at io.deephaven.engine.table.impl.partitioned.PartitionedTableImpl.lambda$assertResultsStatic$4(PartitionedTableImpl.java:375) at io.deephaven.engine.table.impl.partitioned.TableTransformationColumn$OutputFormula.transformAndFill(TableTransformationColumn.java:154) at io.deephaven.engine.table.impl.partitioned.TableTransformationColumn$OutputFormula.fillChunk(TableTransformationColumn.java:133) at io.deephaven.engine.table.impl.sources.ViewColumnSource.fillChunk(ViewColumnSource.java:219) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.doApplyUpdate(SelectColumnLayer.java:412) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.lambda$doParallelApplyUpdate$3(SelectColumnLayer.java:280) at io.deephaven.engine.util.systemicmarking.SystemicObjectTracker.executeSystemically(SystemicObjectTracker.java:56) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.doParallelApplyUpdate(SelectColumnLayer.java:279) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.lambda$prepareParallelUpdate$0(SelectColumnLayer.java:246) at io.deephaven.engine.table.impl.util.JobScheduler.lambda$iterateParallel$1(JobScheduler.java:353) at io.deephaven.engine.table.impl.util.JobScheduler$IterationManager$TaskInvoker.execute(JobScheduler.java:255) at io.deephaven.engine.table.impl.util.JobScheduler$IterationManager.lambda$startTasks$0(JobScheduler.java:161) at io.deephaven.engine.table.impl.util.OperationInitializationPoolJobScheduler.lambda$submit$0(OperationInitializationPoolJobScheduler.java:26) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at io.deephaven.engine.table.impl.OperationInitializationThreadPool$1.lambda$newThread$0(OperationInitializationThreadPool.java:63) at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.server.console.python.DebuggingInitializer.lambda$createInitializer$0(DebuggingInitializer.java:30) at java.base/java.lang.Thread.run(Thread.java:833)
tests/test_partitioned_table.py.test_transform: tests/test_partitioned_table/PartitionedTableTestCase#L1
failed to transform the PartitionedTable. : RuntimeError: org.jpy.KeyError: Error in Python interpreter: Traceback (most recent call last): File "/python/deephaven/table.py", line 2641, in transform j_pt = self.j_partitioned_table.transform(j_operator) RuntimeError: org.jpy.KeyError: Error in Python interpreter: Type: <class 'KeyError'> Value: 'deephaven.pandasplugin' Line: 102 Namespace: walk_packages File: /usr/lib/python3.10/pkgutil.py Traceback (most recent call last): File "/python/deephaven/_wrapper.py", line 171, in wrap_j_object File "/python/deephaven/_wrapper.py", line 111, in _lookup_wrapped_class File "/python/deephaven/_wrapper.py", line 35, in _recursive_import File "/usr/lib/python3.10/pkgutil.py", line 102, in walk_packages at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.integrations.python.PythonObjectWrapper.wrap(PythonObjectWrapper.java:36) at io.deephaven.integrations.python.PythonFunction.apply(PythonFunction.java:43) at io.deephaven.engine.table.impl.partitioned.PartitionedTableImpl.lambda$assertResultsStatic$4(PartitionedTableImpl.java:375) at io.deephaven.engine.table.impl.partitioned.TableTransformationColumn$OutputFormula.transformAndFill(TableTransformationColumn.java:154) at io.deephaven.engine.table.impl.partitioned.TableTransformationColumn$OutputFormula.fillChunk(TableTransformationColumn.java:133) at io.deephaven.engine.table.impl.sources.ViewColumnSource.fillChunk(ViewColumnSource.java:219) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.doApplyUpdate(SelectColumnLayer.java:412) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.lambda$doParallelApplyUpdate$3(SelectColumnLayer.java:280) at io.deephaven.engine.util.systemicmarking.SystemicObjectTracker.executeSystemically(SystemicObjectTracker.java:56) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.doParallelApplyUpdate(SelectColumnLayer.java:279) at io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer.lambda$prepareParallelUpdate$0(SelectColumnLayer.java:246) at io.deephaven.engine.table.impl.util.JobScheduler.lambda$iterateParallel$1(JobScheduler.java:353) at io.deephaven.engine.table.impl.util.JobScheduler$IterationManager$TaskInvoker.execute(JobScheduler.java:255) at io.deephaven.engine.table.impl.util.JobScheduler$IterationManager.lambda$startTasks$0(JobScheduler.java:161) at io.deephaven.engine.table.impl.util.OperationInitializationPoolJobScheduler.lambda$submit$0(OperationInitializationPoolJobScheduler.java:26) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at io.deephaven.engine.table.impl.OperationInitializationThreadPool$1.lambda$newThread$0(OperationInitializationThreadPool.java:63) at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.server.console.python.DebuggingInitializer.lambda$createInitializer$0(DebuggingInitializer.java:30) at java.base/java.lang.Thread.run(Thread.java:833)
tests/test_table.py.test_attributes: tests/test_table/TableTestCase#L1
invalid syntax (calendar.py, line 185)
tests/test_table.py.test_layout_hints: tests/test_table/TableTestCase#L1
invalid syntax (calendar.py, line 185)
tests/test_update_graph.py.test_auto_locking_partitioned_table [Transform]: tests/test_update_graph/UpdateGraphTestCase#L1
failed to transform the PartitionedTable. : RuntimeError: java.lang.RuntimeException: Error in Python interpreter: Traceback (most recent call last): File "/python/deephaven/update_graph.py", line 109, in shared_lock yield File "/python/deephaven/update_graph.py", line 256, in auto_locking_ctx yield File "/python/deephaven/table.py", line 2641, in transform j_pt = self.j_partitioned_table.transform(j_operator) RuntimeError: java.lang.RuntimeException: Error in Python interpreter: Type: <class 'SyntaxError'> Value: invalid syntax (calendar.py, line 185) Line: 26 Namespace: <module> File: /python/deephaven/plot/figure.py Traceback (most recent call last): File "/python/deephaven/_wrapper.py", line 171, in wrap_j_object File "/python/deephaven/_wrapper.py", line 111, in _lookup_wrapped_class File "/python/deephaven/_wrapper.py", line 35, in _recursive_import File "/usr/lib/python3.10/pkgutil.py", line 92, in walk_packages File "/python/deephaven/plot/__init__.py", line 15, in <module> File "/python/deephaven/plot/figure.py", line 26, in <module> at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.integrations.python.PythonObjectWrapper.wrap(PythonObjectWrapper.java:36) at io.deephaven.integrations.python.PythonFunction.apply(PythonFunction.java:43) at io.deephaven.engine.table.impl.partitioned.PartitionedTableImpl.transform(PartitionedTableImpl.java:294) at io.deephaven.engine.table.impl.partitioned.PartitionedTableImpl.transform(PartitionedTableImpl.java:53) at io.deephaven.engine.table.PartitionedTable.transform(PartitionedTable.java:224) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/python/deephaven/table.py", line 2640, in transform with auto_locking_ctx(self): File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/python/deephaven/update_graph.py", line 255, in auto_locking_ctx with shared_lock(arg.update_graph): File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/python/deephaven/update_graph.py", line 111, in shared_lock raise DHError(e, "exception raised in the enclosed code block.") from e deephaven.dherror.DHError: exception raised in the enclosed code block. : RuntimeError: java.lang.RuntimeException: Error in Python interpreter: Traceback (most recent call last): File "/python/deephaven/update_graph.py", line 109, in shared_lock yield File "/python/deephaven/update_graph.py", line 256, in auto_locking_ctx yield File "/python/deephaven/table.py", line 2641, in transform j_pt = self.j_partitioned_table.transform(j_operator) RuntimeError: java.lang.RuntimeException: Error in Python interpreter: Type: <class 'SyntaxError'> Value: invalid syntax (calendar.py, line 185) Line: 26 Namespace: <module> File: /python/deephaven/plot/figure.py Traceback (most recent call last): File "/python/deephaven/_wrapper.py", line 171, in wrap_j_object File "/python/deephaven/_wrapper.py", line 111, in _lookup_wrapped_class File "/python/deephaven/_wrapper.py", line 35, in _recursive_import File "/usr/lib/python3.10/pkgutil.py", line 92, in walk_packages File "/python/deephaven/plot/__init__.py", line 15, in <module> File "/python/deephaven/plot/figure.py", line 26, in <module> at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.integrations.python.PythonObjectWrapper.wrap(PythonObjectWrapper.java:36) at io.deephaven.integrations.python.PythonFunction.apply(PythonFunction.java:43) at io.deephaven.engine.table.impl.partitioned.PartitionedTableImpl.transform(PartitionedTableImpl.java:294) at io.deephaven.engine.table.impl.partitioned.PartitionedTableImpl.transform(PartitionedTableImpl.java:53) at io.deephaven.engine.table.PartitionedTable.transform(PartitionedTable.java:224)
tests/test_uri.py.test_uri_local_table: tests/test_uri/UriTestCase#L1
failed to resolve the URI. : SyntaxError: invalid syntax Traceback (most recent call last): File "/python/deephaven/uri.py", line 36, in resolve return wrap_j_object(item) if isinstance(item, jpy.JType) else item File "/python/deephaven/_wrapper.py", line 171, in wrap_j_object wc = _lookup_wrapped_class(j_obj) File "/python/deephaven/_wrapper.py", line 111, in _lookup_wrapped_class _recursive_import(__package__.partition(".")[0]) File "/python/deephaven/_wrapper.py", line 35, in _recursive_import for mod in mods: File "/usr/lib/python3.10/pkgutil.py", line 92, in walk_packages __import__(info.name) File "/python/deephaven/plot/__init__.py", line 15, in <module> from .figure import Figure File "/python/deephaven/plot/figure.py", line 26, in <module> from deephaven.calendar import BusinessCalendar File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
/usr/lib/python3.10/unittest/loader.py.test_calendar: unittest/loader/_FailedTest/tests#L1
Failed to import test module: tests.test_calendar Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/python/tests/test_calendar.py", line 10, in <module> from deephaven.calendar import calendar_names, default_calendar_name, BusinessCalendar, DayOfWeek File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
/usr/lib/python3.10/unittest/loader.py.test_color: unittest/loader/_FailedTest/tests/test_plot#L1
Failed to import test module: tests.test_plot.test_color Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/python/tests/test_plot/test_color.py", line 8, in <module> from deephaven.plot import Color, Colors File "/python/deephaven/plot/__init__.py", line 15, in <module> from .figure import Figure File "/python/deephaven/plot/figure.py", line 26, in <module> from deephaven.calendar import BusinessCalendar File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
/usr/lib/python3.10/unittest/loader.py.test_figure: unittest/loader/_FailedTest/tests/test_plot#L1
Failed to import test module: tests.test_plot.test_figure Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/python/tests/test_plot/test_figure.py", line 8, in <module> from deephaven.plot import Figure File "/python/deephaven/plot/__init__.py", line 15, in <module> from .figure import Figure File "/python/deephaven/plot/figure.py", line 26, in <module> from deephaven.calendar import BusinessCalendar File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
/usr/lib/python3.10/unittest/loader.py.test_font: unittest/loader/_FailedTest/tests/test_plot#L1
Failed to import test module: tests.test_plot.test_font Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/python/tests/test_plot/test_font.py", line 8, in <module> from deephaven.plot import Color File "/python/deephaven/plot/__init__.py", line 15, in <module> from .figure import Figure File "/python/deephaven/plot/figure.py", line 26, in <module> from deephaven.calendar import BusinessCalendar File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
/usr/lib/python3.10/unittest/loader.py.test_linestyle: unittest/loader/_FailedTest/tests/test_plot#L1
Failed to import test module: tests.test_plot.test_linestyle Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/python/tests/test_plot/test_linestyle.py", line 9, in <module> from deephaven.plot import Colors File "/python/deephaven/plot/__init__.py", line 15, in <module> from .figure import Figure File "/python/deephaven/plot/figure.py", line 26, in <module> from deephaven.calendar import BusinessCalendar File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
/usr/lib/python3.10/unittest/loader.py.test_plot: unittest/loader/_FailedTest/tests/test_plot#L1
Failed to import test module: tests.test_plot.test_plot Traceback (most recent call last): File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/python/tests/test_plot/test_plot.py", line 8, in <module> from deephaven.plot import axis_transform_names, axis_transform, DecimalAxisFormat, \ File "/python/deephaven/plot/__init__.py", line 15, in <module> from .figure import Figure File "/python/deephaven/plot/figure.py", line 26, in <module> from deephaven.calendar import BusinessCalendar File "/python/deephaven/calendar.py", line 185 return self.j_calendar.currentDay(***) ^ SyntaxError: invalid syntax
TestSuite$1.warning: junit/framework/TestSuite$1#L1
junit.framework.AssertionFailedError: Exception in constructor: testFirstTransformedDay (java.lang.IllegalArgumentException: No such calendar: JPOSE at io.deephaven.time.calendar.Calendars.calendar(Calendars.java:182) at io.deephaven.plot.axistransformations.TestAxisTransformBusinessCalendar.<init>(TestAxisTransformBusinessCalendar.java:17) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at junit.framework.TestSuite.createTest(TestSuite.java:59) at junit.framework.TestSuite.addTestMethod(TestSuite.java:296) at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139) at junit.framework.TestSuite.<init>(TestSuite.java:118) at org.junit.internal.runners.JUnit38ClassRunner.<init>(JUnit38ClassRunner.java:78) at org.junit.internal.builders.JUnit3Builder.runnerForClass(JUnit3Builder.java:11) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28) at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:76) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:57) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:39) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) )
TestSuite$1.warning: junit/framework/TestSuite$1#L1
junit.framework.AssertionFailedError: Exception in constructor: testIsVisible (java.lang.IllegalArgumentException: No such calendar: JPOSE at io.deephaven.time.calendar.Calendars.calendar(Calendars.java:182) at io.deephaven.plot.axistransformations.TestAxisTransformBusinessCalendar.<init>(TestAxisTransformBusinessCalendar.java:17) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at junit.framework.TestSuite.createTest(TestSuite.java:59) at junit.framework.TestSuite.addTestMethod(TestSuite.java:296) at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139) at junit.framework.TestSuite.<init>(TestSuite.java:118) at org.junit.internal.runners.JUnit38ClassRunner.<init>(JUnit38ClassRunner.java:78) at org.junit.internal.builders.JUnit3Builder.runnerForClass(JUnit3Builder.java:11) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28) at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:76) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:57) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:39) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) )
TestSuite$1.warning: junit/framework/TestSuite$1#L1
junit.framework.AssertionFailedError: Exception in constructor: testTransform (java.lang.IllegalArgumentException: No such calendar: JPOSE at io.deephaven.time.calendar.Calendars.calendar(Calendars.java:182) at io.deephaven.plot.axistransformations.TestAxisTransformBusinessCalendar.<init>(TestAxisTransformBusinessCalendar.java:17) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at junit.framework.TestSuite.createTest(TestSuite.java:59) at junit.framework.TestSuite.addTestMethod(TestSuite.java:296) at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139) at junit.framework.TestSuite.<init>(TestSuite.java:118) at org.junit.internal.runners.JUnit38ClassRunner.<init>(JUnit38ClassRunner.java:78) at org.junit.internal.builders.JUnit3Builder.runnerForClass(JUnit3Builder.java:11) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70) at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28) at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:76) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:57) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:39) at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176) at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113) at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65) at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) )
TestConditionFilterGeneration.validateFile: io/deephaven/engine/table/impl/select/TestConditionFilterGeneration#L54
junit.framework.ComparisonFailure: Code generation results have changed - if you are comfortable with the change, run generateFile above to update the reference implementation expected:<...haven.time.calendar.[]StaticCalendarMethod...> but was:<...haven.time.calendar.[Calendars.*; import static io.deephaven.time.calendar.]StaticCalendarMethod...>
TestConditionFilterGeneration.validateArrayFile: io/deephaven/engine/table/impl/select/TestConditionFilterGeneration#L59
junit.framework.ComparisonFailure: Code generation results have changed - if you are comfortable with the change, run generateFile above to update the reference implementation expected:<...haven.time.calendar.[]StaticCalendarMethod...> but was:<...haven.time.calendar.[Calendars.*; import static io.deephaven.time.calendar.]StaticCalendarMethod...>
TestFormulaColumnGeneration.validateFiles: io/deephaven/engine/table/impl/select/TestFormulaColumnGeneration#L64
junit.framework.ComparisonFailure: Code generation results have changed - if you are comfortable with the change, run generateFile above to update the reference implementation expected:<...haven.time.calendar.[]StaticCalendarMethod...> but was:<...haven.time.calendar.[Calendars.*; import static io.deephaven.time.calendar.]StaticCalendarMethod...>
TestCalendars.testCalendarNames: io/deephaven/time/calendar/TestCalendars#L26
junit.framework.AssertionFailedError: array length expected:<2> but was:<4>
ColumnExpressionCompletionHandlerTest.Completion at 19 should find typesafe column completion for partially completed column expressions: io/deephaven/lang/completion/ColumnExpressionCompletionHandlerTest#L59
Condition not satisfied: result.size() == completions.size() | | | | | [] 0 | | 9 | [u = t.update('Date = previousDay(, u = t.update('Date = previousDay(", u = t.update('Date = previousDay()', u = t.update('Date = previousBusinessDay(, u = t.update('Date = previousBusinessDay(", u = t.update('Date = previousBusinessDay()', u = t.update('Date = previousNonBusinessDay(, u = t.update('Date = previousNonBusinessDay(", u = t.update('Date = previousNonBusinessDay()'] false
ColumnExpressionCompletionHandlerTest.Completion at 18 should find typesafe column completion for partially completed column expressions: io/deephaven/lang/completion/ColumnExpressionCompletionHandlerTest#L59
Condition not satisfied: result.size() == completions.size() | | | | | | 1 | | 10 | | [u = t.update('Date = previousDay(, u = t.update('Date = previousDay(", u = t.update('Date = previousDay()', u = t.update('Date = previousBusinessDay(, u = t.update('Date = previousBusinessDay(", u = t.update('Date = previousBusinessDay()', u = t.update('Date = previousNonBusinessDay(, u = t.update('Date = previousNonBusinessDay(", u = t.update('Date = previousNonBusinessDay()', u = t.update('DateTime = prev] | false [u = t.update('DateTime = prev]
tests/test_console.py.test_bind_table: test_console/ConsoleTestCase#L1
failed to bind a table to a variable on the server.
tests/test_multi_session.py.test_persistent_tables: test_multi_session/MultiSessionTestCase#L1
failed to bind a table to a variable on the server.
tests/test_multi_session.py.test_shared_tables: test_multi_session/MultiSessionTestCase#L1
failed to bind a table to a variable on the server.
tests/test_plugin_client.py.test_create: test_plugin_client/PluginClientTestCase#L1
could not run script: java.lang.RuntimeException: Error in Python interpreter: Type: <class 'SyntaxError'> Value: invalid syntax (calendar.py, line 185) Line: 26 Namespace: <module> File: /opt/deephaven/venv/lib/python3.10/site-packages/deephaven/plot/figure.py Traceback (most recent call last): File "<string>", line 2, in <module> File "/opt/deephaven/venv/lib/python3.10/site-packages/deephaven/plot/__init__.py", line 15, in <module> File "/opt/deephaven/venv/lib/python3.10/site-packages/deephaven/plot/figure.py", line 26, in <module> at org.jpy.PyLib.executeCode(Native Method) at org.jpy.PyObject.executeCode(PyObject.java:138) at io.deephaven.engine.util.PythonEvaluatorJpy.evalScript(PythonEvaluatorJpy.java:73) at io.deephaven.integrations.python.PythonDeephavenSession.lambda$evaluate$1(PythonDeephavenSession.java:194) at io.deephaven.util.locks.FunctionalLock.doLockedInterruptibly(FunctionalLock.java:51) at io.deephaven.integrations.python.PythonDeephavenSession.evaluate(PythonDeephavenSession.java:194) at io.deephaven.engine.util.AbstractScriptSession.lambda$evaluateScript$0(AbstractScriptSession.java:147) at io.deephaven.engine.context.ExecutionContext.lambda$apply$0(ExecutionContext.java:149) at io.deephaven.engine.context.ExecutionContext.apply(ExecutionContext.java:160) at io.deephaven.engine.context.ExecutionContext.apply(ExecutionContext.java:148) at io.deephaven.engine.util.AbstractScriptSession.evaluateScript(AbstractScriptSession.java:147) at io.deephaven.engine.util.DelegatingScriptSession.evaluateScript(DelegatingScriptSession.java:84) at io.deephaven.engine.util.ScriptSession.evaluateScript(ScriptSession.java:102) at io.deephaven.server.console.ConsoleServiceGrpcImpl.lambda$executeCommand$4(ConsoleServiceGrpcImpl.java:175) at io.deephaven.server.session.SessionState$ExportBuilder.lambda$submit$2(SessionState.java:1388) at io.deephaven.server.session.SessionState$ExportObject.doExport(SessionState.java:924) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at io.deephaven.server.runner.scheduler.SchedulerModule$ThreadFactory.lambda$newThread$0(SchedulerModule.java:78) at org.jpy.PyLib.callAndReturnObject(Native Method) at org.jpy.PyObject.call(PyObject.java:449) at io.deephaven.server.console.python.DebuggingInitializer.lambda$createInitializer$0(DebuggingInitializer.java:30) at java.base/java.lang.Thread.run(Thread.java:833)
tests/test_session.py.test_time_table: test_session/SessionTestCase#L1
failed to bind a table to a variable on the server.
tests/test_ticking_basic.py.test_ticking_basic_time_table: test_ticking_basic/TickingBasicTestCase#L1
failed to bind a table to a variable on the server.
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/