Fix flaky integration mongodb test

This commit is contained in:
Kruglov Pavel 2022-05-09 12:04:05 +02:00 committed by GitHub
parent 48c165b360
commit 31c56c95c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ def test_predefined_connection_configuration(started_cluster):
simple_mongo_table.insert_many(data)
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)"
)