mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add oneliner to test
This commit is contained in:
parent
37f5c445b4
commit
b677318415
@ -142,6 +142,9 @@ 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("DROP TABLE test{} SYNC".format(i))
|
||||
print(f"Ok {i}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user