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

Renamed unit test doubles

This commit is contained in:
Teemu Ollakka
2018-06-13 11:23:48 +03:00
parent 265d9b3322
commit 461247adc1
13 changed files with 127 additions and 116 deletions

View File

@ -6,7 +6,7 @@
namespace wsrep
{
class client_context;
class mock_server_context;
class fake_server_context;
}
#include "wsrep/transaction_context.hpp"
@ -25,7 +25,7 @@ namespace wsrep_test
void bf_abort_ordered(wsrep::client_context& cc);
// BF abort method to abort transactions via provider
void bf_abort_provider(wsrep::mock_server_context& sc,
void bf_abort_provider(wsrep::fake_server_context& sc,
const wsrep::transaction_context& tc,
wsrep::seqno bf_seqno);