mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-16 13:27:35 +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