[CLIENT-681] Fix bug where only up to 4096 bytearray objects can be used in one client command - #779
Open
DomPeliniAerospike wants to merge 273 commits into
Open
DomPeliniAerospike wants to merge 273 commits into
DomPeliniAerospike wants to merge 273 commits into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v20 #779 +/- ##
==========================================
+ Coverage 85.76% 85.80% +0.04%
==========================================
Files 102 103 +1
Lines 14933 15069 +136
==========================================
+ Hits 12807 12930 +123
- Misses 2126 2139 +13 ☔ 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
juliannguyen4
force-pushed
the
CLIENT-681-2025
branch
from
June 1, 2026 00:43
c37b112 to
5f8b95c
Compare
…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
… make easier to code review. The reverted changes include rm'ing SERIALIZER_PYTHON and passing the pool into the serializer / execute_user_callback
…ved in this PR and were unrelated to the bug fix
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