abstractdog commented on code in PR #4732:
URL: https://github.com/apache/hive/pull/4732#discussion_r1343971653
##########
Jenkinsfile:
##########
@@ -364,6 +364,12 @@ tar -xzf
packaging/target/apache-hive-*-nightly-*-src.tar.gz
stage('PostProcess') {
try {
sh """#!/bin/bash -e
+ FAILED_FILES=`find . -name "TEST*xml" -exec grep -l "<failure"
{} \\; 2>/dev/null | head -n 10`
+ for a in \$FAILED_FILES
+ do
+ RENAME_TMP=`echo \$a | sed s/TEST-//g`
+ mv \${RENAME_TMP/.xml/-output.txt}
\${RENAME_TMP/.xml/-output-save.txt}
Review Comment:
can you clarify what's bad, please? I'm open to revert the commit and fix
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]