kgyrtkirk commented on code in PR #4732:
URL: https://github.com/apache/hive/pull/4732#discussion_r1343986229
##########
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:
clear proof that there are issues with the `TestMiniTezCliDriver`:
http://ci.hive.apache.org/job/hive-flaky-check/736/
can be broken testpairs if it can't be reproduced separately; but such
things like this is just a joke
you will wait hours for some crappy barely usable results - enhance the
flaky-check debug job to collect more usable stuff if needed....
--
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]