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][test] Fix flaky UnloadSubscriptionTest.testMultiConsumer #23243

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

hanmz
Copy link
Contributor

@hanmz hanmz commented Sep 2, 2024

Motivation

Fixes #19508 (comment)
This problem still exists. The root cause is that BatchIndexAcknowledgment is not enabled.

Modifications

enable batch index acknowledgment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Sep 2, 2024
Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.56%. Comparing base (bbc6224) to head (16cd913).
Report is 561 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #23243      +/-   ##
============================================
+ Coverage     73.57%   74.56%   +0.99%     
- Complexity    32624    34274    +1650     
============================================
  Files          1877     1926      +49     
  Lines        139502   144989    +5487     
  Branches      15299    15850     +551     
============================================
+ Hits         102638   108111    +5473     
+ Misses        28908    28616     -292     
- Partials       7956     8262     +306     
Flag Coverage Δ
inttests 27.65% <ø> (+3.07%) ⬆️
systests 24.69% <ø> (+0.37%) ⬆️
unittests 73.91% <ø> (+1.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 559 files with indirect coverage changes

@lhotari lhotari merged commit a678e97 into apache:master Sep 2, 2024
61 checks passed
@Technoboy- Technoboy- added this to the 4.0.0 milestone Sep 4, 2024
lhotari pushed a commit that referenced this pull request Sep 5, 2024
lhotari pushed a commit that referenced this pull request Sep 5, 2024
nikhil-ctds pushed a commit to datastax/pulsar that referenced this pull request Sep 10, 2024
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request Sep 12, 2024
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.

Flaky-test: MessageChunkingSharedTest.testMultiConsumers
4 participants