Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

resolve issue #60 #64

Merged
merged 1 commit into from
Sep 17, 2024
Merged

resolve issue #60 #64

merged 1 commit into from
Sep 17, 2024

Conversation

nurzhan-saktaganov
Copy link
Collaborator

  • DiscoveryTimeout by default is 1 minute (zero DiscoveryTimeout is not allowed)
  • cronDiscovery: make it panic-tolerant
  • bugfix: remove defer in for loop

@nurzhan-saktaganov nurzhan-saktaganov added the enhancement New feature or request label Sep 12, 2024
@nurzhan-saktaganov nurzhan-saktaganov linked an issue Sep 12, 2024 that may be closed by this pull request
@nurzhan-saktaganov nurzhan-saktaganov force-pushed the nsaktaganov_resolve_issue_60 branch from 630476c to 468788b Compare September 12, 2024 22:41
@nurzhan-saktaganov nurzhan-saktaganov linked an issue Sep 13, 2024 that may be closed by this pull request
@nurzhan-saktaganov nurzhan-saktaganov force-pushed the nsaktaganov_resolve_issue_60 branch from 468788b to 48e6bae Compare September 13, 2024 17:07
@nurzhan-saktaganov nurzhan-saktaganov changed the base branch from nsaktaganov_tests_and_bugfixes_7_sep_2024 to master September 13, 2024 17:07
@nurzhan-saktaganov nurzhan-saktaganov marked this pull request as ready for review September 13, 2024 17:07
@nurzhan-saktaganov nurzhan-saktaganov force-pushed the nsaktaganov_resolve_issue_60 branch from 48e6bae to db67754 Compare September 13, 2024 17:08
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 15.00000% with 17 lines in your changes missing coverage. Please review.

Project coverage is 32.68%. Comparing base (c013b51) to head (8bf9e83).

Files with missing lines Patch % Lines
discovery.go 0.00% 16 Missing ⚠️
vshard.go 75.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   32.53%   32.68%   +0.15%     
==========================================
  Files          10       10              
  Lines         667      673       +6     
==========================================
+ Hits          217      220       +3     
- Misses        435      438       +3     
  Partials       15       15              

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

@nurzhan-saktaganov nurzhan-saktaganov force-pushed the nsaktaganov_resolve_issue_60 branch from db67754 to 14fca81 Compare September 13, 2024 17:59
@nurzhan-saktaganov nurzhan-saktaganov changed the title WIP: resolve issue #60 resolve issue #60 Sep 13, 2024
discovery.go Outdated Show resolved Hide resolved
vshard.go Outdated Show resolved Hide resolved
discovery.go Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
discovery.go Outdated Show resolved Hide resolved
nurzhan-saktaganov added a commit that referenced this pull request Sep 15, 2024
discovery.go Outdated Show resolved Hide resolved
nurzhan-saktaganov added a commit that referenced this pull request Sep 15, 2024
@nurzhan-saktaganov nurzhan-saktaganov force-pushed the nsaktaganov_resolve_issue_60 branch from d91c7a6 to 6d2bfea Compare September 15, 2024 21:47
- DiscoveryTimeout by default is 1 minute (zero DiscoveryTimeout is not allowed)
- cronDiscovery: make it panic-tolerant
- bugfix: remove defer in for loop
@KaymeKaydex KaymeKaydex force-pushed the nsaktaganov_resolve_issue_60 branch from 6d2bfea to 8bf9e83 Compare September 17, 2024 07:31
@KaymeKaydex KaymeKaydex merged commit 91e361d into master Sep 17, 2024
2 checks passed
@nurzhan-saktaganov nurzhan-saktaganov deleted the nsaktaganov_resolve_issue_60 branch September 17, 2024 16:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set default DiscoveryTimeout to a safe value.
3 participants