MXS-2563: Add test case

Added a test case that reproduces the debug assertion with the old code
and verifies that it is fixed with the new one.
This commit is contained in:
Markus Mäkelä
2019-06-14 14:11:20 +03:00
parent f6a5b59067
commit 002281599e
3 changed files with 64 additions and 0 deletions

View File

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