mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update test.py
This commit is contained in:
parent
765503cd61
commit
b4321904bf
@ -263,9 +263,7 @@ 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("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