This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 766f964f745 [branch-2.1](cases) Make auto&dynamic cases sleep long
enough (#44228) (#44477)
766f964f745 is described below
commit 766f964f745132dc5493fb05cdc25f04c385ee5a
Author: zclllhhjj <[email protected]>
AuthorDate: Mon Nov 25 11:05:14 2024 +0800
[branch-2.1](cases) Make auto&dynamic cases sleep long enough (#44228)
(#44477)
pick https://github.com/apache/doris/pull/44228
---
.../partition_p0/auto_partition/test_auto_partition_behavior.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/partition_p0/auto_partition/test_auto_partition_behavior.groovy
b/regression-test/suites/partition_p0/auto_partition/test_auto_partition_behavior.groovy
index a51dfac488d..b80cd13d139 100644
---
a/regression-test/suites/partition_p0/auto_partition/test_auto_partition_behavior.groovy
+++
b/regression-test/suites/partition_p0/auto_partition/test_auto_partition_behavior.groovy
@@ -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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]