mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #37035 from ClickHouse/Avogar-patch-4
Fix flaky integration mongodb test
This commit is contained in:
commit
1d711496c3
@ -173,6 +173,7 @@ def test_predefined_connection_configuration(started_cluster):
|
|||||||
simple_mongo_table.insert_many(data)
|
simple_mongo_table.insert_many(data)
|
||||||
|
|
||||||
node = started_cluster.instances["node"]
|
node = started_cluster.instances["node"]
|
||||||
|
node.query("drop table if exists simple_mongo_table")
|
||||||
node.query(
|
node.query(
|
||||||
"create table simple_mongo_table(key UInt64, data String) engine = MongoDB(mongo1)"
|
"create table simple_mongo_table(key UInt64, data String) engine = MongoDB(mongo1)"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user