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

oasis-node/cmd/unsafe-reset: fix globs for runtime files #3105

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Jul 13, 2020

See:

runtimeLocalStorageGlob = filepath.Join(runtimesGlob, "worker-local-storage.*.db")
runtimeMkvsDatabaseGlob = filepath.Join(runtimesGlob, "mkvs_storage.*.db")

@ptrus ptrus force-pushed the ptrus/fix/cmd-unsafe-reset branch from ec03a8e to de0e64d Compare July 13, 2020 14:24
@ptrus ptrus marked this pull request as ready for review July 13, 2020 14:24
@codecov
Copy link

codecov bot commented Jul 13, 2020

Codecov Report

Merging #3105 into master will increase coverage by 0.07%.
The diff coverage is 56.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3105      +/-   ##
==========================================
+ Coverage   68.22%   68.30%   +0.07%     
==========================================
  Files         372      372              
  Lines       36823    36896      +73     
==========================================
+ Hits        25123    25201      +78     
+ Misses       8465     8436      -29     
- Partials     3235     3259      +24     
Impacted Files Coverage Δ
go/staking/api/grpc.go 50.00% <0.00%> (-3.20%) ⬇️
go/staking/tests/debug/debug_stake.go 60.00% <ø> (ø)
go/oasis-node/cmd/stake/account.go 57.21% <16.66%> (ø)
go/staking/api/sanity_check.go 32.60% <20.00%> (-0.73%) ⬇️
go/consensus/tendermint/apps/scheduler/genesis.go 32.37% <33.33%> (-0.24%) ⬇️
...o/consensus/tendermint/apps/staking/state/state.go 59.29% <50.00%> (-0.40%) ⬇️
go/consensus/tendermint/staking/staking.go 66.94% <50.00%> (-1.70%) ⬇️
go/scheduler/api/api.go 72.85% <50.00%> (ø)
go/oasis-node/cmd/genesis/genesis.go 53.17% <53.84%> (+0.01%) ⬆️
go/consensus/tendermint/apps/staking/staking.go 55.31% <55.55%> (-0.40%) ⬇️
... and 48 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 6c6e703...de0e64d. Read the comment docs.

@ptrus ptrus merged commit db0c32b into master Jul 13, 2020
@kostko kostko deleted the ptrus/fix/cmd-unsafe-reset branch August 5, 2020 12:33
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.

None yet

2 participants