shuke987 opened a new pull request, #65211: URL: https://github.com/apache/doris/pull/65211
## Proposed changes - Disable table-level auto compaction in regression cases that explicitly call `trigger_and_wait_compaction(...)`. - Cover manual compaction checks in compaction, schema_change, cloud cache/balance, point_query, and variant analyzer cases. - Keep shared DDL changes local to the case call sites where possible. ## Why These cases want to control compaction timing through explicit helper calls. If table auto compaction is still enabled, background compaction can consume the target rowsets first, making the manual trigger get ignored or observe a different intermediate rowset state. ## Validation - `git diff --cached --check` - `git diff --check` - Scanned `regression-test/suites` for `trigger_and_wait_compaction(...)`; remaining files without inline table property are external-DDL cases already disabling auto compaction, or internal statistics tables without case-owned DDL. -- 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]
