mchades commented on code in PR #9008:
URL: https://github.com/apache/gravitino/pull/9008#discussion_r2489183032


##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java:
##########
@@ -330,11 +344,18 @@ public void startIntegrationTest() throws Exception {
     serverConfig = new ServerConfig();
     customConfigs.put(ENTITY_RELATIONAL_JDBC_BACKEND_PATH.getKey(), 
file.getAbsolutePath());
     if (testMode != null && testMode.equals(ITUtils.EMBEDDED_TEST_MODE)) {
-      MiniGravitinoContext context = new MiniGravitinoContext(customConfigs, 
ignoreAuxRestService);
+      MiniGravitinoContext context =
+          new MiniGravitinoContext(
+              customConfigs, ignoreIcebergAuxRestService, 
ignoreLanceAuxRestService);
       miniGravitino = new MiniGravitino(context);
       miniGravitino.start();
       serverConfig = miniGravitino.getServerConfig();
     } else {
+      if (!ignoreLanceAuxRestService) {

Review Comment:
   fixed



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to