shuke987 opened a new pull request, #65123: URL: https://github.com/apache/doris/pull/65123
## 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.groovy` - `regression-test/data/variant_p0/with_index/test_array_inverted_index_profile.out` This 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_contains` debug point path: ```text array_contains has already execute inverted index req_id 0, should not execute expr with rows: 7 ``` 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 - [x] `git diff --check origin/branch-4.1..HEAD` - [x] Verified the diff only deletes the legacy unstable case and its `.out` file -- 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]
