Skip to content

Conversation

@merlimat
Copy link
Contributor

Motivation

store.getChildren() was wrong if the requested key already ended with a /

The existing tests (common to all providers) were not actually asserting correctly. it was always passing.

Modifications

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Does this pull request potentially affect one of the following parts:

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:

@merlimat merlimat added this to the 4.2.0 milestone Oct 17, 2025
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Oct 17, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.22%. Comparing base (acad78c) to head (859311f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             master   #24863       +/-   ##
=============================================
+ Coverage     38.49%   74.22%   +35.72%     
- Complexity    13160    33827    +20667     
=============================================
  Files          1856     1913       +57     
  Lines        145149   149315     +4166     
  Branches      16844    17331      +487     
=============================================
+ Hits          55880   110830    +54950     
+ Misses        81652    29645    -52007     
- Partials       7617     8840     +1223     
Flag Coverage Δ
inttests 26.42% <0.00%> (-0.30%) ⬇️
systests 22.84% <0.00%> (+<0.01%) ⬆️
unittests 73.75% <100.00%> (+39.18%) ⬆️

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

Files with missing lines Coverage Δ
...e/pulsar/metadata/impl/oxia/OxiaMetadataStore.java 87.91% <100.00%> (+9.39%) ⬆️

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

@merlimat merlimat merged commit e656065 into apache:master Oct 17, 2025
51 checks passed
@merlimat merlimat deleted the fix-oxia-get-children branch October 17, 2025 05:09
ganesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Oct 23, 2025
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request Nov 6, 2025
lhotari pushed a commit that referenced this pull request Nov 17, 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.

5 participants