1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-06-16 02:01:44 +03:00

More unit tests for streaming replication.

This commit is contained in:
Teemu Ollakka
2018-06-13 14:13:55 +03:00
parent f07885e204
commit 6677e3cfd8
10 changed files with 162 additions and 1239 deletions

View File

@ -136,6 +136,11 @@ int wsrep::server_context::on_apply(
assert(txc.active() == false);
client_context.start_transaction(ws_handle, ws_meta);
}
else
{
client_context.start_replaying();
}
if (client_context.apply(data))
{
ret = 1;