Skip to content

[CLIENT-3466] Raise an exception if a Python integer is out of bounds when converted to a fixed length integer#935

Open
DomPeliniAerospike wants to merge 16 commits intodevfrom
CLIENT-3466-Length-Check-Fixed-Integers
Open

[CLIENT-3466] Raise an exception if a Python integer is out of bounds when converted to a fixed length integer#935
DomPeliniAerospike wants to merge 16 commits intodevfrom
CLIENT-3466-Length-Check-Fixed-Integers

Conversation

@DomPeliniAerospike
Copy link
Contributor

@DomPeliniAerospike DomPeliniAerospike commented Feb 2, 2026

@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2026

Codecov Report

❌ Patch coverage is 56.70886% with 171 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.98%. Comparing base (88dadfa) to head (6366340).
⚠️ Report is 5 commits behind head on dev.

Files with missing lines Patch % Lines
src/main/client/type.c 34.21% 100 Missing ⚠️
src/main/conversions.c 60.15% 51 Missing ⚠️
src/main/client/query.c 54.54% 5 Missing ⚠️
src/main/client/operate.c 69.23% 4 Missing ⚠️
src/main/policy_config.c 76.92% 3 Missing ⚠️
src/main/client/remove.c 0.00% 2 Missing ⚠️
src/main/config_provider/type.c 60.00% 2 Missing ⚠️
src/main/convert_partition_filter.c 91.30% 2 Missing ⚠️
src/main/query/where.c 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #935      +/-   ##
==========================================
- Coverage   83.48%   82.98%   -0.50%     
==========================================
  Files          99       99              
  Lines       14402    14573     +171     
==========================================
+ Hits        12024    12094      +70     
- Misses       2378     2479     +101     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@juliannguyen4 juliannguyen4 changed the title CLIENT-3466: Add length checking to fixed length integers [CLIENT-3466] Raise an exception if a Python integer is out of bounds when converted to a fixed length integer Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants