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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user