bor icon indicating copy to clipboard operation
bor copied to clipboard

Property based tests on TxPool: pending, locals

Open JekaMas opened this issue 2 years ago • 1 comments

JekaMas avatar Jul 22 '22 17:07 JekaMas

0txs blocks are reproducible as well as stuck in txPool transactions. For that reason the rest is marked as skipped for further txPool fixes.

JekaMas avatar Aug 16 '22 12:08 JekaMas

Codecov Report

Merging #466 (09b744b) into develop (ac559bc) will increase coverage by 0.10%. The diff coverage is 24.44%.

@@             Coverage Diff             @@
##           develop     #466      +/-   ##
===========================================
+ Coverage    56.79%   56.89%   +0.10%     
===========================================
  Files          605      609       +4     
  Lines        69942    69985      +43     
===========================================
+ Hits         39723    39821      +98     
+ Misses       26803    26770      -33     
+ Partials      3416     3394      -22     
Impacted Files Coverage Δ
accounts/abi/bind/auth.go 0.00% <0.00%> (ø)
consensus/bor/bor.go 8.20% <0.00%> (-0.02%) :arrow_down:
eth/backend.go 0.00% <0.00%> (ø)
eth/downloader/downloader.go 71.52% <ø> (+0.11%) :arrow_up:
eth/filters/test_backend.go 38.46% <0.00%> (-1.23%) :arrow_down:
log/handler_glog.go 0.00% <0.00%> (ø)
log/logger.go 1.12% <0.00%> (-0.03%) :arrow_down:
log/syslog.go 0.00% <ø> (ø)
eth/bor_checkpoint_verifier.go 8.00% <8.00%> (ø)
log/handler.go 3.63% <20.00%> (+0.88%) :arrow_up:
... and 43 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 17 '22 12:08 codecov-commenter

@JekaMas can you please check the CI?

temaniarpit27 avatar Aug 25 '22 05:08 temaniarpit27