This commit is contained in:
kssenii 2024-09-18 20:03:45 +02:00
parent ff92c4942d
commit a2450db286

View File

@ -535,7 +535,7 @@ def test_direct_select_multiple_files(started_cluster, mode):
table_name, table_name,
mode, mode,
files_path, files_path,
additional_settings={"keeper_path": keeper_path}, additional_settings={"keeper_path": keeper_path, "processing_threads_num": 3},
) )
for i in range(5): for i in range(5):
rand_values = [[random.randint(0, 50) for _ in range(3)] for _ in range(10)] rand_values = [[random.randint(0, 50) for _ in range(3)] for _ in range(10)]