Skip to content

Conversation

@3pacccccc
Copy link
Contributor

Fixes #24629

Motivation

ZeroQueueSizeTest.testZeroQueueGetExceptionWhenReceiveBatchMessage use same topicName(persistent://prop-xyz/use/ns-abc/topic1) as ZeroQueueSizeTest.testFailedZeroQueueSizeBatchMessage, Since testFailedZeroQueueSizeBatchMessage sends some non-batch messages, it interferes with this test's behavior.

Modifications

changing tests which using same topicName to use unique topicName:

  • ZeroQueueSizeTest#testZeroQueueGetExceptionWhenReceiveBatchMessage
  • SimpleProducerConsumerTest#consumerReceiveThrowExceptionWhenConsumerClose
  • SimpleProducerConsumerTest#multiThreadConsumerReceiveThrowExceptionWhenConsumerClose

Verifying this change

  • Make sure that the change passes the CI checks.

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

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

Matching PR in forked repository

PR in forked repository: 3pacccccc#23

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Aug 16, 2025
@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.35%. Comparing base (19b7c27) to head (42b4020).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #24633      +/-   ##
============================================
- Coverage     74.48%   74.35%   -0.14%     
+ Complexity    33277    32816     -461     
============================================
  Files          1882     1882              
  Lines        146854   146854              
  Branches      16866    16866              
============================================
- Hits         109389   109198     -191     
- Misses        28861    28997     +136     
- Partials       8604     8659      +55     
Flag Coverage Δ
inttests 26.88% <ø> (+0.18%) ⬆️
systests 23.37% <ø> (+<0.01%) ⬆️
unittests 73.82% <ø> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 82 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lhotari lhotari merged commit 65607ab into apache:master Aug 18, 2025
102 of 105 checks passed
lhotari pushed a commit that referenced this pull request Aug 18, 2025
lhotari pushed a commit that referenced this pull request Aug 18, 2025
lhotari pushed a commit that referenced this pull request Aug 18, 2025
ganesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Aug 20, 2025
…eceiveBatchMessage (apache#24633)

(cherry picked from commit 65607ab)
(cherry picked from commit 4cca9c9)
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request Aug 20, 2025
…eceiveBatchMessage (apache#24633)

(cherry picked from commit 65607ab)
(cherry picked from commit 4cca9c9)
manas-ctds pushed a commit to datastax/pulsar that referenced this pull request Aug 21, 2025
…eceiveBatchMessage (apache#24633)

(cherry picked from commit 65607ab)
(cherry picked from commit 1c904db)
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request Aug 26, 2025
…eceiveBatchMessage (apache#24633)

(cherry picked from commit 65607ab)
(cherry picked from commit 1c904db)
nodece pushed a commit to ascentstream/pulsar that referenced this pull request Aug 26, 2025
Technoboy- pushed a commit to Technoboy-/pulsar that referenced this pull request Sep 10, 2025
@lhotari lhotari added this to the 4.1.0 milestone Sep 17, 2025
KannarFr pushed a commit to CleverCloud/pulsar that referenced this pull request Sep 22, 2025
walkinggo pushed a commit to walkinggo/pulsar that referenced this pull request Oct 8, 2025
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: ZeroQueueSizeTest.testZeroQueueGetExceptionWhenReceiveBatchMessage

4 participants