============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/dmpw/00024f/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/dmpw/00024f/ydb/apps/ydb/ydb --verbose --endpoint grpc://localhost:4689 --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/dmpw/00024f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12325
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:385 Working directory: /home/runner/.ya/build/build_root/dmpw/00024f/r3tmp/kikimr_cluster_x2pi_nex
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4689
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24947
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15751
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29528
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:237 CFG_DIR_PATH="/home/runner/.ya/build/build_root/dmpw/00024f/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/dmpw/00024f/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/dmpw/00024f/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/node_1/logfile_4ww41w_1.log --grpc-port=4689 --mon-port=24947 --ic-port=12325
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:158 Formatting pdisk SectorMap:1:64 on node localhost:4689/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/dmpw/00024f/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/dmpw/00024f/ydb/tests/stress/log/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbLogWorkload.test.column/cluster/node_1/logfile_4ww41w_1.log', '--grpc-port=4689', '--mon-port=24947', '--ic-port=12325')' in '/home/runner/.ya/build/build_root/dmpw/00024f/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: 2890738
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Started node localhost:4689/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:345 Executing command = ['/home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:4689', '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: 12325\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/dmpw/00024f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:4689', '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: 12325\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2891174
DEBUG    ya.test:process.py:259 Command (pid 2891174) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2891174) elapsed time (sec): 0.15320897102355957
DEBUG    ya.test:process.py:263 Command (pid 2891174) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) maxrss: 188236
DEBUG    ya.test:process.py:263 Command (pid 2891174) minflt: 7931
DEBUG    ya.test:process.py:263 Command (pid 2891174) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2891174) nvcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 2891174) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2891174) stime: 0.05287
DEBUG    ya.test:process.py:263 Command (pid 2891174) utime: 0.056936999999999995
DEBUG    ya.test:process.py:263 Command (pid 2891174) wtime: 0.154
DEBUG    ya.test:process.py:275 Command (pid 2891174) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:345 Executing command = ['/home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:4689', '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/dmpw/00024f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:4689', '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: 2891228
DEBUG    ya.test:process.py:259 Command (pid 2891228) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2891228) elapsed time (sec): 0.15106558799743652
DEBUG    ya.test:process.py:263 Command (pid 2891228) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) maxrss: 188560
DEBUG    ya.test:process.py:263 Command (pid 2891228) minflt: 7953
DEBUG    ya.test:process.py:263 Command (pid 2891228) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2891228) nvcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 2891228) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2891228) stime: 0.032996
DEBUG    ya.test:process.py:263 Command (pid 2891228) utime: 0.074242
DEBUG    ya.test:process.py:263 Command (pid 2891228) wtime: 0.152
DEBUG    ya.test:process.py:275 Command (pid 2891228) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2891228) 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/dmpw/00024f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/dmpw/00024f/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/dmpw/00024f/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:4689', '--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: 2891351
DEBUG    ya.test:process.py:259 Command (pid 2891351) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 2891351) elapsed time (sec): 0.0427243709564209
DEBUG    ya.test:process.py:263 Command (pid 2891351) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) maxrss: 156016
DEBUG    ya.test:process.py:263 Command (pid 2891351) minflt: 2476
DEBUG    ya.test:process.py:263 Command (pid 2891351) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2891351) nvcsw: 171
DEBUG    ya.test:process.py:263 Command (pid 2891351) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 2891351) stime: 0.022288
DEBUG    ya.test:process.py:263 Command (pid 2891351) utime: 0.013373
DEBUG    ya.test:process.py:263 Command (pid 2891351) wtime: 0.044
DEBUG    ya.test:process.py:275 Command (pid 2891351) output:
Init tables ...

DEBUG    ya.test:process.py:276 Command (pid 2891351) 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:4689/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29528
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15751
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24947
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4689
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12325
============================== slowest durations ===============================
7.00s teardown test_workload.py::TestYdbLogWorkload::test[column]
2.10s setup    test_workload.py::TestYdbLogWorkload::test[column]
0.05s 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/dmpw/00024f/ydb/apps/ydb/ydb --verbose --endpoint grpc://localhost:4689 --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 9.61s ========================
