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:
alesapin 2023-10-10 17:10:41 +02:00
commit 36b4d028ef

View File

@ -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}")