This repository was archived by the owner on Jun 23, 2022. It is now read-only.
FAIL_POINT_INJECT_F may lose efficacy in replica_split.cpp #347
Labels
type/bug
This issue reports a bug.
There's a probability that a core dump happens in the unit test of replica_split here .
Unit test info:
Core dump info:
We find this bug is caused by an unreliable FAIL_POINT_INJECT_F, which is not corrctly loaded. And then the object for the unit test leaks into formal environment.
In line 103, _app may be moved when replica is closing, so there happened a segement fault.
The text was updated successfully, but these errors were encountered: