Skip to content

Commit 8e6247f

Browse files
committed
Uploads HiveCompatibilitySuite logs
1 parent 6377ada commit 8e6247f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dev/run-tests-jenkins

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ function post_message () {
101101
function send_archived_logs () {
102102
echo "Archiving unit tests logs..."
103103

104-
local log_files=$(find . -name "unit-tests.log")
104+
local log_files=$(
105+
find .\
106+
-name "unit-tests.log" -o\
107+
-path "./sql/hive/target/HiveCompatibilitySuite.failed" -o\
108+
-path "./sql/hive/target/HiveCompatibilitySuite.hiveFailed" -o\
109+
-path "./sql/hive/target/HiveCompatibilitySuite.wrong"
110+
)
105111

106112
if [ -z "$log_files" ]; then
107113
echo "> No log files found." >&2

0 commit comments

Comments
 (0)