Skip to content

Commit

Permalink
Exclude SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jul 22, 2024
1 parent 0b44719 commit ccd7638
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions scripts/test-create-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,18 @@ cat > $SCRIPT <<EOF
insert into test key(1) value('one')
EOF

runCommand create cluster local -y -v $VERSION $COM -a coherence-grpc-proxy,coherence-java-client
wait_for_ready
runCommand start cohql -X -f $SCRIPT
runCommand start cohql -X -f $SCRIPT
runCommand start cohql -G -f $SCRIPT
runCommand start cohql -G -f $SCRIPT
runCommand stop cluster local -y
runCommand remove cluster local -y
rm $SCRIPT || true
# Don't run concurrent test for commercial or if we have a snapshot
if [ -z "$COM" -a -z "`echo $VERSION | grep SNAPSHOT`" ] ; then
runCommand create cluster local -y -v $VERSION $COM -a coherence-grpc-proxy,coherence-java-client
wait_for_ready
runCommand start cohql -X -f $SCRIPT
runCommand start cohql -X -f $SCRIPT
runCommand start cohql -G -f $SCRIPT
runCommand start cohql -G -f $SCRIPT
runCommand stop cluster local -y
runCommand remove cluster local -y
rm $SCRIPT || true
fi

pause && pause && pause

Expand Down

0 comments on commit ccd7638

Please sign in to comment.