Skip to content

Commit d704481

Browse files
branch-4.0: [chore](ci) collect dmesg apache#59938 (apache#59939)
Cherry-picked from apache#59938 Co-authored-by: Dongyang Li <lidongyang@selectdb.com>
1 parent a2a362c commit d704481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression-test/pipeline/common/doris-utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ archive_doris_logs() {
704704
if [[ -d "${DORIS_HOME}"/be/storage/error_log ]]; then
705705
cp --parents -rf "be/storage/error_log" "${archive_dir}"/
706706
fi
707+
# dmesg log
708+
dmesg -T | tail -n2000 >"${archive_dir}"/dmesg.log
707709
)
708710

709711
if tar -I pigz \

0 commit comments

Comments
 (0)