Yukang-Lian opened a new pull request, #65320:
URL: https://github.com/apache/doris/pull/65320
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: The compaction regression case expected the manual base
compaction HTTP response to synchronously contain E-808. The backend only waits
2 seconds for manual base compaction before returning a successful trigger
response, while the background compaction task can record
BE_NO_SUITABLE_VERSION later. This makes the case flaky when the expected E-808
is written after the HTTP response. The case now accepts a synchronous E-808
response and otherwise polls the tablet compaction status until the background
task records E-808.
### Release note
None
### Check List (For Author)
- Test: Manual test
- Ran git diff --check for the modified regression case
- Did not run the full regression case because no isolated local master
Doris cluster is running and the case requires TPCH SF100 S3 data
- Behavior changed: No
- Does this need documentation: No
--
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]