2024-06-27 17:40:38,854 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-27 17:40:38,854 - INFO - ya.test - pytest_runtest_setup: test_big_dataset[csv-additional_args1-row] 2024-06-27 17:40:38,854 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-27 17:40:38,855 - INFO - ya.test - pytest_runtest_setup: Test setup 2024-06-27 17:40:38,857 - INFO - ya.test - pytest_runtest_call: Test call (class_name: test_ydb_impex.py::TestImpex, test_name: test_big_dataset[csv-additional_args1-row]) 2024-06-27 17:40:38,858 - DEBUG - ydb.connection - _prepare_call: RpcState(ExecuteSchemeQuery, bbf1b5f4-d279-492a-b4ef-59e684fc8a81, fv4iund84l17vo1t9d8u.auto.internal:13719): creating call state 2024-06-27 17:40:38,858 - DEBUG - ydb.connection - _log_request: RpcState(ExecuteSchemeQuery, bbf1b5f4-d279-492a-b4ef-59e684fc8a81, fv4iund84l17vo1t9d8u.auto.internal:13719): request = { session_id: "ydb://session/3?node_id=1&id=YzhiZmExYTItYjBhNmM4OWQtY2JlMTY5YmUtMTBkZmRiN2Q=" yql_text: "\n CREATE TABLE `/Root/test_big_dataset[csv-additional_args1-row]` (\n key Uint32 NOT NULL,\n id Uint64,\n value Utf8,\n PRIMARY KEY(key)\n )\n \n WITH (\n STORE = row\n )\n " operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } } 2024-06-27 17:40:38,875 - INFO - ydb.connection - _rpc_error_handler: RpcState(ExecuteSchemeQuery, bbf1b5f4-d279-492a-b4ef-59e684fc8a81, fv4iund84l17vo1t9d8u.auto.internal:13719): received error, <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "Socket closed" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Socket closed", grpc_status:14, created_time:"2024-06-27T17:40:38.874014977+00:00"}" > 2024-06-27 17:40:38,875 - DEBUG - ydb.connection - _rpc_error_handler: RpcState(ExecuteSchemeQuery, bbf1b5f4-d279-492a-b4ef-59e684fc8a81, fv4iund84l17vo1t9d8u.auto.internal:13719): unhandled rpc error, disconnecting channel 2024-06-27 17:40:38,876 - INFO - ydb.connection - close: Closing channel for endpoint fv4iund84l17vo1t9d8u.auto.internal:13719 2024-06-27 17:40:38,877 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-27 17:40:38,877 - DEBUG - ydb.connection - channel_factory: Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin')] 2024-06-27 17:40:39,279 - ERROR - ya.test - logreport: contrib/python/ydb/py3/ydb/connection.py:458: in __call__ response = rpc_state( contrib/python/ydb/py3/ydb/connection.py:242: in __call__ response, rendezvous = self.rpc.with_call(*args, **kwargs) contrib/python/grpcio/py3/grpc/_channel.py:1043: in with_call return _end_unary_response_blocking(state, call, True, None) contrib/python/grpcio/py3/grpc/_channel.py:910: in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: E status = StatusCode.UNAVAILABLE E details = "Socket closed" E debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Socket closed", grpc_status:14, created_time:"2024-06-27T17:40:38.874014977+00:00"}" E > During handling of the above exception, another exception occurred: ydb/tests/functional/ydb_cli/test_ydb_impex.py:331: in test_big_dataset self.init_test(tmp_path, table_type, request.node.name) ydb/tests/functional/ydb_cli/test_ydb_impex.py:199: in init_test create_table(self.session, self.table_path, self.table_type) ydb/tests/functional/ydb_cli/test_ydb_impex.py:147: in create_table session.execute_scheme(query) contrib/python/ydb/py3/ydb/table.py:1616: in execute_scheme return self._driver( contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper return f(self, *args, **kwargs) contrib/python/ydb/py3/ydb/pool.py:443: in __call__ res = connection( contrib/python/ydb/py3/ydb/connection.py:467: in __call__ raise _rpc_error_handler(rpc_state, rpc_error, on_disconnected) E ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with: E status = StatusCode.UNAVAILABLE E details = "Socket closed" E debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Socket closed", grpc_status:14, created_time:"2024-06-27T17:40:38.874014977+00:00"}" E > 2024-06-27 17:40:39,281 - INFO - ya.test - pytest_runtest_teardown: Test teardown 2024-06-27 17:40:41,432 - DEBUG - ya.test - verify: Test did not pass, will not verify test output with possible canonical one 2024-06-27 17:40:41,432 - DEBUG - ya.test - verify: Test test_ydb_impex.TestImpex.test_big_dataset[csv-additional_args1-row] status: fail 2024-06-27 17:40:41,432 - DEBUG - ya.test - verify: contrib/python/ydb/py3/ydb/connection.py:458: in __call__ response = rpc_state( contrib/python/ydb/py3/ydb/connection.py:242: in __call__ response, rendezvous = self.rpc.with_call(*args, **kwargs) contrib/python/grpcio/py3/grpc/_channel.py:1043: in with_call return _end_unary_response_blocking(state, call, True, None) contrib/python/grpcio/py3/grpc/_channel.py:910: in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: E status = StatusCode.UNAVAILABLE E details = "Socket closed" E debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Socket closed", grpc_status:14, created_time:"2024-06-27T17:40:38.874014977+00:00"}" E > During handling of the above exception, another exception occurred: ydb/tests/functional/ydb_cli/test_ydb_impex.py:331: in test_big_dataset self.init_test(tmp_path, table_type, request.node.name) ydb/tests/functional/ydb_cli/test_ydb_impex.py:199: in init_test create_table(self.session, self.table_path, self.table_type) ydb/tests/functional/ydb_cli/test_ydb_impex.py:147: in create_table session.execute_scheme(query) contrib/python/ydb/py3/ydb/table.py:1616: in execute_scheme return self._driver( contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper return f(self, *args, **kwargs) contrib/python/ydb/py3/ydb/pool.py:443: in __call__ res = connection( contrib/python/ydb/py3/ydb/connection.py:467: in __call__ raise _rpc_error_handler(rpc_state, rpc_error, on_disconnected) E ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with: E status = StatusCode.UNAVAILABLE E details = "Socket closed" E debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Socket closed", grpc_status:14, created_time:"2024-06-27T17:40:38.874014977+00:00"}" E >