XuQianJin-Stars commented on a change in pull request #1685: [CALCITE-3625]
Update mongo tests upgrade from junit4 to junit5
URL: https://github.com/apache/calcite/pull/1685#discussion_r361240161
##########
File path:
mongodb/src/test/java/org/apache/calcite/adapter/mongodb/MongoDatabasePolicy.java
##########
@@ -57,6 +59,14 @@ private MongoDatabasePolicy(MongoClient client, Closer
closer) {
closer.add(client::close);
}
+ @Override public void beforeAll(ExtensionContext context) {
+
+ }
Review comment:
well, I have dropped it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services