pvary commented on code in PR #3399: URL: https://github.com/apache/hive/pull/3399#discussion_r904510981
########## 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: Just to double check: Have you checked that the tests were run by the CI? -- 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]
