Reopen connection before validating data

The setup_binlog test seems to fail due to a broken backend conection.
This commit is contained in:
Markus Mäkelä
2018-08-05 21:57:36 +03:00
parent bb1efd1b34
commit b68d9920cf

View File

@ -142,6 +142,9 @@ void test_binlog(TestConnections* Test)
get_row(Test->repl->nodes[i], query);
}
Test->repl->disconnect();
Test->repl->connect();
for (i = 0; i < Test->repl->N; i++)
{
Test->tprintf("Checking data from node %d (%s)", i, Test->repl->IP[i]);