You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2023/07/26 16:02:40 UTC

[pinot] branch master updated: Fix compat test by adding -am flag to build pinot-integration-tests (#11181)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new e87a05045d Fix compat test by adding -am flag to build pinot-integration-tests (#11181)
e87a05045d is described below

commit e87a05045d3aef04d2978868a0b6d79f38add51c
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Wed Jul 26 09:02:32 2023 -0700

    Fix compat test by adding -am flag to build pinot-integration-tests (#11181)
    
    * Fix compat test by adding -am flag to build pinot-integration-tests
    
    * Update checkoutAndBuild.sh
---
 compatibility-verifier/checkoutAndBuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compatibility-verifier/checkoutAndBuild.sh b/compatibility-verifier/checkoutAndBuild.sh
index 0bbb531740..e17a270839 100755
--- a/compatibility-verifier/checkoutAndBuild.sh
+++ b/compatibility-verifier/checkoutAndBuild.sh
@@ -106,7 +106,7 @@ function build() {
   done
   if [ $buildTests -eq 1 ]; then
     for i in $(seq 1 $maxRetry); do
-      mvn -pl :pinot-integration-tests package -DskipTests -T1C ${versionOption} ${repoOption} ${PINOT_MAVEN_OPTS} 1>>${outFile} 2>&1
+      mvn package -am -pl :pinot-integration-tests -DskipTests -T1C ${versionOption} ${repoOption} ${PINOT_MAVEN_OPTS} 1>>${outFile} 2>&1
       if [ $? -eq 0 ]; then break; fi
       if [ $i -eq $maxRetry ]; then exit 1; fi
       echo ""


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org