You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ed (#2088)
#2089
Refactor `blob` object to avoid the dangling pointer leading to heap-use-after-free
error which happened in #2089 after `blob` object is moved. Also refactor and add
some tests for `blob` and `mutation_batch`.
Firstly build Pegasus for ASAN by following command:
Then, execute
dsn_replica_dup_test
by following command:Error occurred as the following logs:
The text was updated successfully, but these errors were encountered: