mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
More stressful test
This commit is contained in:
parent
1bc943264c
commit
c7da3d61bf
@ -37,7 +37,7 @@ def test_concurrent_backups(start_cluster):
|
||||
backup_name = f"Disk('hdd', '/backups/{i}')"
|
||||
node.query(f"BACKUP TABLE s3_test TO {backup_name} ASYNC")
|
||||
|
||||
p = Pool(20)
|
||||
p = Pool(40)
|
||||
|
||||
p.map(create_backup, range(40))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user