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 a20d96db18
commit 480b3554c6
16 changed files with 34 additions and 40 deletions

View File

@ -30,7 +30,7 @@ int main(int argc, char *argv[])
Test->try_query(Test->routers[j], (char*) "select 1;");
Test->try_query(Test->routers[j], (char*) "set autocommit=1;");
Test->try_query(Test->routers[j], (char*) "select 2;");
if ((i / 100) * 100 == i)
if ((i / 1000) * 1000 == i)
{
Test->tprintf("i=%d\n", i);
}