MXS-701: Add binlogfilter test case

Added a simple test case that checks that the match and exclude parameters
work.
This commit is contained in:
Markus Mäkelä
2018-09-20 16:13:25 +03:00
parent 047242a721
commit da242973f5
3 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,33 @@
[maxscale]
threads=###threads###
log_info=1
[Binlog-Filter]
type=filter
module=binlogfilter
match=/a[.]/
exclude=/[.]t1/
[Binlog-Service]
type=service
router=binlogrouter
user=skysql
password=skysql
server_id=9993
filters=Binlog-Filter
[Binlog-Listener]
type=listener
service=Binlog-Service
protocol=MySQLClient
port=5306
[CLI]
type=service
router=cli
[CLI-Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default