You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeorgeMac
changed the title
TSM array cursor iterator statistics getting shadowed
TSM arrayCursorIterator some cursors statistics are getting excluded from Stats()
Nov 4, 2019
Steps to reproduce:
See the failing test for the first commit here #15731
Expected behavior:
Stats returned by array cursor iterator should be one of (I am unsure of the desired behavior):
Actual behavior:
Stats()
switches over its known set of instantiated cursors in a arbitrary order:Going down the list it adds the first non-nil of these cursor types.
It does this for both acending and descending and its sums the two stats (one for asc and one for desc).
Environment info:
N/A see failing test in assocated PR
Config:
N/A
The text was updated successfully, but these errors were encountered: