mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Automatic style fix
This commit is contained in:
parent
38e1719827
commit
09a9837f69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user