Skip to content

Commit aea36c9

Browse files
committed
WIP Run tests only with balancer
1 parent bc815e9 commit aea36c9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

test/testsuite.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ res=0
7373
# IMG name might include specific version, we have to handle that
7474
IMG_NOVER=$(echo $IMG | cut -d: -f1)
7575

76-
for tomcat_version in "9.0" "10.1" "11.0"
77-
do
78-
IMG="$IMG_NOVER:$tomcat_version" tomcat_create $tomcat_version > /dev/null 2>&1 || exit 3
79-
IMG="$IMG_NOVER:$tomcat_version" run_test basetests.sh "Basic tests with tomcat $tomcat_version"
80-
res=$(expr $res + $?)
81-
done
82-
run_test hangingtests.sh "Hanging tests"
83-
res=$(expr $res + $?)
84-
run_test maintests.sh "Main tests"
85-
res=$(expr $res + $?)
76+
# for tomcat_version in "9.0" "10.1" "11.0"
77+
# do
78+
# IMG="$IMG_NOVER:$tomcat_version" tomcat_create $tomcat_version > /dev/null 2>&1 || exit 3
79+
# IMG="$IMG_NOVER:$tomcat_version" run_test basetests.sh "Basic tests with tomcat $tomcat_version"
80+
# res=$(expr $res + $?)
81+
# done
82+
# run_test hangingtests.sh "Hanging tests"
83+
# res=$(expr $res + $?)
84+
# run_test maintests.sh "Main tests"
85+
# res=$(expr $res + $?)
8686
# run_test websocket/basic.sh "Websocket tests"
8787
# res=$(expr $res + $?)
8888
# run_test MODCLUSTER-640/testit.sh "MODCLUSTER-640"

0 commit comments

Comments
 (0)