tthorpeIBM commented on PR #3799:
URL: https://github.com/apache/hive/pull/3799#issuecomment-1325007263

   The error in testing doesn't look to be anything related to my changes.  The 
error is from post processing on split-16:
   
   #!/bin/bash -e # removes all stdout and err for passed tests xmlstarlet ed 
-L -d 'testsuite/testcase/system-out[count(../failure)=0]' -d 
'testsuite/testcase/system-err[count(../failure)=0]' `find . -name 'TEST*xml' 
-path '*/surefire-reports/*'` # remove all output.txt files find . -name 
'*output.txt' -path '*/surefire-reports/*' -exec unlink "{}" \;
   — Shell Script
   2s
   #!/bin/bash -e tar -czf split-16.tgz --files-from <(find . -path 
'*/surefire-reports/*')
   — Shell Script
   1s
   #!/bin/bash -e rsync -rltDq --stats split-16.tgz 
rsync://rsync/data/precommit3.split-16.tgz
   — Shell Script
   <1s
   **/TEST-*.xml
   — Archive JUnit-formatted test results
   5s
   [2022-11-23T03:26:22.208Z] Recording test results
   [2022-11-23T03:26:27.071Z] [Checks API] No suitable checks publisher found.


-- 
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]

Reply via email to