[fix](test) run search score TopN case in nonConcurrent group - #67402
Open
airborne12 wants to merge 1 commit into
Open
[fix](test) run search score TopN case in nonConcurrent group#67402airborne12 wants to merge 1 commit into
airborne12 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>
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
16 tasks
This was referenced Sep 2, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)