1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-08-05 04:01:12 +03:00
This commit is contained in:
Teemu Ollakka
2019-06-06 20:09:08 +03:00
parent ef448e2f63
commit 3879d6962f

View File

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