You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/12/25 01:52:59 UTC

[GitHub] [calcite] XuQianJin-Stars commented on a change in pull request #1685: [CALCITE-3625] Update mongo tests upgrade from junit4 to junit5

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:
users@infra.apache.org


With regards,
Apache Git Services