jackjlli commented on a change in pull request #7020: URL: https://github.com/apache/incubator-pinot/pull/7020#discussion_r645266123
########## File path: compatibility-verifier/compCheck.sh ########## @@ -287,90 +287,120 @@ fi # Setup initial cluster with olderCommit and do rolling upgrade # Provide abspath of filepath to $COMPAT_TESTER +echo "Setting up cluster before upgrade" startServices "$oldTargetDir" -echo "Setting up cluster before upgrade" -$COMPAT_TESTER $testSuiteDir/pre-controller-upgrade.yaml 1 -if [ $? -ne 0 ]; then - if [ $keepClusterOnFailure == "false" ]; then - stopServices +genNum=0 +if [ -f $testSuiteDir/pre-controller-upgrade.yaml ]; then Review comment: Might be good to list out all the yaml files before executing them? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org