Skip to content

Commit

Permalink
[UT] Fix unstable mv test case testListPartitionTTLCondition3 (#54522)
Browse files Browse the repository at this point in the history
Signed-off-by: shuming.li <[email protected]>
  • Loading branch information
LiShuMing authored Dec 31, 2024
1 parent 23cede5 commit d38f04c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,6 @@ public void testListPartitionTTLCondition3() {
addListPartition(tableName, "p6", "guangdong",
now.minusMonths(1).format(DateTimeFormatter.ofPattern("yyyy-MM-dd")));
Assert.assertTrue(tbl.getVisiblePartitions().size() == 4);

scheduler.runOnceForTest();
Assert.assertTrue(tbl.getVisiblePartitions().size() == 3);
});
}
}
Expand Down

0 comments on commit d38f04c

Please sign in to comment.