mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge branch 'fix_out_of_bound_disk_web' of github.com:ClickHouse/ClickHouse into fix_out_of_bound_disk_web
This commit is contained in:
commit
36b4d028ef
@ -143,7 +143,7 @@ def test_usage(cluster, node_name):
|
||||
)
|
||||
|
||||
# to check right handling of paths in disk web
|
||||
node2.query("SELECT count() FROM system.remote_data_paths");
|
||||
node2.query("SELECT count() FROM system.remote_data_paths")
|
||||
|
||||
node2.query("DROP TABLE test{} SYNC".format(i))
|
||||
print(f"Ok {i}")
|
||||
|
Loading…
Reference in New Issue
Block a user