1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00
This commit is contained in:
Teemu Ollakka
2019-06-06 15:50:58 +03:00
parent 946eb4121d
commit ef448e2f63
3 changed files with 12 additions and 7 deletions

View File

@ -66,3 +66,8 @@ BOOST_FIXTURE_TEST_CASE(test_local_nbo,
BOOST_REQUIRE(sc.provider().toi_start_transaction() == 1);
BOOST_REQUIRE(sc.provider().toi_commit() == 1);
}
BOOST_FIXTURE_TEST_CASE(test_applying_nbo,
applying_client_fixture)
{
}