Skip to content

Commit 11c32b4

Browse files
author
Seung-Min Lee
committed
EDIT: added @test
1 parent dc64490 commit 11c32b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/assigners/MySqlSnapshotSplitAssignerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ public void testAssignTableWithoutPrimaryKeyWithChunkKeyColumn() {
438438
assertEquals(expected, splits);
439439
}
440440

441+
@Test
441442
public void testAssignTableWithPrimaryKeyWithChunkKeyColumnNotInPrimaryKey() {
442443
String tableWithoutPrimaryKey = "customers";
443444
List<String> expected =

0 commit comments

Comments
 (0)