mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-09 13:22:47 +03:00
Attempting to reproduce assertion in transaction cleanup
Assertion is seen with MTR with modified Galera which returns WSREP_BF_ABORT for final SR transaction fragment.
This commit is contained in:
@@ -106,6 +106,7 @@ namespace wsrep
|
||||
static_cast<mock_high_priority_service*>(high_priority_service));
|
||||
wsrep::mock_client* cs(&static_cast<wsrep::mock_client&>(
|
||||
mhps->client_state()));
|
||||
cs->after_applying();
|
||||
cs->after_command_before_result();
|
||||
cs->after_command_after_result();
|
||||
cs->close();
|
||||
|
Reference in New Issue
Block a user