[fix][test] Run BlobStoreManagedLedgerOffloader* tests separately and reduce memory consumption#19009
Merged
lhotari merged 1 commit intoapache:masterfrom Dec 20, 2022
Conversation
Member
Author
… reduce memory requirements - fix excludes - run both BlobStoreManagedLedgerOffloaderTest and BlobStoreManagedLedgerOffloaderStreamingTest separately - clear mock bookkeeper ledgers between test methods
6df8cbe to
39aaf5e
Compare
Member
Author
|
/pulsarbot rerun-failure-checks |
michaeljmarshall
approved these changes
Dec 20, 2022
Codecov Report
@@ Coverage Diff @@
## master #19009 +/- ##
============================================
+ Coverage 45.92% 47.59% +1.67%
+ Complexity 10104 9467 -637
============================================
Files 680 626 -54
Lines 66758 59236 -7522
Branches 7147 6154 -993
============================================
- Hits 30660 28196 -2464
+ Misses 32680 28010 -4670
+ Partials 3418 3030 -388
Flags with carried forward coverage won't be shown. Click here to find out more.
|
nodece
pushed a commit
to ascentstream/pulsar
that referenced
this pull request
Mar 19, 2025
… reduce memory consumption (apache#19009) (cherry picked from commit 423bd84) Signed-off-by: Zixuan Liu <nodeces@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Motivation
BlobStoreManagedLedgerOffloader* tests run out of memory and stall the "other" test run.
Modifications
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: lhotari#116