Closed tabokie closed 3 years ago
Crossbeam channel will definitely cause race condition, as a feature. So this won’t work.
Crossbeam channel will definitely cause race condition, as a feature. So this won’t work.
Crossbeam channel will definitely cause race condition, as a feature. So this won’t work.
FYI tikv/agatedb#51
Thanks for the pointer, but crossbeam is actually not needed anymore after #77.
Anyhow, sanitizer currently can't build, seemingly caused by https://github.com/HdrHistogram/HdrHistogram_rust. I might look into that later.
BTW, running ASAN also requires -Zbuild-std --target x86_64-unknown-linux-gnu
.
Signed-off-by: tabokie xy.tao@outlook.com
Run ASAN in linux CI pipeline. The write barrier test is unstable when ran under asan/miri, fixing it. Also some housekeeping work: remove build step in CI, remove useless code.
TSAN still can't run because we use crossbeam channel for parallel recovery.