mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-05 04:01:12 +03:00
Fix
This commit is contained in:
@@ -998,6 +998,8 @@ BOOST_FIXTURE_TEST_CASE(
|
|||||||
BOOST_FIXTURE_TEST_CASE(transaction_1pc_applying,
|
BOOST_FIXTURE_TEST_CASE(transaction_1pc_applying,
|
||||||
applying_client_fixture)
|
applying_client_fixture)
|
||||||
{
|
{
|
||||||
|
start_transaction(wsrep::transaction_id(1),
|
||||||
|
wsrep::seqno(1));
|
||||||
BOOST_REQUIRE(cc.before_commit() == 0);
|
BOOST_REQUIRE(cc.before_commit() == 0);
|
||||||
BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing);
|
BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing);
|
||||||
BOOST_REQUIRE(cc.ordered_commit() == 0);
|
BOOST_REQUIRE(cc.ordered_commit() == 0);
|
||||||
|
Reference in New Issue
Block a user