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 a835203947d branch-2.1: [regression-test](fix) enlarge statistic test
case's waiting time #45590 (#46017)
a835203947d is described below
commit a835203947d5967521f2360726e36ee241103298
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 30 10:41:55 2024 +0800
branch-2.1: [regression-test](fix) enlarge statistic test case's waiting
time #45590 (#46017)
Cherry-picked from #45590
Co-authored-by: shuke <[email protected]>
---
regression-test/suites/statistics/test_schema_change_statistics.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/statistics/test_schema_change_statistics.groovy
b/regression-test/suites/statistics/test_schema_change_statistics.groovy
index c8e9d820271..6b411c156d7 100644
--- a/regression-test/suites/statistics/test_schema_change_statistics.groovy
+++ b/regression-test/suites/statistics/test_schema_change_statistics.groovy
@@ -42,7 +42,7 @@ suite("test_schema_change_statistics") {
def result1 = sql """show column cached stats $table"""
def result2 = sql """show column stats $table"""
boolean dropped = false
- for (int i = 0; i < 120; i++) {
+ for (int i = 0; i < 200; i++) {
if (0 == result1.size() && 0 == result2.size()) {
dropped = true;
break;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]