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

dkg: fix race condition in exchanger test #1947

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Conversation

dB2510
Copy link
Contributor

@dB2510 dB2510 commented Mar 27, 2023

Fixes race condition in exchanger test by removing shared slice and using channels.

category: bug
ticket: #1867

@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ed06491) 55.58% compared to head (51e2358) 55.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1947   +/-   ##
=======================================
  Coverage   55.58%   55.58%           
=======================================
  Files         174      174           
  Lines       22292    22292           
=======================================
+ Hits        12390    12391    +1     
+ Misses       8324     8323    -1     
  Partials     1578     1578           

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@dB2510 dB2510 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Mar 27, 2023
@obol-bulldozer obol-bulldozer bot merged commit 8baa171 into main Mar 27, 2023
@obol-bulldozer obol-bulldozer bot deleted the dhruv/exchangerrace branch March 27, 2023 15:09
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

2 participants