yujun777 commented on code in PR #67947:
URL: https://github.com/apache/doris/pull/67947#discussion_r4004410764
##########
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:
We will keep the current simple bounded polling loop. It now observes every
five seconds for up to 120 iterations, matching the existing statistics-suite
convention, and the local regression passes on a fresh FE/BE cluster. The
remaining final five-second observation boundary is accepted as the trade-off
to avoid adding extra control flow to this regression case.
--
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]