-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve][test] Add test for dead letter topic with max unacked messages blocking #24535
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
[improve][test] Add test for dead letter topic with max unacked messages blocking #24535
Conversation
|
@codelipenghui Please add the following content to your PR description and select a checkbox: |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
This test verifies that the dead letter topic functionality works correctly when max unacked messages constraints are applied, ensuring messages eventually reach the DLQ even with flow control limitations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
bc8b89f to
4fce81b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #24535 +/- ##
============================================
+ Coverage 73.57% 74.32% +0.74%
- Complexity 32624 33054 +430
============================================
Files 1877 1880 +3
Lines 139502 146418 +6916
Branches 15299 16784 +1485
============================================
+ Hits 102638 108821 +6183
- Misses 28908 28954 +46
- Partials 7956 8643 +687
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…ges blocking (apache#24535) (cherry picked from commit 16a43c6)
…ges blocking (apache#24535) (cherry picked from commit 16a43c6) (cherry picked from commit f30a4b7)
…ges blocking (apache#24535) (cherry picked from commit 16a43c6) (cherry picked from commit f30a4b7)
…ges blocking (apache#24535) (cherry picked from commit 5bfd351)
…ges blocking (apache#24535) (cherry picked from commit 5bfd351)
Summary
testDeadLetterTopicWithMaxUnackedMessagesBlockingto verify dead letter topic functionality when max unacked messages constraints are appliedTest Plan
Documentation
docdoc-requireddoc-not-neededdoc-complete🤖 Generated with Claude Code