mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-02 05:22:26 +03:00
Fixed problems with server_context unit tests.
Added WITH_ASAN and WITH_TSAN options, enabled unit tests by default.
This commit is contained in:
@ -119,8 +119,8 @@ namespace
|
||||
|
||||
~const_ws_handle()
|
||||
{
|
||||
assert(ws_handle.transaction_id().get() == native_.trx_id);
|
||||
assert(ws_handle.opaque() == native_.opaque);
|
||||
assert(ws_handle_.transaction_id().get() == native_.trx_id);
|
||||
assert(ws_handle_.opaque() == native_.opaque);
|
||||
}
|
||||
|
||||
const wsrep_ws_handle_t* native() const
|
||||
|
Reference in New Issue
Block a user