[branch-4.1](regression) remove unstable variant array profile case#65123
Open
shuke987 wants to merge 1 commit into
Open
[branch-4.1](regression) remove unstable variant array profile case#65123shuke987 wants to merge 1 commit into
shuke987 wants to merge 1 commit into
Conversation
…Idx_profile (apache#64608) Remove `regression-test/suites/variant_p0/with_index/test_array_inverted_index_profile.groovy` and its data file. This case has been tracked as a flaky/unstable case for a while. Per dev team's analysis and conclusion, the profile-fetching path this test depends on is unstable, and the relevant logic should be covered by unit tests going forward instead of this profile-dependent regression test.
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Collaborator
Author
|
run buildall |
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.
Summary
Backport the cleanup from #64608 to branch-4.1 by removing the unstable legacy variant profile case:
regression-test/suites/variant_p0/with_index/test_array_inverted_index_profile.groovyregression-test/data/variant_p0/with_index/test_array_inverted_index_profile.outThis case is muted/flaky in NonConcurrent Regression. In build 980611 it failed while the TeamCity build was still marked SUCCESS because the test occurrence was muted. The failure comes from the
array_func.array_containsdebug point path:The same unstable case was already removed on master by #64608, but that commit is not present in branch-4.1 and the old case files still exist there.
Testing
git diff --check origin/branch-4.1..HEAD.outfile