XN137 commented on code in PR #2963:
URL: https://github.com/apache/polaris/pull/2963#discussion_r2486032474
##########
runtime/admin/src/test/java/org/apache/polaris/admintool/relational/jdbc/RelationalJdbcAdminProfile.java:
##########
@@ -42,8 +40,6 @@ public Map<String, String> getConfigOverrides() {
@Override
public List<TestResourceEntry> testResources() {
return List.of(
- new TestResourceEntry(
- PostgresRelationalJdbcLifeCycleManagement.class,
- Map.of(INIT_SCRIPT, "org/apache/polaris/admintool/init.sql")));
Review Comment:
turns out the init script (which creates 2 more databases) isnt needed at
all by current tests
--
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]