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/worker/compute/executor: Propose promptly upon detecting discrepancy #5447

Merged
merged 5 commits into from
Nov 15, 2023

Conversation

peternose
Copy link
Contributor

No description provided.

@peternose peternose marked this pull request as ready for review November 15, 2023 10:13
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (e022fa9) 66.99% compared to head (30cac2a) 66.73%.
Report is 8 commits behind head on master.

Files Patch % Lines
go/runtime/host/multi/multi.go 0.00% 3 Missing ⚠️
go/runtime/host/sandbox/sandbox.go 76.92% 3 Missing ⚠️
...o/consensus/cometbft/apps/roothash/transactions.go 66.66% 1 Missing ⚠️
go/runtime/host/mock/mock.go 0.00% 1 Missing ⚠️
go/runtime/registry/host.go 0.00% 1 Missing ⚠️
go/runtime/txpool/txpool.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5447      +/-   ##
==========================================
- Coverage   66.99%   66.73%   -0.26%     
==========================================
  Files         533      533              
  Lines       56383    56384       +1     
==========================================
- Hits        37773    37628     -145     
- Misses      14211    14326     +115     
- Partials     4399     4430      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Pipes created by a call to channels.Unwrap spawned new goroutines
that were not terminated during runtime restarts. These zombie
pipes also intercepted one value from the newly created pipes,
causing them to block indefinitely.
@peternose peternose force-pushed the peternose/bugfix/delayed-discrepancy branch from 9ca5f9e to 30cac2a Compare November 15, 2023 11:04
@peternose peternose merged commit c10b568 into master Nov 15, 2023
5 of 6 checks passed
@peternose peternose deleted the peternose/bugfix/delayed-discrepancy branch November 15, 2023 11:50
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