wuchong commented on code in PR #1503:
URL: https://github.com/apache/fluss/pull/1503#discussion_r2329350484


##########
fluss-server/src/test/java/org/apache/fluss/server/coordinator/TableManagerITCase.java:
##########
@@ -126,12 +126,58 @@ class TableManagerITCase {
                     .setClusterConf(initConf())
                     .build();
 
+    // Extension for testing log table creation restriction
+    @RegisterExtension
+    public static final FlussClusterExtension 
FLUSS_CLUSTER_LOG_RESTRICTED_EXTENSION =

Review Comment:
   The `@RegisterExtension` is a global resource that shares between testing 
methods. It's create the log/kv restricted cluster in dedicated testing method 
to reduce the resource cost. 



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