dimas-b commented on code in PR #1515:
URL: https://github.com/apache/polaris/pull/1515#discussion_r2074280466


##########
quarkus/admin/src/testFixtures/java/org/apache/polaris/admintool/PostgresTestResourceLifecycleManager.java:
##########
@@ -63,7 +63,10 @@ public Map<String, String> start() {
     context.containerNetworkId().ifPresent(postgres::withNetworkMode);
     postgres.start();
     return Map.of(
-        "polaris.persistence.eclipselink.configuration-file", 
createPersistenceXml().toString());
+        "polaris.persistence.type",
+        "eclipse-link",

Review Comment:
   Let's add a separate test profile for EclipseLink then and run maybe a 
sub-set of tests. How about the bootstrap test in the admin tool and the REST 
API test in the quarkus server?



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to