This is an automated email from the ASF dual-hosted git repository.

hongshun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 57c0de781 [tests] Fix unstable test 
CoordinatorEventProcessorTest.testSchemaChange. (#2240)
57c0de781 is described below

commit 57c0de781be8b484662b471f2614a85e542b9aa3
Author: Hongshun Wang <[email protected]>
AuthorDate: Thu Dec 25 10:16:44 2025 +0800

    [tests] Fix unstable test CoordinatorEventProcessorTest.testSchemaChange. 
(#2240)
---
 .../apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java
 
b/fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java
index 2549c597e..5e99b0023 100644
--- 
a/fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java
+++ 
b/fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java
@@ -847,7 +847,7 @@ class CoordinatorEventProcessorTest {
         // make sure all request to gateway should be successful
         initCoordinatorChannel();
         // create a table,
-        TablePath t1 = TablePath.of(defaultDatabase, 
"create_process_adjust_isr");
+        TablePath t1 = TablePath.of(defaultDatabase, "create_schema_change");
         int nBuckets = 1;
         int replicationFactor = 3;
         TableAssignment tableAssignment =

Reply via email to