[chore](build) plugin selectors in build scripts#62100
Open
Hastyshell wants to merge 3 commits intoapache:masterfrom
Open
[chore](build) plugin selectors in build scripts#62100Hastyshell wants to merge 3 commits intoapache:masterfrom
Hastyshell wants to merge 3 commits intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 29071 ms |
TPC-DS: Total hot run time: 178888 ms |
Contributor
FE UT Coverage ReportIncrement line coverage `` 🎉 |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Hastyshell
commented
Apr 13, 2026
Hastyshell
added a commit
to Hastyshell/doris
that referenced
this pull request
Apr 13, 2026
### What problem does this PR solve? Issue Number: None Related PR: apache#62100 Problem Summary: Remove enterprise-specific selectors and messages from OSS build scripts while keeping optional TDE/TLS extra module wiring. ### Release note None ### Check List (For Author) - Test: bash -n build.sh build-for-release.sh run-be-ut.sh run-fe-ut.sh - Manual test - Behavior changed: Yes (rename optional selector/module names from enterprise to extra in build scripts) - Does this need documentation: No
Hastyshell
commented
Apr 13, 2026
Hastyshell
added a commit
to Hastyshell/doris
that referenced
this pull request
Apr 13, 2026
### What problem does this PR solve? Issue Number: None Related PR: apache#62100 Problem Summary: Drop OSS-only validation of optional extra plugin selector values and keep the scripts on directory-exists checks only. ### Release note None ### Check List (For Author) - Test: bash -n build.sh run-be-ut.sh run-fe-ut.sh - Manual test - Behavior changed: Yes (build scripts no longer reject non-default extra selector values in OSS) - Does this need documentation: No
Issue Number: None
Related PR: None
Problem Summary: Align the public build and unit-test entrypoints with the new `enterprise/tde` and `enterprise/tls` selector layout while keeping Apache Doris builds working when enterprise plugin sources are absent.
None
- Test: Shell syntax checks and selector validation smoke checks
- Manual test: `bash -n build.sh run-be-ut.sh run-fe-ut.sh build-for-release.sh`
- Manual test: `WITH_TDE_DIR=enterprise bash build.sh --be`
- Manual test: `WITH_TLS_DIR=bad-selector bash run-fe-ut.sh`
- Behavior changed: Yes (build scripts now validate selector values, pass TLS through BE/UT entrypoints, and skip optional enterprise plugin wiring when plugin sources are absent)
- Does this need documentation: No
Issue Number: None Related PR: apache#62100 Problem Summary: Remove enterprise-specific selectors and messages from OSS build scripts while keeping optional TDE/TLS extra module wiring. None - Test: bash -n build.sh build-for-release.sh run-be-ut.sh run-fe-ut.sh - Manual test - Behavior changed: Yes (rename optional selector/module names from enterprise to extra in build scripts) - Does this need documentation: No
### What problem does this PR solve? Issue Number: None Related PR: apache#62100 Problem Summary: Drop OSS-only validation of optional extra plugin selector values and keep the scripts on directory-exists checks only. ### Release note None ### Check List (For Author) - Test: bash -n build.sh run-be-ut.sh run-fe-ut.sh - Manual test - Behavior changed: Yes (build scripts no longer reject non-default extra selector values in OSS) - Does this need documentation: No
e047a44 to
66f55f3
Compare
Collaborator
Author
|
run buildall |
1 similar comment
Collaborator
Author
|
run buildall |
Contributor
FE UT Coverage ReportIncrement line coverage `` 🎉 |
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: None
Related PR: None
Problem Summary: Align the public build and unit-test entrypoints with the new
tdeandtlsplugin selectors while keeping Apache Doris builds working when optional plugin sources are absent.Release note
None
Check List (For Author)
bash -n build.sh run-be-ut.sh run-fe-ut.sh build-for-release.shWITH_TDE_DIR=tde bash build.sh --beWITH_TLS_DIR=bad-selector bash run-fe-ut.sh