Fix 2.0 tests

Altered some of the tests to look for less specific log entries. Removed
new options from galera configurations. Reduced log output of some tests.
This commit is contained in:
Markus Mäkelä
2017-05-27 11:52:25 +03:00
parent 42c85eb110
commit 819a0296ab
16 changed files with 34 additions and 40 deletions

View File

@ -44,8 +44,7 @@ int main(int argc, char *argv[])
Test->close_maxscale_connections();
Test->check_log_err((char *)
"Unable to start RW-Split-Router service. There are too few backend servers configured in", true);
Test->check_log_err("There are too few backend servers configured in", true);
int rval = Test->global_result;
delete Test;