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

fix: router panics with limit for rt_pickup must be greater than 0 #3467

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

atzoum
Copy link
Contributor

@atzoum atzoum commented Jun 8, 2023

Description

Wrong order of arguments while calling getRouterConfigInt caused issues with configurations containing destination type specific configuration overrides in router module.

Notion Ticket

Link

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.21 ⚠️

Comparison is base (fbe109f) 68.53% compared to head (38093b8) 68.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3467      +/-   ##
==========================================
- Coverage   68.53%   68.32%   -0.21%     
==========================================
  Files         327      327              
  Lines       52801    52873      +72     
==========================================
- Hits        36189    36128      -61     
- Misses      14266    14360      +94     
- Partials     2346     2385      +39     
Impacted Files Coverage Δ
router/handle_lifecycle.go 95.37% <100.00%> (+0.99%) ⬆️

... and 18 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants