mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
FIX BLACK
This commit is contained in:
parent
cb6bc63af1
commit
6c5de5a867
@ -43,5 +43,10 @@ def test_concurrent_backups(start_cluster):
|
||||
|
||||
p.map(create_backup, range(40))
|
||||
|
||||
assert_eq_with_retry(node, "SELECT count() FROM system.backups WHERE status != 'BACKUP_COMPLETE' and status != 'FAILED_TO_BACKUP'", "0", retry_count=100)
|
||||
assert_eq_with_retry(
|
||||
node,
|
||||
"SELECT count() FROM system.backups WHERE status != 'BACKUP_COMPLETE' and status != 'FAILED_TO_BACKUP'",
|
||||
"0",
|
||||
retry_count=100,
|
||||
)
|
||||
assert node.query("SELECT count() FROM s3_test where not ignore(*)") == "10000\n"
|
||||
|
Loading…
Reference in New Issue
Block a user