Add oneliner to test

This commit is contained in:
alesapin 2023-10-10 15:59:33 +02:00
parent 37f5c445b4
commit b677318415

View File

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