Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agreement: fix fuzzer test NetworkFacade Clock implementation #3716

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

cce
Copy link
Contributor

@cce cce commented Mar 4, 2022

Summary

There was one Clock implementation not updated in #3703 in the agreement fuzzer testing package's NetworkFacade type. This updates it to fully implement the Clock interface.

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2022

Codecov Report

Merging #3716 (e56fa43) into master (f919bb8) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3716      +/-   ##
==========================================
+ Coverage   49.57%   49.58%   +0.01%     
==========================================
  Files         391      391              
  Lines       68577    68577              
==========================================
+ Hits        33998    34005       +7     
+ Misses      30844    30840       -4     
+ Partials     3735     3732       -3     
Impacted Files Coverage Δ
ledger/roundlru.go 90.56% <0.00%> (-5.67%) ⬇️
cmd/algoh/blockWatcher.go 77.77% <0.00%> (-3.18%) ⬇️
network/wsNetwork.go 62.79% <0.00%> (-0.20%) ⬇️
network/wsPeer.go 68.61% <0.00%> (+0.55%) ⬆️
ledger/acctupdates.go 69.08% <0.00%> (+0.66%) ⬆️
cmd/tealdbg/debugger.go 72.41% <0.00%> (+0.98%) ⬆️
ledger/blockqueue.go 85.05% <0.00%> (+2.87%) ⬆️

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 f919bb8...e56fa43. Read the comment docs.

@tsachiherman tsachiherman merged commit fa3ffcd into algorand:master Mar 4, 2022
@egieseke egieseke mentioned this pull request Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants