Skip to content

Commit

Permalink
[HUDI-4188] Fix flaky ITTestDataSTreamWrite.testWriteCopyOnWrite (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0405 authored and yihua committed Jun 7, 2022
1 parent 3a8fb97 commit 834b13a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void testWriteCopyOnWrite(String indexType) throws Exception {
conf.setString(FlinkOptions.INDEX_KEY_FIELD, "id");
conf.setBoolean(FlinkOptions.PRE_COMBINE,true);

testWriteToHoodie(conf, "cow_write", 1, EXPECTED);
testWriteToHoodie(conf, "cow_write", 2, EXPECTED);
}

@Test
Expand Down

0 comments on commit 834b13a

Please sign in to comment.