MXS-2300: Add history pruning test

The test checks that the session command history pruning works as
expected.
This commit is contained in:
Markus Mäkelä
2019-01-30 12:58:42 +02:00
parent 260ce9b8b8
commit e5cdefa69d
5 changed files with 182 additions and 0 deletions

View File

@ -316,6 +316,13 @@ public:
int get_server_id(int index);
std::string get_server_id_str(int index);
/**
* Get server IDs of all servers
*
* @return List of server IDs
*/
std::vector<int> get_all_server_ids();
/**
* @brief Execute 'mysqladmin flush-hosts' on all nodes
* @return 0 in case of success