Skip to content

Commit 0959d51

Browse files
committed
[tests] Fix unstable test CoordinatorEventProcessorTest.testSchemaChange.
1 parent 50cd9ff commit 0959d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ void testSchemaChange() throws Exception {
847847
// make sure all request to gateway should be successful
848848
initCoordinatorChannel();
849849
// create a table,
850-
TablePath t1 = TablePath.of(defaultDatabase, "create_process_adjust_isr");
850+
TablePath t1 = TablePath.of(defaultDatabase, "create_schema_change");
851851
int nBuckets = 1;
852852
int replicationFactor = 3;
853853
TableAssignment tableAssignment =

0 commit comments

Comments
 (0)