This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch auto-pick-45590-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit cfb5dfbfab61491dc60e65c52e1b25429ba556f5 Author: shuke <sh...@selectdb.com> AuthorDate: Thu Dec 26 15:31:08 2024 +0800 [regression-test](fix) enlarge statistic test case's waiting time (#45590) --- 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 4aadb094739..45c4fdd90e4 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org