mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test.py
This commit is contained in:
parent
0222abae21
commit
6270f513fc
@ -118,6 +118,24 @@ def test_disks_app_func_cp(started_cluster):
|
||||
)
|
||||
|
||||
assert "path1" in out
|
||||
|
||||
source.exec_in_container(
|
||||
[
|
||||
"/usr/bin/clickhouse",
|
||||
"disks",
|
||||
"--send-logs",
|
||||
"--disk",
|
||||
"test2",
|
||||
"remove",
|
||||
"path1",
|
||||
]
|
||||
)
|
||||
|
||||
out = source.exec_in_container(
|
||||
["/usr/bin/clickhouse", "disks", "--send-logs", "--disk", "test2", "list", "."]
|
||||
)
|
||||
|
||||
assert "path1" not in out
|
||||
|
||||
|
||||
def test_disks_app_func_ln(started_cluster):
|
||||
|
Loading…
Reference in New Issue
Block a user