[Fix](ut) Include UDF and OLAP BE tests#64448
Merged
Merged
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Collaborator
Author
|
/review |
Collaborator
Author
|
run buildall |
Contributor
There was a problem hiding this comment.
I found one blocking compile issue in the newly included UDF test source.
Critical checkpoint conclusions:
- Goal/test: the PR aims to include missing
olapandudfBE tests, but the UDF test source is not self-contained once it is added todoris_be_test. - Scope: the change is small and focused.
- Concurrency/lifecycle: touched tests exercise child-process repair and wait/reap paths; the retry and
ALREADY_REAPEDtolerance are reasonable for process-wide SIGCHLD interference. - Config/compatibility/persistence/data visibility: no new config, protocol, storage, transaction, or persistence behavior.
- Parallel paths: no other CMake whitelist path issue found in this PR.
- Testing: full BE UT was not run locally because this checkout lacks
thirdparty/installed; CI macOS failure is currently an unrelated JDK-25 environment error. I did run local compiler header checks showing<future>does not providestd::this_thread::sleep_forwith the available g++/clang++ headers. - User focus: no additional review focus was provided.
Contributor
TPC-H: Total hot run time: 28818 ms |
Contributor
TPC-DS: Total hot run time: 169363 ms |
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
zclllyybb
approved these changes
Jun 12, 2026
Contributor
|
PR approved by at least one committer and no changes requested. |
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.
Release note
Add the missing olap and udf test directories to the BE UT CMake whitelist.