yujun777 commented on code in PR #67947:
URL: https://github.com/apache/doris/pull/67947#discussion_r4004281607
##########
regression-test/suites/statistics/test_analyze_mv.groovy:
##########
@@ -686,15 +686,15 @@ suite("test_analyze_mv") {
sql """insert into mvTestDup values (1, 2, 3, 4, 5), (1, 2, 3, 4, 5), (10,
20, 30, 40, 50), (10, 20, 30, 40, 50), (100, 200, 300, 400, 500), (1001, 2001,
3001, 4001, 5001);"""
connect(context.config.jdbcUser, context.config.jdbcPassword, url) {
sql """use test_analyze_mv"""
- for (int i = 0; i < 10; i++) {
+ for (int i = 0; i < 120; i++) {
Review Comment:
Updated the polling interval to the existing five-second row-count wait
convention and kept the bounded 120-observation convergence check. The final
assertion still requires the strict row count to reach 6.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]