Stop keepalived after the test
Stopping keepalived on all nodes prevents it from interfering with tests run after it.
This commit is contained in:
@ -182,6 +182,7 @@ int main(int argc, char* argv[])
|
||||
// Test->repl->require_gtid(false);
|
||||
// Test->repl->start_replication();
|
||||
|
||||
stop_keepalived(Test);
|
||||
int rval = Test->global_result;
|
||||
delete Test;
|
||||
return rval;
|
||||
|
||||
Reference in New Issue
Block a user