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

core/consensus: error on subsequent calls #2448

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Conversation

corverroos
Copy link
Contributor

@corverroos corverroos commented Jul 18, 2023

Error when either Participate or Propose is called multiple times for the same duty since this results in goroutines hanging forever.

Also removes debug logs.

category: refactor
ticket: #2439

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Patch coverage: 40.00% and project coverage change: +0.04 🎉

Comparison is base (55c4c45) 53.72% compared to head (c70ace6) 53.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2448      +/-   ##
==========================================
+ Coverage   53.72%   53.77%   +0.04%     
==========================================
  Files         198      198              
  Lines       26478    26496      +18     
==========================================
+ Hits        14226    14247      +21     
+ Misses      10490    10483       -7     
- Partials     1762     1766       +4     
Impacted Files Coverage Δ
core/consensus/component.go 64.74% <40.00%> (-2.00%) ⬇️

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Co-authored-by: Abhishek Kumar <43061995+xenowits@users.noreply.github.com>
@corverroos corverroos added merge when ready Indicates bulldozer bot may merge when all checks pass and removed merge when ready Indicates bulldozer bot may merge when all checks pass labels Jul 18, 2023
@obol-bulldozer obol-bulldozer bot merged commit e1080ba into main Jul 18, 2023
11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the corver/consenerr branch July 18, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants