mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix test
fix test
This commit is contained in:
parent
10acf43db4
commit
163b3c9f52
@ -379,7 +379,7 @@ def test_system_detached_parts(drop_detached_parts_table):
|
||||
)
|
||||
|
||||
res = q(
|
||||
"select system.detached_parts.* except (bytes_on_disk, `path`, disk) from system.detached_parts where table like 'sdp_%' order by table, name"
|
||||
"select system.detached_parts.* except (bytes_on_disk, `path`) from system.detached_parts where table like 'sdp_%' order by table, name"
|
||||
)
|
||||
assert (
|
||||
res == "default\tsdp_0\tall\tall_1_1_0\tdefault\t\t1\t1\t0\n"
|
||||
|
Loading…
Reference in New Issue
Block a user