Galera startup crash fix, temporal removal of revert snapshot (Galera does not survive revert)
and add cores saving from tests themselves.
This commit is contained in:
@ -428,8 +428,8 @@ int Galera_nodes::start_galera()
|
||||
|
||||
if (start_node(0, (char *) " --wsrep-cluster-address=gcomm://") != 0)
|
||||
{
|
||||
cleanup_db_node(i);
|
||||
prepare_server(i);
|
||||
cleanup_db_node(0);
|
||||
prepare_server(0);
|
||||
local_result += start_node(0, (char *) " --wsrep-cluster-address=gcomm://");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user