1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-25 21:41:56 +03:00

Unit test for append key/data, BF abort during commit order enter.

This commit is contained in:
Teemu Ollakka
2018-06-11 16:41:27 +03:00
parent d248195690
commit a5411669fe
4 changed files with 88 additions and 25 deletions

View File

@ -15,7 +15,7 @@ void wsrep_test::bf_abort_unordered(wsrep::client_context& cc)
cc.bf_abort(lock, 1);
}
// BF abort method to abort transactions via provider
// BF abort method to abort transactions via provider
void wsrep_test::bf_abort_provider(wsrep::mock_server_context& sc,
const wsrep::transaction_context& tc,
wsrep::seqno bf_seqno)