We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12789bd commit c5f46f3Copy full SHA for c5f46f3
ydb/tests/stability/library/__main__.py
@@ -214,7 +214,7 @@ def main():
214
if action == "start_workload_olap_workload":
215
for node_id, node in enumerate(stability_cluster.kikimr_cluster.nodes.values()):
216
node.ssh_command(
217
- 'screen -d -m bash -c "while true; do /Berkanavt/nemesis/bin/olap_workload --database /Root/db1 --mode column; done"',
+ 'screen -d -m bash -c "while true; do /Berkanavt/nemesis/bin/olap_workload --database /Root/db1; done"',
218
raise_on_error=True
219
)
220
if action == "stop_workload":
0 commit comments