Exception in thread Thread-84: Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 369, in _refresh_token self._flight_client.authenticate(self._auth_handler) File "pyarrow/_flight.pyx", line 1460, in pyarrow._flight.FlightClient.authenticate File "pyarrow/_flight.pyx", line 55, in pyarrow._flight.check_flight_status pyarrow._flight.FlightInternalError: Could not finish writing before closing The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 1378, in run self.function(*self.args, **self.kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 362, in _keep_alive self._refresh_token() File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 372, in _refresh_token raise DHError("failed to refresh auth token") from e pydeephaven.dherror.DHError: failed to refresh auth token Exception in thread Exception in thread Thread-35 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Thread-17 (_interact_with_server): Exception in thread Thread-23 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_table_service.py", line 53, in grpc_table_op Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_table_service.py", line 53, in grpc_table_op return table_class(self.session, ticket=response.result_id.ticket, File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") return table_class(self.session, ticket=response.result_id.ticket, File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: raise DHError("Must be associated with a active session") Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self.run() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/threading.py", line 953, in run File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 378, in _interact_with_server self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 378, in _interact_with_server self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) table2 = table1.group_by() File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table2 = table1.group_by() File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 450, in group_by File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 450, in group_by table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return super(Table, self).group_by(by) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_table_interface.py", line 382, in group_by return super(Table, self).group_by(by) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_table_interface.py", line 382, in group_by return self.table_op_handler(table_op) return self.flight_service.import_table(data=data) return self.table_op_handler(table_op) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 36, in table_op_handler File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 36, in table_op_handler return self.session.table_service.grpc_table_op(self, table_op) return self.session.table_service.grpc_table_op(self, table_op) raise DHError("failed to create a Deephaven table from Arrow data.") from e File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_table_service.py", line 60, in grpc_table_op pydeephaven.dherror File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_table_service.py", line 60, in grpc_table_op . raise DHError(f"failed to finish {op.__class__.__name__} operation") from eDHError: failed to create a Deephaven table from Arrow data. pydeephaven.dherror.DHError: raise DHError(f"failed to finish {op.__class__.__name__} operation") from e pydeephaven.dherror.DHError: failed to finish AggregateAllOp operationfailed to finish AggregateAllOp operation Exception in thread Thread-38 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-11 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-7 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-22 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-14 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-20 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-26 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-18 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-39 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-27 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ Exception in thread Thread-19 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Exception in thread Thread-4 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) raise DHError("Must be associated with a active session") File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ pydeephaven.dherror.DHError: Must be associated with a active session return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner raise DHError("Must be associated with a active session") pydeephaven.dherror. File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ DHError: Must be associated with a active session The above exception was the direct cause of the following exception: raise DHError("Must be associated with a active session") Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server self.run() File "/usr/lib/python3.10/threading.py", line 953, in run table1 = session.import_table(pa_table) self.run() File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-25 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-24 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-21 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Exception in thread Thread-31 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active sessionraise DHError("Must be associated with a active session") pydeephaven.dherror.DHError The above exception was the direct cause of the following exception: Traceback (most recent call last): : Must be associated with a active session File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server self._target(*self._args, **self._kwargs) table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: table1 = session.import_table(pa_table)failed to create a Deephaven table from Arrow data. File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Exception in thread Thread-15 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Exception in thread Thread-36 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Exception in thread Thread-40 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Exception in thread Thread-9 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema)Thread-3 (_interact_with_server): return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner raise DHError("Must be associated with a active session") Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherrorpydeephaven.dherror..DHErrorDHError: : Must be associated with a active session return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) The above exception was the direct cause of the following exception: File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner Must be associated with a active session raise DHError("Must be associated with a active session") The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner raise DHError("Must be associated with a active session") self.run() pydeephaven.dherror.DHError: pydeephaven.dherror.Must be associated with a active session File "/usr/lib/python3.10/threading.py", line 953, in run The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner DHError: Must be associated with a active session self.run() self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/threading.py", line 953, in run File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table File "/usr/lib/python3.10/threading.py", line 953, in run return self.flight_service.import_table(data=data) self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server self._target(*self._args, **self._kwargs) self.run() File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table File "/usr/lib/python3.10/threading.py", line 953, in run raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror. table1 = session.import_table(pa_table) self._target(*self._args, **self._kwargs)DHError File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table): failed to create a Deephaven table from Arrow data. return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table pydeephaven.dherror.DHError: return self.flight_service.import_table(data=data)failed to create a Deephaven table from Arrow data. File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror. return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table DHError : failed to create a Deephaven table from Arrow data. raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherrorraise DHError("failed to create a Deephaven table from Arrow data.") from e.DHError: failed to create a Deephaven table from Arrow data. pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-32 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-28 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-12 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-34 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Exception in thread return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ Thread-42 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema)Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server self.run() File "/usr/lib/python3.10/threading.py", line 953, in run table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherrortable1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table .DHError: failed to create a Deephaven table from Arrow data. return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-8 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHErrorException in thread : Thread-6 (_interact_with_server): Must be associated with a active sessionTraceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner The above exception was the direct cause of the following exception: self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: self.run() File "/usr/lib/python3.10/threading.py", line 953, in run failed to create a Deephaven table from Arrow data. self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-37 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-41 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-30 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-5 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-29 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-13 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Thread-10 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. Exception in thread Exception in thread Thread-16 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table Thread-33 (_interact_with_server): Traceback (most recent call last): File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 39, in import_table return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ return Table(self.session, ticket=flight_ticket, size=data.num_rows, schema=dh_schema) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/table.py", line 41, in __init__ raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner raise DHError("Must be associated with a active session") pydeephaven.dherror.DHError: Must be associated with a active session The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server self.run() File "/usr/lib/python3.10/threading.py", line 953, in run table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table self._target(*self._args, **self._kwargs) File "/home/cfs/dh/oss1/deephaven-core/py/client/tests/test_session.py", line 377, in _interact_with_server return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table table1 = session.import_table(pa_table) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/session.py", line 554, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. return self.flight_service.import_table(data=data) File "/home/cfs/dh/oss1/deephaven-core/py/client/pydeephaven/_arrow_flight_service.py", line 41, in import_table raise DHError("failed to create a Deephaven table from Arrow data.") from e pydeephaven.dherror.DHError: failed to create a Deephaven table from Arrow data. . ---------------------------------------------------------------------- Ran 1 test in 331.138s OK