Skip to content

Commit c5f46f3

Browse files
authored
Fix olap_workload invoke (#12848)
1 parent 12789bd commit c5f46f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/stability/library/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def main():
214214
if action == "start_workload_olap_workload":
215215
for node_id, node in enumerate(stability_cluster.kikimr_cluster.nodes.values()):
216216
node.ssh_command(
217-
'screen -d -m bash -c "while true; do /Berkanavt/nemesis/bin/olap_workload --database /Root/db1 --mode column; done"',
217+
'screen -d -m bash -c "while true; do /Berkanavt/nemesis/bin/olap_workload --database /Root/db1; done"',
218218
raise_on_error=True
219219
)
220220
if action == "stop_workload":

0 commit comments

Comments
 (0)