Update test.py

This commit is contained in:
Alexey Milovidov 2022-10-01 18:16:25 +03:00 committed by GitHub
parent 26ad8b2f13
commit 645dd997d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,8 @@ def test_disks_app_func_cp(started_cluster):
]
)
# alesapin: Why we need list one more time?
# kssenii: it is an assertion that the file is indeed deleted
out = source.exec_in_container(
["/usr/bin/clickhouse", "disks", "--send-logs", "--disk", "test2", "list", "."]
)