DISPATCH-974 - Added code to qdstat and qdmanage clients to repeatedl…#503
DISPATCH-974 - Added code to qdstat and qdmanage clients to repeatedl…#503ganeshmurthy wants to merge 4 commits intoapache:masterfrom
Conversation
…y get rows to overcome the limitations imposed by PROTON-1846
|
+1 the implementation looks OK and the tests pass. |
| if not response_attr_names: | ||
| response_attr_names += response.body[u'attributeNames'] | ||
|
|
||
| response_results += response.body[u'results'] |
There was a problem hiding this comment.
You might consider using a map indexed by entity id here as a way to filter out duplicates.
There was a problem hiding this comment.
I discussed this with @ted-ross . The new entries to the linked list are added at the tail. So no need to remove duplicates. It might show stale data but so does the previous approach
Codecov Report
@@ Coverage Diff @@
## master #503 +/- ##
==========================================
- Coverage 86.96% 86.93% -0.04%
==========================================
Files 87 87
Lines 19313 19314 +1
==========================================
- Hits 16795 16790 -5
- Misses 2518 2524 +6
Continue to review full report at Codecov.
|
…y get rows to overcome the limitations imposed by PROTON-1846