eric-maynard commented on code in PR #1566:
URL: https://github.com/apache/polaris/pull/1566#discussion_r2087416766


##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/GetConfigTest.java:
##########
@@ -39,7 +39,14 @@ public class GetConfigTest {
   @ValueSource(booleans = {true, false})
   public void testGetConfig(boolean enableGenericTable) {
     TestServices services =
-        TestServices.builder().config(Map.of("ENABLE_GENERIC_TABLES", 
enableGenericTable)).build();
+        TestServices.builder()
+            .config(
+                Map.of(
+                    "ENABLE_GENERIC_TABLES",
+                    enableGenericTable,
+                    "SUPPORTED_CATALOG_STORAGE_TYPES",

Review Comment:
   Good call, I'll try to remove this from all the Quarkus tests I can. This 
particular test seems to still need it even after updating 
`application-test.properties` though



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