Automatic style fix

This commit is contained in:
robot-clickhouse 2024-10-18 17:11:29 +00:00
parent 38e1719827
commit 09a9837f69

View File

@ -2073,9 +2073,11 @@ def test_processing_threads(started_cluster):
f"SELECT * FROM system.zookeeper WHERE path = '{keeper_path}'"
)
assert 32 == int(node.query(
f"SELECT value FROM system.s3_queue_settings WHERE table = '{table_name}' and name = 'processing_threads_num'"
))
assert 32 == int(
node.query(
f"SELECT value FROM system.s3_queue_settings WHERE table = '{table_name}' and name = 'processing_threads_num'"
)
)
total_values = generate_random_files(
started_cluster, files_path, files_to_generate, start_ind=0, row_num=1