ydb/tests/functional/ydb_cli/test_ydb_scripting.py:827: in test_columns_bad_header_csv
return self.columns_bad_header(self.get_command(command), "csv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:704: in columns_bad_header
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root scripting yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --columns a,b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_columns_bad_header_csv.scripting.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:827: in test_columns_bad_header_csv
return self.columns_bad_header(self.get_command(command), "csv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:704: in columns_bad_header
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --columns a,b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_columns_bad_header_csv.stream.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:830: in test_columns_bad_header_tsv
return self.columns_bad_header(self.get_command(command), "tsv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:704: in columns_bad_header
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root scripting yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --columns a b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_columns_bad_header_tsv.scripting.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:830: in test_columns_bad_header_tsv
return self.columns_bad_header(self.get_command(command), "tsv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:704: in columns_bad_header
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --columns a b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_columns_bad_header_tsv.stream.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:839: in test_skip_rows_csv
return self.skip_rows(self.get_command(command), "csv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:742: in skip_rows
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root scripting yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_skip_rows_csv.scripting.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:839: in test_skip_rows_csv
return self.skip_rows(self.get_command(command), "csv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:742: in skip_rows
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_skip_rows_csv.stream.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:842: in test_skip_rows_tsv
return self.skip_rows(self.get_command(command), "tsv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:742: in skip_rows
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root scripting yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_skip_rows_tsv.scripting.log
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:842: in test_skip_rows_tsv
return self.skip_rows(self.get_command(command), "tsv")
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:742: in skip_rows
output = self.execute_ydb_cli_command_with_db(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:86: in execute_ydb_cli_command_with_db
return cls.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_scripting.py:54: in execute_ydb_cli_command
execution = yatest.common.execute([ydb_bin()] + args, stdin=stdin, env=env)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:2581 --database /Root yql -s DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_scripting.py.TestExecuteScriptWithParamsFromStdin.test_skip_rows_tsv.stream.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:882: in test_columns_bad_header_csv
return self.columns_bad_header(query_type, "csv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:757: in columns_bad_header
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t data -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --columns a,b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_columns_bad_header_csv.data.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:882: in test_columns_bad_header_csv
return self.columns_bad_header(query_type, "csv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:757: in columns_bad_header
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t scan -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --columns a,b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_columns_bad_header_csv.scan.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:885: in test_columns_bad_header_tsv
return self.columns_bad_header(query_type, "tsv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:757: in columns_bad_header
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t data -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --columns a b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_columns_bad_header_tsv.data.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:885: in test_columns_bad_header_tsv
return self.columns_bad_header(query_type, "tsv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:757: in columns_bad_header
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t scan -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --columns a b --skip-rows 1' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_columns_bad_header_tsv.scan.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:894: in test_skip_rows_csv
return self.skip_rows(query_type, "csv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:795: in skip_rows
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t data -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_skip_rows_csv.data.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:894: in test_skip_rows_csv
return self.skip_rows(query_type, "csv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:795: in skip_rows
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t scan -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format csv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_skip_rows_csv.scan.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:897: in test_skip_rows_tsv
return self.skip_rows(query_type, "tsv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:795: in skip_rows
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t data -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_skip_rows_tsv.data.log
ydb/tests/functional/ydb_cli/test_ydb_table.py:897: in test_skip_rows_tsv
return self.skip_rows(query_type, "tsv")
ydb/tests/functional/ydb_cli/test_ydb_table.py:795: in skip_rows
output = self.execute_ydb_cli_command(
ydb/tests/functional/ydb_cli/test_ydb_table.py:71: in execute_ydb_cli_command
execution = yatest.common.execute(
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
raise ExecutionError(self)
E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/ydb/ydb --endpoint grpc://localhost:26021 --database /Root table query execute -t scan -q DECLARE $a AS Uint64; DECLARE $b AS Uint64; SELECT $a AS a, $b AS b; --stdin-format tsv --stdin-format newline-delimited --skip-rows 3' has failed with code 1.
E Errors:
E b'(!) New version of YDB CLI is available. Run \'ydb update\' command for update. You can also disable further version checks with \'ydb version --disable-checks\' command\nError during CSV parsing in column `a`:\nExpected Uint64 value, received: "x".\n'
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/ydb_cli/test-results/py3test/testing_out_stuff/test_ydb_table.py.TestExecuteQueryWithParamsFromStdin.test_skip_rows_tsv.scan.log
equal assertion failed at ydb/core/keyvalue/keyvalue_ut_trace.cpp:124, void TestOneRead(TString, TString): env.WilsonUploader->Traces.size() == 1
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
UnRef at /-S/util/generic/ptr.h:624:13
UnRef at /-S/util/generic/ptr.h:624:13
NTestSuiteTKeyValueTracingTest::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/core/keyvalue/keyvalue_ut_trace.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.ReadHuge.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.ReadHuge.out
equal assertion failed at ydb/core/keyvalue/keyvalue_ut_trace.cpp:124, void TestOneRead(TString, TString): env.WilsonUploader->Traces.size() == 1
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
UnRef at /-S/util/generic/ptr.h:624:13
UnRef at /-S/util/generic/ptr.h:624:13
NTestSuiteTKeyValueTracingTest::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/core/keyvalue/keyvalue_ut_trace.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.ReadSmall.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.ReadSmall.out
assertion failed at ydb/core/keyvalue/keyvalue_ut_trace.cpp:103, void TestOneWrite(TString, TVector<TString> &&): (env.WilsonUploader->Traces.size() == 1) failed: (2 != 1)
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
~TStringBuilder at /-S/util/string/builder.h:8:11
UnRef at /-S/util/generic/ptr.h:624:13
NTestSuiteTKeyValueTracingTest::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/core/keyvalue/keyvalue_ut_trace.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.WriteHuge.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.WriteHuge.out
assertion failed at ydb/core/keyvalue/keyvalue_ut_trace.cpp:103, void TestOneWrite(TString, TVector<TString> &&): (env.WilsonUploader->Traces.size() == 1) failed: (2 != 1)
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
~TStringBuilder at /-S/util/string/builder.h:8:11
UnRef at /-S/util/generic/ptr.h:624:13
NTestSuiteTKeyValueTracingTest::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/core/keyvalue/keyvalue_ut_trace.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.WriteSmall.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/keyvalue/ut_trace/test-results/unittest/testing_out_stuff/TKeyValueTracingTest.WriteSmall.out
Test crashed (return code: -11)
See logs for more info
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff/KqpDecimalColumnShard.TestAggregation.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff/KqpDecimalColumnShard.TestAggregation.out
Test crashed (return code: -6)
See logs for more info
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff/KqpOlapSysView.StatsSysViewBytesDictActualization.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff/KqpOlapSysView.StatsSysViewBytesDictActualization.out
Test crashed (return code: -6)
See logs for more info
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff/KqpOlapSysView.StatsSysViewBytesDictStatActualization.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/kqp/ut/olap/test-results/unittest/testing_out_stuff/KqpOlapSysView.StatsSysViewBytesDictStatActualization.out
(TWithBackTrace<yexception>) ydb/library/actors/testlib/test_runtime.h:579: Exception occured while waiting for NKikimr::NStat::TEvStatistics::TEvAnalyzeResponse: (NActors::TSchedulingLimitReachedException) TestActorRuntime Processed over 100000 events.ydb/library/actors/testlib/test_runtime.cpp:716:
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
TWithBackTrace<yexception>::TWithBackTrace<>() at /-S/util/generic/bt_exception.h:16:5
NKikimr::NStat::TEvStatistics::TEvAnalyzeResponse::TPtr NActors::TTestActorRuntimeBase::GrabEdgeEventRethrow<NKikimr::NStat::TEvStatistics::TEvAnalyzeResponse>(NActors::TActorId const&, TDuration) at /-S/ydb/library/actors/testlib/test_runtime.h:0:24
DoDestroy at /-S/util/generic/ptr.h:237:13
NKikimr::NStat::NTestSuiteAnalyzeColumnshard::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/core/statistics/aggregator/ut/ut_analyze_columnshard.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/statistics/aggregator/ut/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/statistics/aggregator/ut/test-results/unittest/testing_out_stuff/AnalyzeColumnshard.AnalyzeRebootColumnShard.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/statistics/aggregator/ut/test-results/unittest/testing_out_stuff/AnalyzeColumnshard.AnalyzeRebootColumnShard.out
Test crashed (return code: -6)
See logs for more info
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/tx/tiering/ut/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/tx/tiering/ut/test-results/unittest/testing_out_stuff/ColumnShardTiers.TTLUsage.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/core/tx/tiering/ut/test-results/unittest/testing_out_stuff/ColumnShardTiers.TTLUsage.out
greater-or-equal assertion failed at ydb/services/persqueue_v1/ut/persqueue_common_tests.h:356, void NKikimr::NPersQueueTests::TCommonTests::TestRateLimiterLimitsWrite(NKikimrPQ::TPQConfig::TQuotingConfig::ELimitedEntity): writeTime >= TDuration::Seconds(3) Write time: 0.230238s
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
UnRef at /-S/util/generic/ptr.h:624:13
NKikimr::NPersQueueTests::NTestSuiteTPersQueueCommonTest::TTestCaseTestLimiterLimitsWithBlobsRateLimit::Execute_(NUnitTest::TTestContext&) at /-S/ydb/services/persqueue_v1/persqueue_common_ut.cpp:5:1
NKikimr::NPersQueueTests::NTestSuiteTPersQueueCommonTest::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/services/persqueue_v1/persqueue_common_ut.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/persqueue_v1/ut/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/persqueue_v1/ut/test-results/unittest/testing_out_stuff/TPersQueueCommonTest.TestLimiterLimitsWithBlobsRateLimit.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/persqueue_v1/ut/test-results/unittest/testing_out_stuff/TPersQueueCommonTest.TestLimiterLimitsWithBlobsRateLimit.out
greater-or-equal assertion failed at ydb/services/persqueue_v1/ut/persqueue_common_tests.h:356, void NKikimr::NPersQueueTests::TCommonTests::TestRateLimiterLimitsWrite(NKikimrPQ::TPQConfig::TQuotingConfig::ELimitedEntity): writeTime >= TDuration::Seconds(3) Write time: 0.227245s
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
UnRef at /-S/util/generic/ptr.h:624:13
NKikimr::NPersQueueTests::NTestSuiteTPersQueueCommonTest::TTestCaseTestLimiterLimitsWithUserPayloadRateLimit::Execute_(NUnitTest::TTestContext&) at /-S/ydb/services/persqueue_v1/persqueue_common_ut.cpp:5:1
NKikimr::NPersQueueTests::NTestSuiteTPersQueueCommonTest::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/services/persqueue_v1/persqueue_common_ut.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/persqueue_v1/ut/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/persqueue_v1/ut/test-results/unittest/testing_out_stuff/TPersQueueCommonTest.TestLimiterLimitsWithUserPayloadRateLimit.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/persqueue_v1/ut/test-results/unittest/testing_out_stuff/TPersQueueCommonTest.TestLimiterLimitsWithUserPayloadRateLimit.out
assertion failed at ydb/services/ydb/ydb_logstore_ut.cpp:435, virtual void NTestSuiteYdbLogStore::TTestCaseAlterLogTable::Execute_(NUnitTest::TTestContext &): (res.GetStatus() == EStatus::SUCCESS) failed: (PRECONDITION_FAILED != SUCCESS) <main>: Error: Column stores are not supported
, with diff:
(PRE|SUC)C(ONDITION_FAIL|)E(D|SS)
TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:14
Get at /-S/util/generic/ptr.h:579:16
~TStringBuilder at /-S/util/string/builder.h:8:11
NTestSuiteYdbLogStore::TCurrentTest::Execute()::'lambda'()::operator()() const at /-S/ydb/services/ydb/ydb_logstore_ut.cpp:0:1
~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:397:16
UnRef at /-S/util/generic/ptr.h:624:13
NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19
NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:0
?? at ??:0:0
?? at ??:0:0
_start at ??:0:0
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/ydb/ut/test-results/unittest/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/ydb/ut/test-results/unittest/testing_out_stuff/YdbLogStore.AlterLogTable.err
stdout:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/services/ydb/ut/test-results/unittest/testing_out_stuff/YdbLogStore.AlterLogTable.out
ydb/tests/functional/hive/test_drain.py:93: in test_drain_on_stop
wait_tablets_are_active(
ydb/tests/library/common/delayed.py:151: in wait_tablets_are_active
predicate(raise_error=True)
ydb/tests/library/common/delayed.py:141: in predicate
raise AssertionError(
E AssertionError:
E ##############################
E 0 seconds passed, 3 tablet(s) are not active. Inactive tablets are (first 10 entries): (72075186224038808: 6) (72075186224038985: 6) (72075186224039377: 6). Additional info is empty
E ##############################
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/hive/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/functional/hive/test-results/py3test/testing_out_stuff/test_drain.py.TestHive.test_drain_on_stop.log
Chunk exceeded 600s timeout and was killed
List of the tests involved in the launch:
test_quota_exhaustion.py::TestYdbWorkload::test_delete (good) duration: 597.42s
Killed by timeout (600 s)
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/test-results/py3test/run_test.log
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/test-results/py3test/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/test-results/py3test/testing_out_stuff/stderr
Chunk exceeded 600s timeout, failed to shutdown gracefully in 30s and was terminated using SIGQUIT signal
List of the tests involved in the launch:
data_migration_when_alter_ttl.py::TestDataMigrationWhenAlterTtl::test (good) duration: 489.66s
unstable_connection.py::TestUnstableConnection::test (timeout) duration: 95.24s
ttl_unavailable_s3.py::TestUnavailableS3::test (fail) duration: 44.34s
4 tests were not launched inside chunk.
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/run_test.log
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/stderr
ydb/tests/olap/ttl_tiering/ttl_unavailable_s3.py:85: in test
assert self.wait_for(get_stat, 30), "initial eviction"
E AssertionError: initial eviction
E assert False
E + where False = <function TllTieringTestBase.wait_for at 0x7f1ff9606d50>(<function TestUnavailableS3.test.<locals>.get_stat at 0x7f1fe319bad0>, 30)
E + where <function TllTieringTestBase.wait_for at 0x7f1ff9606d50> = <__tests__.ttl_unavailable_s3.TestUnavailableS3 object at 0x7f1ff9656cc0>.wait_for
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_unavailable_s3.py.TestUnavailableS3.test.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestArrayValueBackend.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestBinaryByteSliceToInt.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestBinaryByteSlicetoUUID.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestBindError.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCommit.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestConnListen.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestConnPing.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestConnUnlistenAll.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestConnUnlisten.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestConnectorWithNoticeHandler_Simple.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestConnectorWithNotificationHandler_Simple.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestContextCancelBegin.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyFromError.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyInBinaryError.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyInMultipleValues.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyInRaiseStmtTrigger.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyInStmtAffectedRows.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyInTypes.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyInWrongType.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopyRespLoopConnectionError.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestCopySyntaxError.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestEmptyQuery.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestEncodeDecode.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestErrorClass.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestErrorDuringStartup.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestErrorOnExec.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestErrorOnQueryRowSimpleQuery.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestErrorOnQuery.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestExec.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestFormatTsBackend.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestHasCorrectRootGroupPermissions.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestInfinityTimestamp.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestIssue1046.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestIssue1062.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestIssue186.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestListenerFailedQuery.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestListenerListen.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestListenerPing.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestListenerReconnect.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestListenerUnlistenAll.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestListenerUnlisten.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestNewConnector_Connect.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestNewConnector_Driver.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestNewConnector_WorksWithOpenDB.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestNotifyExtra.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestNullAfterNonNull.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestParseErrorInExtendedQuery.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestPing.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestQueryCancelledReused.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestQueryRowBugWorkaround.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestReconnect.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestReturning.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestRowsResultTag.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestRuntimeParameters.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtExecContext.context.Background.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtExecContext.context.WithTimeout.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtExecContext.context.WithTimeout_exceeded.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtExecContext.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtQueryContext.context.Background.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtQueryContext.context.WithTimeout.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtQueryContext.context.WithTimeout_exceeded.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStmtQueryContext.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestStringWithNul.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestTimestampWithTimeZone.log
ydb/tests/postgres_integrations/go-libpq/docker_wrapper_test.py:23: in test_pg_generated
tl.execute_test(testname)
ydb/tests/postgres_integrations/library/pytest_integration.py:221: in execute_test
pytest.fail()
E Failed
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/postgres_integrations/go-libpq/test-results/py3test/testing_out_stuff/docker_wrapper_test.py.test_pg_generated.TestTxOptions.log