shuke987 opened a new pull request, #64508: URL: https://github.com/apache/doris/pull/64508
## Problem `test_p_seq_publish_read_from_old` is flaky on the branch-4.1 P0 regression. The `qt_inspect` queries read physical rows (`skip_delete_sign` / `skip_delete_bitmap`); background auto compaction merges rowsets and changes the physical row count, so the inspected output drifts from the `.out`. The final logical data is correct — only the inspected physical rows fluctuate with compaction timing. ## Fix Add `"disable_auto_compaction" = "true"` to the table PROPERTIES, matching the sibling cases in the same directory, so the inspection is stable. ## Verification Ran the suite on a branch-4.1 local cluster (3 FE + 4 BE) — passes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
