From 3879d6962fcbe283212afb2ef44e8d82a347dc6a Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Thu, 6 Jun 2019 20:09:08 +0300 Subject: [PATCH] Fix --- test/transaction_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/transaction_test.cpp b/test/transaction_test.cpp index dd4cf38..330d8cf 100644 --- a/test/transaction_test.cpp +++ b/test/transaction_test.cpp @@ -998,6 +998,8 @@ BOOST_FIXTURE_TEST_CASE( BOOST_FIXTURE_TEST_CASE(transaction_1pc_applying, applying_client_fixture) { + start_transaction(wsrep::transaction_id(1), + wsrep::seqno(1)); BOOST_REQUIRE(cc.before_commit() == 0); BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); BOOST_REQUIRE(cc.ordered_commit() == 0);