mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
parent
499b18c240
commit
8154695aa2
@ -459,9 +459,6 @@ def test_jbod_overflow(start_cluster, name, engine):
|
||||
|
||||
node1.query("INSERT INTO {} VALUES {}".format(name, ','.join(["('" + x + "')" for x in data])))
|
||||
|
||||
for p in ("/jbod1", "/jbod2", "/external"):
|
||||
print(node1.exec_in_container([f"bash", "-c", f"find {p} | xargs -n1 du -sh"]))
|
||||
|
||||
used_disks = get_used_disks_for_table(node1, name)
|
||||
|
||||
assert used_disks[-1] == 'external'
|
||||
|
Loading…
Reference in New Issue
Block a user