Add missing CLI interface to configs
The regexfilter test was missing the CLI definition which slows down the test.
This commit is contained in:
@ -101,3 +101,13 @@ type=server
|
|||||||
address=###node_server_IP_4###
|
address=###node_server_IP_4###
|
||||||
port=###node_server_port_4###
|
port=###node_server_port_4###
|
||||||
protocol=MySQLBackend
|
protocol=MySQLBackend
|
||||||
|
|
||||||
|
[CLI]
|
||||||
|
type=service
|
||||||
|
router=cli
|
||||||
|
|
||||||
|
[CLI Listener]
|
||||||
|
type=listener
|
||||||
|
service=CLI
|
||||||
|
protocol=maxscaled
|
||||||
|
socket=default
|
||||||
|
@ -53,6 +53,16 @@ service=Read Connection Router Master
|
|||||||
protocol=MySQLClient
|
protocol=MySQLClient
|
||||||
port=4008
|
port=4008
|
||||||
|
|
||||||
|
[CLI]
|
||||||
|
type=service
|
||||||
|
router=cli
|
||||||
|
|
||||||
|
[CLI Listener]
|
||||||
|
type=listener
|
||||||
|
service=CLI
|
||||||
|
protocol=maxscaled
|
||||||
|
socket=default
|
||||||
|
|
||||||
[server1]
|
[server1]
|
||||||
type=server
|
type=server
|
||||||
address=###node_server_IP_1###
|
address=###node_server_IP_1###
|
||||||
|
Reference in New Issue
Block a user