Skip to content

Commit 57c0de7

Browse files
[tests] Fix unstable test CoordinatorEventProcessorTest.testSchemaChange. (#2240)
1 parent 6f200fa commit 57c0de7

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)