1
0
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:
Teemu Ollakka
2023-05-11 10:51:02 +03:00
parent 5185ad3481
commit c458510b4b
4 changed files with 24 additions and 3 deletions

View File

@@ -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();