aerospike-client-python icon indicating copy to clipboard operation
aerospike-client-python copied to clipboard

CLIENT-2383 - Context arguments must accept a context list

Open DomPeliniAerospike opened this issue 1 year ago • 1 comments

CLIENT-2383 Added support for context lists in Client.index_cdt_create() and Client.Query.where() Fixed the check for TestBaseClass.version not working corerctly upon initialization

DomPeliniAerospike avatar Jan 08 '24 16:01 DomPeliniAerospike

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (ed45d73) 81.05% compared to head (2f83de6) 81.25%. Report is 5 commits behind head on stage.

Files Patch % Lines
src/main/client/sec_index.c 77.77% 2 Missing :warning:
src/main/query/where.c 81.81% 2 Missing :warning:
src/main/conversions.c 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##            stage     #550      +/-   ##
==========================================
+ Coverage   81.05%   81.25%   +0.19%     
==========================================
  Files          98       99       +1     
  Lines       14833    14915      +82     
==========================================
+ Hits        12023    12119      +96     
+ Misses       2810     2796      -14     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jan 08 '24 17:01 codecov-commenter