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

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/pqas/00017f/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:345 Executing command = ['/home/runner/.ya/build/build_root/pqas/00017f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5704', '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/pqas/00017f/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:5704', '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: 1102669
DEBUG    ya.test:process.py:259 Command (pid 1102669) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1102669) elapsed time (sec): 0.6463031768798828
DEBUG    ya.test:process.py:263 Command (pid 1102669) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) maxrss: 586604
DEBUG    ya.test:process.py:263 Command (pid 1102669) minflt: 42182
DEBUG    ya.test:process.py:263 Command (pid 1102669) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 1102669) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1102669) nvcsw: 654
DEBUG    ya.test:process.py:263 Command (pid 1102669) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1102669) stime: 0.21340299999999998
DEBUG    ya.test:process.py:263 Command (pid 1102669) utime: 0.368521
DEBUG    ya.test:process.py:263 Command (pid 1102669) wtime: 0.648
DEBUG    ya.test:process.py:275 Command (pid 1102669) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 1102669) 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/pqas/00017f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/pqas/00017f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/pqas/00017f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/pqas/00017f/ydb/apps/ydb/ydb
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/pqas/00017f/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/pqas/00017f/ydb/apps/ydb/ydb', '--verbose', '--endpoint', 'grpc://localhost:5704', '--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: 1102800
DEBUG    ya.test:process.py:259 Command (pid 1102800) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1102800) elapsed time (sec): 0.46556735038757324
DEBUG    ya.test:process.py:263 Command (pid 1102800) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) maxrss: 586604
DEBUG    ya.test:process.py:263 Command (pid 1102800) minflt: 99136
DEBUG    ya.test:process.py:263 Command (pid 1102800) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 1102800) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1102800) nvcsw: 2781
DEBUG    ya.test:process.py:263 Command (pid 1102800) oublock: 16
DEBUG    ya.test:process.py:263 Command (pid 1102800) stime: 0.209203
DEBUG    ya.test:process.py:263 Command (pid 1102800) utime: 0.186446
DEBUG    ya.test:process.py:263 Command (pid 1102800) wtime: 0.467
DEBUG    ya.test:process.py:275 Command (pid 1102800) output:
Init tables ...

DEBUG    ya.test:process.py:276 Command (pid 1102800) 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:5704/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6026
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30387
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16292
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5704
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26326
============================== slowest durations ===============================
7.01s teardown test_workload.py::TestYdbLogWorkload::test[column]
3.95s setup    test_workload.py::TestYdbLogWorkload::test[column]
0.51s 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/pqas/00017f/ydb/apps/ydb/ydb --verbose --endpoint grpc://localhost:5704 --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 12.87s =======================
