1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00

Squashed memory leaks to get clean test run with ASAN enabled.

This commit is contained in:
Teemu Ollakka
2019-06-25 16:35:21 +03:00
parent 85a03394cc
commit 6291f1bf16
4 changed files with 38 additions and 0 deletions

View File

@ -258,6 +258,8 @@ BOOST_FIXTURE_TEST_CASE(transaction_streaming_2pc_bf_abort_during_fragment_remov
BOOST_REQUIRE(tc.state() == wsrep::transaction::s_aborted);
BOOST_REQUIRE(cc.after_statement());
BOOST_REQUIRE(tc.active() == false);
wsrep_test::terminate_streaming_applier(sc, sc.id(),
wsrep::transaction_id(1));
}
///////////////////////////////////////////////////////////////////////////////