MXS-1475 Add system test for @maxscale.cache.(soft_ttl|hard_ttl)

This commit is contained in:
Johan Wikman
2018-03-15 16:20:13 +02:00
parent 51251fd9f3
commit 749f43a70e
4 changed files with 249 additions and 0 deletions

View File

@ -0,0 +1,48 @@
[maxscale]
threads=###threads###
log_warning=1
[server1]
type=server
address=###node_server_IP_1###
port=###node_server_port_1###
protocol=MySQLBackend
[MySQL-Monitor]
type=monitor
module=mysqlmon
servers=server1
user=maxskysql
passwd=skysql
monitor_interval=1000
detect_stale_master=false
[Cache]
type=filter
module=cache
debug=31
[RWS]
type=service
router= readwritesplit
servers=server1
user=maxskysql
passwd=skysql
filters=Cache
[RWS-Listener]
type=listener
service=RWS
protocol=MySQLClient
port=4006
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
#address=localhost
socket=default