mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test.py
This commit is contained in:
parent
83a09fd961
commit
765503cd61
@ -263,6 +263,9 @@ def test_simple_insert_select(started_cluster):
|
||||
simple_mongo_table = db["simple_table"]
|
||||
|
||||
node = started_cluster.instances["node"]
|
||||
node.query(
|
||||
"DROP TABLE IF EXISTS simple_mongo_table"
|
||||
)
|
||||
node.query(
|
||||
"CREATE TABLE simple_mongo_table(key UInt64, data String) ENGINE = MongoDB('mongo1:27017', 'test', 'simple_table', 'root', 'clickhouse')"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user