Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jan 25, 2024
1 parent 8c972ad commit c999f43
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,18 @@ public void testMultipleTableSink() throws Exception {
tableFullNameA)),
new OceanBaseTestData(
database,
tableA,
tableB,
SchemaChangeRecord.Type.CREATE,
String.format(
"CREATE TABLE %s (b int(10) primary key, b1 varchar(20))",
tableFullNameB)),
new OceanBaseTestData(
database,
tableC,
SchemaChangeRecord.Type.CREATE,
String.format(
"CREATE TABLE %s (c int(10), c1 varchar(20))",
tableFullNameC)),
new OceanBaseTestData(
"test",
tableA,
Expand Down

0 comments on commit c999f43

Please sign in to comment.