Skip to content

Commit

Permalink
[core] Fix the unstable testRollbackToTagWithChangelogDecoupled (#3166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitozi authored Apr 8, 2024
1 parent 942d35d commit 64f0e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ public void testLookupWithDropDelete() throws Exception {

@Test
public void testRollbackToTagWithChangelogDecoupled() throws Exception {
int commitTimes = ThreadLocalRandom.current().nextInt(100) + 5;
int commitTimes = ThreadLocalRandom.current().nextInt(100) + 6;
FileStoreTable table =
createFileStoreTable(
options ->
Expand Down

0 comments on commit 64f0e04

Please sign in to comment.