mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-05 04:01:12 +03:00
Remove provider position from ws_meta and view
Provider position clutters the public interface and is not required by wsrep-API v26. Remove the position from ws_meta/view classes and deal with it internally in custom providers.
This commit is contained in:
@@ -55,8 +55,7 @@ BOOST_FIXTURE_TEST_CASE(test_toi_applying,
|
||||
wsrep::stid(sc.id(), wsrep::transaction_id::undefined(), cc.id()),
|
||||
wsrep::seqno(1),
|
||||
wsrep::provider::flag::start_transaction
|
||||
| wsrep::provider::flag::commit,
|
||||
0);
|
||||
| wsrep::provider::flag::commit);
|
||||
cc.enter_toi_mode(ws_meta);
|
||||
BOOST_REQUIRE(cc.in_toi());
|
||||
BOOST_REQUIRE(cc.toi_mode() == wsrep::client_state::m_high_priority);
|
||||
|
Reference in New Issue
Block a user