Skip to content

Commit

Permalink
[branch-2.1](cases) Make auto&dynamic cases sleep long enough (#44228) (
Browse files Browse the repository at this point in the history
  • Loading branch information
zclllyybb authored Nov 25, 2024
1 parent a233343 commit 766f964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ suite("test_auto_partition_behavior") {
part_result = sql " show partitions from auto_dynamic "
assertEquals(part_result.size, 1)
sql " insert into auto_dynamic values ('2024-01-01'), ('2900-01-01'), ('1900-01-01'), ('3000-01-01'); "
sleep(3000)
sleep(10000)
part_result = sql " show partitions from auto_dynamic "
log.info("${part_result}".toString())
assertEquals(part_result.size, 3)
Expand Down

0 comments on commit 766f964

Please sign in to comment.