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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user