mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-06-30 18:01:53 +03:00
Partial implementation of methods needed for SST.
* server_state desync()/resync() and pause()/resume() * Fixes to server_state state machine
This commit is contained in:
@ -122,9 +122,9 @@ BOOST_AUTO_TEST_CASE(server_state_state_strings)
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
wsrep::server_state::s_disconnected) == "disconnected");
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
wsrep::server_state::s_initializing) == "initilizing");
|
||||
wsrep::server_state::s_initializing) == "initializing");
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
wsrep::server_state::s_initialized) == "initilized");
|
||||
wsrep::server_state::s_initialized) == "initialized");
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
wsrep::server_state::s_connected) == "connected");
|
||||
BOOST_REQUIRE(wsrep::to_string(
|
||||
|
Reference in New Issue
Block a user