Improvement/arsn 577 delimiter max listing fix#2620
Conversation
Hello benzekrimaha,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
This commit updates the expected limit for the delimiterCurrent algorithm when the bucket format is v0. In v0 versioned buckets, the listing algorithm iterates over both master and version keys interleaved, which means that the limit needs to be multiplied by 2 to ensure that enough master keys are included in the listing results. This change ensures that the delimiterCurrent algorithm correctly accounts for the presence of version keys in v0 buckets and provides accurate results when a maxScannedLifecycleListingEntries limit is set. Tests were also updated to reflect this change in expected behavior. Issue: ARSN-577
3e745dc to
1600790
Compare
Issue: ARSN-577
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## development/8.4 #2620 +/- ##
================================================
Coverage 73.48% 73.48%
================================================
Files 222 222
Lines 18183 18184 +1
Branches 3787 3788 +1
================================================
+ Hits 13361 13362 +1
Misses 4817 4817
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ARSN-577. Goodbye benzekrimaha. |
Issue: ARSN-577