1
0
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:
Leandro Pacheco
2019-08-30 09:43:45 -03:00
committed by Teemu Ollakka
parent 5298d2340e
commit 594e34052d
2 changed files with 3 additions and 4 deletions

View File

@ -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);