shuke987 opened a new pull request, #65342: URL: https://github.com/apache/doris/pull/65342
## Summary Fix `compaction/test_time_series_compaction_level2.groovy` rowset count assertions for branch-4.1 environments that force table replication to 3. The test counts rowsets across every tablet replica returned by `SHOW TABLETS`. In the failing x64 branch-4.1 NonConcurrent build, `force_olap_table_replication_num=3` overrides the case's `replication_num=1`, so the base rowset exists on each replica too. The previous assertions multiplied inserted/compacted rowsets by `replicaNum` but counted the base rowset only once, causing the first check to expect 31 while the actual rowset count is 33. This patch applies `replicaNum` consistently to: - the per-round pre-compaction rowset count - the post-loop level-1 rowset count - the final base + level-2 rowset count ## Testing - [x] `git diff --check` - [x] Checked TeamCity occurrence: build 201293, occurrence 2000000344 - [ ] Runtime regression validation: pending `run buildall` -- 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]
