============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/tests/stress/log/tests/test-results/py3test
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: typeguard-2.13.3
collected 2 items / 1 deselected / 1 selected

test_workload.py F

=================================== FAILURES ===================================
_______________________ TestYdbLogWorkload.test[column] ________________________
ydb/tests/stress/log/tests/test_workload.py:59: in test
    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/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb --verbose --endpoint grpc://localhost:29734 --database=/Root workload log init --path column --int-cols 2 --str-cols 5 --key-cols 4 --len 200 --store column --min-partitions 100 --partition-size 10 --auto-partition 0' has failed with code 1.
E   Errors:
E   b'Status: PRECONDITION_FAILED\nIssues: \n<main>: Error: Execution, code: 1060\n    <main>:35:46: Error: Executing CREATE TABLE\n        <main>: Error: OLAP schema operations are not supported, code: 2029\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[column]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27862
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Working directory: /home/runner/.ya/build/build_root/bhsc/0001e9/r3tmp/kikimr_cluster_vrerqwn9
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29734
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25016
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11534
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10265
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:237 CFG_DIR_PATH="/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:238 Final command: /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/node_1/logfile_7mlve2sj.log --grpc-port=29734 --mon-port=25016 --ic-port=27862
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:158 Formatting pdisk SectorMap:1:64 on node localhost:29734/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/node_1/logfile_7mlve2sj.log', '--grpc-port=29734', '--mon-port=25016', '--ic-port=27862')' in '/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1069141
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Started node localhost:29734/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:345 Executing command = ['/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29734', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27862\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29734', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27862\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1071379
DEBUG    ya.test:process.py:259 Command (pid 1071379) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1071379) elapsed time (sec): 0.6433975696563721
DEBUG    ya.test:process.py:263 Command (pid 1071379) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) maxrss: 579120
DEBUG    ya.test:process.py:263 Command (pid 1071379) minflt: 42230
DEBUG    ya.test:process.py:263 Command (pid 1071379) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) nivcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 1071379) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1071379) nvcsw: 770
DEBUG    ya.test:process.py:263 Command (pid 1071379) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1071379) stime: 0.22292399999999998
DEBUG    ya.test:process.py:263 Command (pid 1071379) utime: 0.38157399999999997
DEBUG    ya.test:process.py:263 Command (pid 1071379) wtime: 0.645
DEBUG    ya.test:process.py:275 Command (pid 1071379) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1071379) errors:

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:345 Executing command = ['/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29734', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:29734', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1071457
DEBUG    ya.test:process.py:259 Command (pid 1071457) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1071457) elapsed time (sec): 0.5892646312713623
DEBUG    ya.test:process.py:263 Command (pid 1071457) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) maxrss: 579120
DEBUG    ya.test:process.py:263 Command (pid 1071457) minflt: 42202
DEBUG    ya.test:process.py:263 Command (pid 1071457) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1071457) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1071457) nvcsw: 674
DEBUG    ya.test:process.py:263 Command (pid 1071457) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1071457) stime: 0.18512599999999999
DEBUG    ya.test:process.py:263 Command (pid 1071457) utime: 0.38006399999999996
DEBUG    ya.test:process.py:263 Command (pid 1071457) wtime: 0.591
DEBUG    ya.test:process.py:275 Command (pid 1071457) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

DEBUG    ya.test:process.py:276 Command (pid 1071457) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Cluster started and initialized
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_workload.py::TestYdbLogWorkload, test_name: test[column])
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:29734', '--database=/Root', 'workload', 'log', 'init', '--path', 'column', '--int-cols', '2', '--str-cols', '5', '--key-cols', '4', '--len', '200', '--store', 'column', '--min-partitions', '100', '--partition-size', '10', '--auto-partition', '0']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1071858
DEBUG    ya.test:process.py:259 Command (pid 1071858) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1071858) elapsed time (sec): 0.47187304496765137
DEBUG    ya.test:process.py:263 Command (pid 1071858) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) maxrss: 589432
DEBUG    ya.test:process.py:263 Command (pid 1071858) minflt: 99668
DEBUG    ya.test:process.py:263 Command (pid 1071858) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) nivcsw: 87
DEBUG    ya.test:process.py:263 Command (pid 1071858) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1071858) nvcsw: 3110
DEBUG    ya.test:process.py:263 Command (pid 1071858) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 1071858) stime: 0.199264
DEBUG    ya.test:process.py:263 Command (pid 1071858) utime: 0.187654
DEBUG    ya.test:process.py:263 Command (pid 1071858) wtime: 0.473
DEBUG    ya.test:process.py:275 Command (pid 1071858) output:
Init tables ...

DEBUG    ya.test:process.py:276 Command (pid 1071858) errors:
Status: PRECONDITION_FAILED
Issues: 
<main>: Error: Execution, code: 1060
    <main>:35:46: Error: Executing CREATE TABLE
        <main>: Error: OLAP schema operations are not supported, code: 2029

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b'Init tables ...\n'
	std_err:b'Status: PRECONDITION_FAILED\nIssues: \n<main>: Error: Execution, code: 1060\n    <main>:35:46: Error: Executing CREATE TABLE\n        <main>: Error: OLAP schema operations are not supported, code: 2029\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:245 Stopped node localhost:29734/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10265
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11534
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25016
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29734
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27862
============================== slowest durations ===============================
7.01s teardown test_workload.py::TestYdbLogWorkload::test[column]
6.27s setup    test_workload.py::TestYdbLogWorkload::test[column]
0.49s call     test_workload.py::TestYdbLogWorkload::test[column]
=========================== short test summary info ============================
FAILED test_workload.py::TestYdbLogWorkload::test[column] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/bhsc/0001e9/ydb/apps/ydb/ydb --verbose --endpoint grpc://localhost:29734 --database=/Root workload log init --path column --int-cols 2 --str-cols 5 --key-cols 4 --len 200 --store column --min-partitions 100 --partition-size 10 --auto-partition 0' has failed with code 1.
Errors:
b'Status: PRECONDITION_FAILED\nIssues: \n<main>: Error: Execution, code: 1060\n    <main>:35:46: Error: Executing CREATE TABLE\n        <main>: Error: OLAP schema operations are not supported, code: 2029\n'
======================= 1 failed, 1 deselected in 15.50s =======================
