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

go/consensus/tendermint: support DebugUnsafeReplayRecoverCorruptedWAL #2815

Merged
merged 3 commits into from
Apr 2, 2020

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Apr 2, 2020

@ptrus ptrus force-pushed the ptrus/feature/debug-recover-wal branch 2 times, most recently from feddaf7 to 7f17168 Compare April 2, 2020 10:15
@codecov
Copy link

codecov bot commented Apr 2, 2020

Codecov Report

Merging #2815 into master will decrease coverage by 0.16%.
The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2815      +/-   ##
==========================================
- Coverage   61.75%   61.58%   -0.17%     
==========================================
  Files         386      386              
  Lines       37234    37244      +10     
==========================================
- Hits        22994    22937      -57     
- Misses      11198    11296      +98     
+ Partials     3042     3011      -31     
Impacted Files Coverage Δ
go/oasis-test-runner/oasis/args.go 0.00% <0.00%> (ø)
go/oasis-test-runner/oasis/fixture.go 0.00% <0.00%> (ø)
go/oasis-test-runner/oasis/oasis.go 0.00% <ø> (ø)
go/oasis-test-runner/oasis/validator.go 0.00% <0.00%> (ø)
go/consensus/tendermint/tendermint.go 67.84% <100.00%> (+1.63%) ⬆️
.../oasis-node/cmd/debug/txsource/workload/runtime.go 1.77% <0.00%> (-55.63%) ⬇️
go/worker/compute/executor/committee/state.go 74.07% <0.00%> (-11.12%) ⬇️
go/oasis-node/cmd/debug/storage/storage.go 45.08% <0.00%> (-3.47%) ⬇️
go/storage/mkvs/tree.go 77.58% <0.00%> (-3.45%) ⬇️
go/worker/common/host/protocol/protocol.go 65.67% <0.00%> (-2.99%) ⬇️
... and 28 more

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 a72bc87...b21ae67. Read the comment docs.

@ptrus ptrus force-pushed the ptrus/feature/debug-recover-wal branch from 7f17168 to c773aa4 Compare April 2, 2020 11:21
@ptrus ptrus changed the title go/oasis-test-runner/txsource: use DebugUnsafeReplayRecoverCorruptedWAL go/consensus/tendermint: support DebugUnsafeReplayRecoverCorruptedWAL Apr 2, 2020
@ptrus ptrus force-pushed the ptrus/feature/debug-recover-wal branch from c773aa4 to b21ae67 Compare April 2, 2020 11:38
@ptrus ptrus self-assigned this Apr 2, 2020
@ptrus ptrus merged commit d872a00 into master Apr 2, 2020
@ptrus ptrus deleted the ptrus/feature/debug-recover-wal branch April 2, 2020 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants