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

feat(share/discovery): Ensure only one instance of EnsurePeers is running #1642

Merged
merged 2 commits into from
Jan 26, 2023

Conversation

walldiss
Copy link
Member

@walldiss walldiss commented Jan 26, 2023

Overview

Closes #1613

Test will be implemented in a scope of #1612

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

@walldiss walldiss self-assigned this Jan 26, 2023
@walldiss walldiss force-pushed the one_instance_of_ensure_running branch from 35e0d09 to 05c467d Compare January 26, 2023 11:17
@walldiss walldiss marked this pull request as ready for review January 26, 2023 11:19
@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2023

Codecov Report

Merging #1642 (1e3482f) into main (f3b334f) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1642      +/-   ##
==========================================
- Coverage   54.91%   54.91%   -0.01%     
==========================================
  Files         231      231              
  Lines       14995    14999       +4     
==========================================
+ Hits         8235     8236       +1     
- Misses       5880     5882       +2     
- Partials      880      881       +1     
Impacted Files Coverage Δ
share/availability/discovery/discovery.go 31.19% <100.00%> (+2.62%) ⬆️
share/availability/full/availability.go 82.35% <100.00%> (ø)
share/availability/light/availability.go 85.00% <100.00%> (ø)
share/eds/byzantine/bad_encoding.go 66.00% <0.00%> (-3.00%) ⬇️

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

@walldiss walldiss force-pushed the one_instance_of_ensure_running branch from f144c8a to 1e3482f Compare January 26, 2023 11:33
@walldiss walldiss merged commit b727ff6 into celestiaorg:main Jan 26, 2023
walldiss added a commit to walldiss/celestia-node that referenced this pull request Jan 26, 2023
…ning (celestiaorg#1642)

ensure only one instance of EnsurePeers is running
walldiss added a commit to walldiss/celestia-node that referenced this pull request Jan 26, 2023
…ning (celestiaorg#1642)

ensure only one instance of EnsurePeers is running
walldiss added a commit to walldiss/celestia-node that referenced this pull request Jan 26, 2023
…ning (celestiaorg#1642)

ensure only one instance of EnsurePeers is running
distractedm1nd pushed a commit to distractedm1nd/celestia-node that referenced this pull request Jan 26, 2023
…ning (celestiaorg#1642)

ensure only one instance of EnsurePeers is running
renaynay pushed a commit to renaynay/celestia-node that referenced this pull request Jan 31, 2023
…ning (celestiaorg#1642)

ensure only one instance of EnsurePeers is running
renaynay pushed a commit that referenced this pull request Feb 1, 2023
…ning (#1642)

ensure only one instance of EnsurePeers is running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:shares Shares and samples
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat(share/discovery): Ensure only one discovery process running.
4 participants