zabetak commented on code in PR #3399:
URL: https://github.com/apache/hive/pull/3399#discussion_r904754760


##########
Jenkinsfile:
##########
@@ -93,7 +93,7 @@ OPTS+=" 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugin.surefire.SurefirePl
 OPTS+=" -Dmaven.repo.local=$PWD/.git/m2"
 git config extra.mavenOpts "$OPTS"
 OPTS=" $M_OPTS -Dmaven.test.failure.ignore "
-if [ -s inclusions.txt ]; then OPTS+=" 
-Dsurefire.includesFile=$PWD/inclusions.txt"; sed -i '/\\/ITest/d' 
$PWD/inclusions.txt;fi
+if [ -s inclusions.txt ]; then OPTS+=" 
-Dsurefire.includesFile=$PWD/inclusions.txt";fi

Review Comment:
   Yes, they all run and all passed. More details here:
   ```
   
http://ci.hive.apache.org/job/hive-precommit/job/PR-3399/1/testReport/api/xml?xpath=/testResult/suite[contains(name/text(),%22org.apache.hadoop.hive.metastore.dbinstall%22)]&wrapper=testcases
   ```



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