2024-06-28 15:10:57,525 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-28 15:10:57,525 - INFO - ya.test - pytest_runtest_setup: test_big_dataset[csv-additional_args1-row] 2024-06-28 15:10:57,525 - INFO - ya.test - pytest_runtest_setup: #################################################################################################### 2024-06-28 15:10:57,525 - INFO - ya.test - pytest_runtest_setup: Test setup 2024-06-28 15:10:57,528 - 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-28 15:10:57,529 - DEBUG - ydb.connection - _prepare_call: RpcState(ExecuteSchemeQuery, 00a1285a-8c67-4490-af53-84e17c9af99f, fhm5ldgso20glid9fmls.auto.internal:29914): creating call state 2024-06-28 15:10:57,529 - DEBUG - ydb.connection - _log_request: RpcState(ExecuteSchemeQuery, 00a1285a-8c67-4490-af53-84e17c9af99f, fhm5ldgso20glid9fmls.auto.internal:29914): request = { session_id: "ydb://session/3?node_id=1&id=Yzk0ZWQwNjEtYWYwN2ZjNWMtZTNjMjg1OWYtZjA1OTZkMTY=" 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-28 15:10:57,533 - INFO - ydb.connection - _rpc_error_handler: RpcState(ExecuteSchemeQuery, 00a1285a-8c67-4490-af53-84e17c9af99f, fhm5ldgso20glid9fmls.auto.internal:29914): received error, <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "Socket closed" debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-06-28T15:10:57.53107047+00:00", grpc_status:14, grpc_message:"Socket closed"}" > 2024-06-28 15:10:57,533 - DEBUG - ydb.connection - _rpc_error_handler: RpcState(ExecuteSchemeQuery, 00a1285a-8c67-4490-af53-84e17c9af99f, fhm5ldgso20glid9fmls.auto.internal:29914): unhandled rpc error, disconnecting channel 2024-06-28 15:10:57,533 - INFO - ydb.connection - close: Closing channel for endpoint fhm5ldgso20glid9fmls.auto.internal:29914 2024-06-28 15:10:57,536 - DEBUG - ydb.resolver.DiscoveryEndpointsResolver - context_resolve: Preparing initial endpoint to resolve endpoints 2024-06-28 15:10:57,537 - 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-28 15:10:57,960 - 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 {created_time:"2024-06-28T15:10:57.53107047+00:00", grpc_status:14, grpc_message:"Socket closed"}" 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 {created_time:"2024-06-28T15:10:57.53107047+00:00", grpc_status:14, grpc_message:"Socket closed"}" E > 2024-06-28 15:10:57,963 - INFO - ya.test - pytest_runtest_teardown: Test teardown 2024-06-28 15:11:01,451 - DEBUG - ya.test - verify: Test did not pass, will not verify test output with possible canonical one 2024-06-28 15:11:01,451 - DEBUG - ya.test - verify: Test test_ydb_impex.TestImpex.test_big_dataset[csv-additional_args1-row] status: fail 2024-06-28 15:11:01,451 - 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 {created_time:"2024-06-28T15:10:57.53107047+00:00", grpc_status:14, grpc_message:"Socket closed"}" 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 {created_time:"2024-06-28T15:10:57.53107047+00:00", grpc_status:14, grpc_message:"Socket closed"}" E >