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 12 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 12 commits intodevfrom
CLIENT-3466-Length-Check-Fixed-Integers

Conversation

@DomPeliniAerospike
Copy link
Collaborator

@DomPeliniAerospike DomPeliniAerospike commented Feb 2, 2026

@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2026

Codecov Report

❌ Patch coverage is 53.68957% with 182 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.02%. Comparing base (b3a3aa4) to head (fce3203).
⚠️ Report is 5 commits behind head on dev.

Files with missing lines Patch % Lines
src/main/client/type.c 25.16% 113 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/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.53%   83.02%   -0.51%     
==========================================
  Files          99       99              
  Lines       14392    14550     +158     
==========================================
+ Hits        12022    12080      +58     
- Misses       2370     2470     +100     

☔ 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