doris
doris copied to clipboard
[only for test] open UBSAN
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...
Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR
Since 2024-03-18, the Document has been moved to doris-website. See Doris Document.
sh-checker report
To get the full details, please check in the job output.
shellcheck errors
'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In build.sh line 362:
BUILD_TYPE_LOWWER=$(echo "${BUILD_TYPE}" | tr '[:upper:]' '[:lower:]')
^-----------^ SC2154 (warning): BUILD_TYPE is referenced but not assigned.
For more information:
https://www.shellcheck.net/wiki/SC2154 -- BUILD_TYPE is referenced but not ...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors
'shfmt ' found no issues.
run buildall
sh-checker report
To get the full details, please check in the job output.
shellcheck errors
'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In build.sh line 362:
BUILD_TYPE_LOWWER=$(echo "${BUILD_TYPE}" | tr '[:upper:]' '[:lower:]')
^-----------^ SC2154 (warning): BUILD_TYPE is referenced but not assigned.
For more information:
https://www.shellcheck.net/wiki/SC2154 -- BUILD_TYPE is referenced but not ...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors
'shfmt ' found no issues.
run buildall
sh-checker report
To get the full details, please check in the job output.
shellcheck errors
'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In build.sh line 362:
BUILD_TYPE_LOWWER=$(echo "${BUILD_TYPE}" | tr '[:upper:]' '[:lower:]')
^-----------^ SC2154 (warning): BUILD_TYPE is referenced but not assigned.
For more information:
https://www.shellcheck.net/wiki/SC2154 -- BUILD_TYPE is referenced but not ...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors
'shfmt ' found no issues.
TeamCity be ut coverage result: Function Coverage: 35.66% (9013/25278) Line Coverage: 27.29% (74503/272967) Region Coverage: 26.52% (38546/145362) Branch Coverage: 23.37% (19659/84122) Coverage Report: http://coverage.selectdb-in.cc/coverage/161893961f96bf9a0051f48ddf6b283e4e125634_161893961f96bf9a0051f48ddf6b283e4e125634/report/index.html
run buildall
sh-checker report
To get the full details, please check in the job output.
shellcheck errors
'shellcheck ' returned error 1 finding the following syntactical issues:
----------
In build.sh line 362:
BUILD_TYPE_LOWWER=$(echo "${BUILD_TYPE}" | tr '[:upper:]' '[:lower:]')
^-----------^ SC2154 (warning): BUILD_TYPE is referenced but not assigned.
For more information:
https://www.shellcheck.net/wiki/SC2154 -- BUILD_TYPE is referenced but not ...
----------
You can address the above issues in one of three ways:
1. Manually correct the issue in the offending shell script;
2. Disable specific issues by adding the comment:
# shellcheck disable=NNNN
above the line that contains the issue, where NNNN is the error code;
3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file.
shfmt errors
'shfmt ' found no issues.
TeamCity be ut coverage result: Function Coverage: 35.67% (9016/25278) Line Coverage: 27.31% (74543/272983) Region Coverage: 26.53% (38575/145381) Branch Coverage: 23.39% (19676/84136) Coverage Report: http://coverage.selectdb-in.cc/coverage/8e9070d8aea7c156cd871e924bd72032d518aac2_8e9070d8aea7c156cd871e924bd72032d518aac2/report/index.html
run p0