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-net-runner: Fix fixtures without a keymanager #4564

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Mar 14, 2022

Fixes: #4533

@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #4564 (0de481e) into master (e879e2a) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4564      +/-   ##
==========================================
- Coverage   67.00%   66.96%   -0.05%     
==========================================
  Files         424      424              
  Lines       47970    47970              
==========================================
- Hits        32143    32121      -22     
- Misses      11887    11910      +23     
+ Partials     3940     3939       -1     
Impacted Files Coverage Δ
...onsensus/tendermint/apps/beacon/state/state_vrf.go 73.33% <0.00%> (-13.34%) ⬇️
go/consensus/tendermint/abci/state/state.go 61.53% <0.00%> (-7.70%) ⬇️
go/runtime/host/sandbox/sandbox.go 59.15% <0.00%> (-6.70%) ⬇️
go/worker/beacon/tx_retry.go 90.47% <0.00%> (-4.77%) ⬇️
go/runtime/host/multi/multi.go 70.58% <0.00%> (-4.42%) ⬇️
go/worker/beacon/worker_vrf.go 64.34% <0.00%> (-3.48%) ⬇️
go/worker/storage/p2p/sync/server.go 74.19% <0.00%> (-3.23%) ⬇️
go/sentry/api/grpc.go 40.62% <0.00%> (-3.13%) ⬇️
go/worker/keymanager/watcher.go 63.07% <0.00%> (-3.08%) ⬇️
go/common/grpc/grpc.go 81.95% <0.00%> (-2.96%) ⬇️
... and 14 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 c80540f...0de481e. Read the comment docs.

@ptrus ptrus merged commit 4f3eea7 into master Mar 14, 2022
@ptrus ptrus deleted the ptrus/fix/net-runner-km branch March 14, 2022 12:04
matevz added a commit that referenced this pull request Jun 20, 2022
matevz added a commit that referenced this pull request Jun 20, 2022
matevz added a commit that referenced this pull request Jun 20, 2022
matevz added a commit that referenced this pull request Jun 20, 2022
matevz added a commit that referenced this pull request Jun 21, 2022
matevz added a commit that referenced this pull request Jun 21, 2022
matevz added a commit that referenced this pull request Jun 21, 2022
matevz added a commit that referenced this pull request Jun 21, 2022
…km-fixture

net-runner: Fix regression introduced in #4564
matevz added a commit that referenced this pull request Jun 21, 2022
matevz added a commit that referenced this pull request Jun 22, 2022
matevz added a commit that referenced this pull request Jun 23, 2022
…port-4808

[BACKPORT/22.1.x] net-runner: Fix regression introduced in #4564
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.

oasis-net-runner: Support fixtures without a keymanager
2 participants