Skip to content

Commit

Permalink
[misc] travis test with maxscale now use 2.1.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Sep 22, 2017
1 parent f285e8a commit 277ca8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ env:
- DB=mariadb:10.2 PACKET=40M TYPE=NO_BULK_SERVER
- DB=mariadb:10.2 PACKET=40M COMPRESSION=true
- DB=mariadb:10.3 PACKET=8M
- DB=mariadb:10.2 PACKET=8M MAXSCALE_VERSION=2.0.6
- DB=mariadb:10.2 PACKET=8M MAXSCALE_VERSION=2.1.4
- DB=mariadb:10.2 PACKET=8M MAXSCALE_VERSION=2.1.8
script: .travis/script.sh
5 changes: 5 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ cmd+=( -DdbUrl="$urlString" )
cmd+=( -DtestSingleHost="$testSingleHost" )
echo ${cmd}

if [ -n "$MAXSCALE_VERSION" ]
then
docker-compose -f $COMPOSE_FILE exec maxscale tail -n 500 /var/log/maxscale/maxscale.log
fi

"${cmd[@]}"
if [ -n "$PROFILE" ]
then
Expand Down

0 comments on commit 277ca8b

Please sign in to comment.