Test lazy_connect

The test makes sure the various corner cases are covered by the test
suite.
This commit is contained in:
Markus Mäkelä
2019-05-07 12:42:05 +03:00
parent 5960bb5e61
commit ef25eceb78
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,26 @@
[maxscale]
threads=###threads###
###server###
[MySQL-Monitor]
type=monitor
module=mysqlmon
servers=###server_line###
user=maxskysql
password=skysql
monitor_interval=1000
[RW-Split-Router]
type=service
router=readwritesplit
servers=###server_line###
user=maxskysql
password=skysql
lazy_connect=true
[RW-Split-Listener]
type=listener
service=RW-Split-Router
protocol=MySQLClient
port=4006