[CLIENT-681] Fix bug where only up to 4096 bytearray objects can be used in one client command - #779
Open
DomPeliniAerospike wants to merge 265 commits into
Open
[CLIENT-681] Fix bug where only up to 4096 bytearray objects can be used in one client command#779DomPeliniAerospike wants to merge 265 commits into
DomPeliniAerospike wants to merge 265 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v20 #779 +/- ##
==========================================
+ Coverage 85.80% 85.89% +0.08%
==========================================
Files 102 103 +1
Lines 14977 15125 +148
==========================================
+ Hits 12851 12991 +140
- Misses 2126 2134 +8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Added improved code coverage.
juliannguyen4
force-pushed
the
CLIENT-681-2025
branch
from
May 8, 2026 19:42
3e5357d to
2e0d5c1
Compare
… TODO this may cause macos builds to fail
…y apply -Werror to linux builds
…nstead of required for OP_STRING_REPLACE, OP_STRING_REPLACE_ALL, and OP_STRING_REGEX_REPLACE
…and-expr' into CLIENT-3434-fix-default-policy-values-for-batch-write-commands
…n them." This reverts commit 510f2d0.
…test batch_parent_write's read_touch_ttl_percent with batch_apply(), batch_operate() w/ write ops, or batch_remove. But we verify that batch_write() with only Read fails in stage branch and passes on this branch
…es are applied by default when passing an empty dictionary as arg to command level policy param. This fails with stage build and passes on this PR
… still cause the batch commands to inherit from the client config batch policies. This is done by the C client if the command policy argument is NULL
…y to pass in a command level batch_write policy when populating the server with records
…o set the client config
… interfering with any following test cases that query the whole namespace/set to check for a user key
…values are used by default when passing a command level policy dict
… or omit policy argument entirely
…tomatically to each case using a class level decorator. this reduces the verbosity of the code
Base automatically changed from
CLIENT-5338-string-list-join-op-and-expr
to
stage
September 1, 2026 18:34
…ult-policy-values-for-batch-write-commands
…ult-policy-values-for-batch-write-commands
…an expired record with a short TTL. this ensures these tests don't fail on valgrind or on a client server setup with large e2e latency
… clear what the class is for
…able from C client library. Google AI says that __declspec(dllimport) is required for importing variables from external DLL's
…ort as_op_is_write
…alues-for-batch-write-commands' into CLIENT-681-2025-stacked-on-CLIENT-3434
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.
Fix bug where only up to 4096 bytearray objects can be used in one client command
Replaces the static pool with a dynamically allocated byte pool.
TODO
devand compareAdditional tickets:
CLIENT-3501
Refactored operations and ctx code by removing hardcoded
SERIALIZER_PYTHONparameters