Fix test failures and add debug logging

Fixed test failures, increased some of the timeouts, added extra info
level logging into rwsplit to help debug the test failures.
This commit is contained in:
Markus Mäkelä
2018-05-21 18:18:50 +03:00
parent b451e89e35
commit a33f09ad06
4 changed files with 9 additions and 29 deletions

View File

@ -20,7 +20,8 @@ int main(int argc, char *argv[])
Test->set_timeout(100);
Test->maxscales->execute_maxadmin_command(0, (char *) "show monitors");
sleep(5);
Test->check_log_err(0, (char *) "Failed to start monitor", true);
// Servers should get the Auth Error state when credentials are bad
Test->check_log_err(0, (char *) "Auth Error, Down", true);
Test->check_log_err(0, (char *) "fatal signal 11", false);
Test->check_maxscale_processes(0, 1);