MXS-1300: Fix MaxCtrl cluster tests

Fixed tests to use correct functions, extended tests of problematic
cases. Added a secondary directory for the second MaxScale instance.
This commit is contained in:
Markus Mäkelä
2017-08-04 14:02:31 +03:00
parent d2543c4841
commit 8f7be8a4f3
4 changed files with 22 additions and 14 deletions

View File

@ -2,11 +2,12 @@
threads=4
log_info=1
libdir=@CMAKE_INSTALL_PREFIX@/@MAXSCALE_LIBDIR@
logdir=@CMAKE_INSTALL_PREFIX@/log/maxscale/
datadir=@CMAKE_INSTALL_PREFIX@/lib/maxscale
cachedir=@CMAKE_INSTALL_PREFIX@/cache/maxscale
language=@CMAKE_INSTALL_PREFIX@/lib/maxscale/
piddir=/tmp/
logdir=@CMAKE_INSTALL_PREFIX@/secodary/log/maxscale/
datadir=@CMAKE_INSTALL_PREFIX@/secodary/lib/maxscale
cachedir=@CMAKE_INSTALL_PREFIX@/secodary/cache/maxscale
language=@CMAKE_INSTALL_PREFIX@/secodary/lib/maxscale/
piddir=@CMAKE_INSTALL_PREFIX@/secodary/run/maxscale
config_persistdir=@CMAKE_INSTALL_PREFIX@/secodary/lib/maxscale/
admin_auth=false
admin_port=8990