mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
handle nbo apply eror
also, remove outdated comment
This commit is contained in:
committed by
Teemu Ollakka
parent
5298d2340e
commit
594e34052d
@ -116,7 +116,6 @@ BOOST_FIXTURE_TEST_CASE(test_applying_nbo,
|
||||
nbo_begin.size())) == 0);
|
||||
wsrep::mock_client* nbo_cs(hps.nbo_cs());
|
||||
BOOST_REQUIRE(nbo_cs);
|
||||
// TODO(leandro): should applying side really be m_local here?
|
||||
BOOST_REQUIRE(nbo_cs->toi_mode() == wsrep::client_state::m_undefined);
|
||||
BOOST_REQUIRE(nbo_cs->mode() == wsrep::client_state::m_nbo);
|
||||
|
||||
|
Reference in New Issue
Block a user