[fix](test) run search score TopN case in nonConcurrent group - #67402
[fix](test) run search score TopN case in nonConcurrent group#67402airborne12 wants to merge 1 commit into
Conversation
Related PR: apache#67363 (same fix on branch-4.1); suite introduced by apache#65821 and backported via apache#67327. test_search_score_topn_predicates runs in the shared concurrent P0 group and intermittently fails on its first query with "[INTERNAL_ERROR]SearchExpr should not be executed without inverted index". master carries the identical suite grouping as branch-4.1 (where it was observed flaky, 2/4 runs), so move it to the nonConcurrent group here too. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
run nonConcurrent |
|
run nonConcurrent |
|
Status update on verification: the NonConcurrent pipeline has now failed three times in a row on this PR (builds 1036154, 1036404, 1036651) and in all three the run collapsed before reaching All three show the same environment signature rather than a test problem: I am not re-triggering further. What is verified so far: the suite passes locally with the tag applied, and the tag itself is the same grouping 41 other inverted_index_p0 cases already use. The final CI confirmation that it executes green inside the nonConcurrent group needs that pipeline to complete a run. |
What problem does this PR solve?
Issue Number: N/A
Related PR: #67363 (same fix on branch-4.1), #67327 (backported the suite to branch-4.1), #65821 (introduced the suite on master)
Problem Summary:
test_search_score_topn_predicates(added on master by #65821) runs in the shared concurrent P0 group. On branch-4.1 it fails intermittently on its very first query, right afterCREATE TABLE+INSERT+sync, with:This was observed on branch-4.1 CI (2 failures out of 4 runs) and fixed there by #67363, which moves the case into the
nonConcurrentgroup. master carries the identical suite grouping ("p0"), so it is exposed to the same intermittent failure when the case races other P0 cases. This PR applies the same one-line fix to master to keep it out of the concurrent group.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)