aerospike-client-python
aerospike-client-python copied to clipboard
CLIENT-2476 - Disallow use of add-ops in foreground scans/queries
CLIENT-2476 Disallowed use of operations with foreground queries (foreach and results) Added sufficent testing for each error condition
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
26f4ea8) 81.25% compared to head (a4ea3c0) 81.29%. Report is 1 commits behind head on stage.
Additional details and impacted files
@@ Coverage Diff @@
## stage #552 +/- ##
==========================================
+ Coverage 81.25% 81.29% +0.04%
==========================================
Files 99 99
Lines 14897 14913 +16
==========================================
+ Hits 12105 12124 +19
+ Misses 2792 2789 -3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
You should also specify in the documentation for query.add_ops() that it should not be used for foreground queries (i.e when calling query.results() or query.foreach()). Also do the same for scans.
You should also specify in the documentation for query.add_ops() that it should not be used for foreground queries (i.e when calling
query.results()orquery.foreach()). Also do the same for scans.
I will add documentation to explain this and let you know when it has been finished.