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/runtime/txpool: Abort runtime in case it times out during checks #4563

Merged
merged 1 commit into from
Mar 13, 2022

Conversation

kostko
Copy link
Member

@kostko kostko commented Mar 13, 2022

No description provided.

@kostko kostko force-pushed the kostko/fix/rt-txpool-check-abort branch from fdd577d to e879e2a Compare March 13, 2022 12:38
@codecov
Copy link

codecov bot commented Mar 13, 2022

Codecov Report

Merging #4563 (e879e2a) into master (a626b0f) will increase coverage by 0.03%.
The diff coverage is 59.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4563      +/-   ##
==========================================
+ Coverage   66.97%   67.00%   +0.03%     
==========================================
  Files         425      424       -1     
  Lines       47960    47970      +10     
==========================================
+ Hits        32119    32143      +24     
+ Misses      11905    11887      -18     
- Partials     3936     3940       +4     
Impacted Files Coverage Δ
go/runtime/txpool/txpool.go 79.85% <25.00%> (-1.74%) ⬇️
go/common/random/random.go 100.00% <100.00%> (ø)
go/consensus/tendermint/full/full.go 63.70% <100.00%> (ø)
go/storage/mkvs/checkpoint/checkpointer.go 82.60% <100.00%> (-0.10%) ⬇️
go/worker/storage/init.go 82.85% <100.00%> (ø)
go/worker/storage/worker.go 87.93% <100.00%> (ø)
go/oasis-node/cmd/common/metrics/disk.go 65.51% <0.00%> (-20.69%) ⬇️
go/oasis-node/cmd/common/metrics/resource.go 84.00% <0.00%> (-8.00%) ⬇️
go/consensus/tendermint/full/services.go 77.69% <0.00%> (-7.70%) ⬇️
go/worker/common/committee/p2p.go 80.00% <0.00%> (-6.67%) ⬇️
... and 17 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 59b92eb...e879e2a. Read the comment docs.

@kostko kostko enabled auto-merge March 13, 2022 13:31
@kostko kostko merged commit c80540f into master Mar 13, 2022
@kostko kostko deleted the kostko/fix/rt-txpool-check-abort branch March 13, 2022 14:00
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