shuke987 opened a new pull request, #65310: URL: https://github.com/apache/doris/pull/65310
## Summary Fix `update_after_create_rollup` to wait for the rollup schema-change job to finish before running partial update checks. The case is intended to verify partial update correctness after a rollup exists. A fixed `sleep(10000)` plus `EXPLAIN contains "rollup1"` can be sensitive to async rollup completion and planner choice, while the product behavior under test is covered by the following UPDATE result assertions. ## Testing - [x] `git diff --check` - [ ] Not run the regression case locally; it requires a Doris regression test environment. -- 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]
