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

@ -43,4 +43,10 @@ namespace wsrep_test
void bf_abort_provider(wsrep::mock_server_state& sc,
const wsrep::transaction& tc,
wsrep::seqno bf_seqno);
// Terminate streaming applier by applying rollback fragment.
void terminate_streaming_applier(
wsrep::mock_server_state& sc,
const wsrep::id& server_id,
wsrep::transaction_id transaction_id);
}