Test: Provide additional control of local MaxScale

When running BLR locally, you need to be able to specify what
IP the BLR is visible at (127.0.0.1 does not work for VM nodes)
and also to perform cleanup etc. action when needed.
This commit is contained in:
Johan Wikman
2018-10-03 09:46:58 +03:00
parent 661bdd5b82
commit 9ecd027ea0
2 changed files with 83 additions and 35 deletions

View File

@ -140,6 +140,11 @@ public:
*/
int copy_mariadb_logs(Mariadb_nodes* repl, const char* prefix, std::vector<std::thread>& threads);
/**
* @brief MaxScale runs locally, specified using -l.
*/
bool local_maxscale;
/**
* @brief no_backend_log_copy if true logs from backends are not copied
* (needed if case of Aurora RDS backend or similar)