Fantom-foundation / go-lachesis

aBFT consensus for permission-less networks
https://fantom.foundation
MIT License
223 stars 78 forks source link

Add test FlushableDB iterator: TestFlushableParallelCh() #484

Closed devintegral2 closed 4 years ago

devintegral2 commented 4 years ago

Добавлен новый тест в которм испралена ситуация с состоянием гонки. При различных параметрах баг не проявлялся.

codecov-io commented 4 years ago

Codecov Report

Merging #484 into develop will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #484      +/-   ##
===========================================
- Coverage    47.56%   47.53%   -0.03%     
===========================================
  Files          189      189              
  Lines        13812    13812              
===========================================
- Hits          6570     6566       -4     
- Misses        6670     6673       +3     
- Partials       572      573       +1     
Impacted Files Coverage Δ
evmcore/tx_pool.go 74.44% <0.00%> (-0.80%) :arrow_down:
inter/ascii_scheme.go 83.89% <0.00%> (+0.56%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec1e3b2...028d2e2. Read the comment docs.

devintegral commented 4 years ago

Outdated, see #500