mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
NBO applying
- High priority interface method to apply NBO begin, separate from apply_toi() in order to avoid implementation to force interpreting ws_meta flags. - Method to put client_state into NBO mode when applying NBO begin. The client_state will process in m_local mode. - Unit tests for applying NBO
This commit is contained in:
@ -50,11 +50,6 @@ BOOST_FIXTURE_TEST_CASE(test_toi_mode,
|
||||
BOOST_FIXTURE_TEST_CASE(test_toi_applying,
|
||||
applying_client_fixture)
|
||||
{
|
||||
// Fixture opens a transaction, commit it first
|
||||
BOOST_REQUIRE((cc.before_commit() || cc.ordered_commit() ||
|
||||
cc.after_commit()) == 0);
|
||||
cc.after_applying();
|
||||
|
||||
BOOST_REQUIRE(cc.toi_mode() == wsrep::client_state::m_local);
|
||||
wsrep::ws_meta ws_meta(wsrep::gtid(wsrep::id("1"), wsrep::seqno(2)),
|
||||
wsrep::stid(sc.id(),
|
||||
|
Reference in New Issue
Block a user