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

Fixed JetStreamBackOffRedeliveries test #822

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

kozlovic
Copy link
Member

Since this server PR: nats-io/nats-server#6154 the error occurs only if MaxDeliver is specified, but it is strictly lower than BackOff length. So fix the test by lowering it to 1.

Signed-off-by: Ivan Kozlovic [email protected]

Since this server PR: nats-io/nats-server#6154
the error occurs only if MaxDeliver is specified, but it is strictly
lower than BackOff length. So fix the test by lowering it to 1.

Signed-off-by: Ivan Kozlovic <[email protected]>
@kozlovic kozlovic requested a review from levb November 23, 2024 22:48
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.45%. Comparing base (1553d4a) to head (d53212b).
Report is 28 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #822      +/-   ##
==========================================
+ Coverage   68.71%   70.45%   +1.74%     
==========================================
  Files          39       47       +8     
  Lines       15207    15373     +166     
  Branches     3143     3181      +38     
==========================================
+ Hits        10449    10831     +382     
+ Misses       1700     1468     -232     
- Partials     3058     3074      +16     

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


🚨 Try these New Features:

Copy link
Collaborator

@levb levb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY!! LGTM.

@levb levb merged commit 2c59da4 into main Nov 24, 2024
30 checks passed
@levb levb deleted the fix_js_backoff_test_failure branch November 24, 2024 09:26
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.

2 participants