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


##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java:
##########
@@ -1843,6 +1845,56 @@ public void 
testConcurrencyConflictUpdateTableDuringFinalTransaction() {
         .hasMessageContaining("conflict_table");
   }
 
+  @ParameterizedTest
+  @ValueSource(booleans = {false, true})
+  public void testTableOperationsDoesNotRefreshAfterCommit(boolean 
updateMetadataOnCommit) {
+    Assumptions.assumeTrue(
+        requiresNamespaceCreate(),

Review Comment:
   Did you mean `assertTrue`? If it's not `true` under an "assumption" the test 
will simply be skipped, but I guess we'll want to revisit and fix the test if 
it ever happens :thinking: 



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