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
kvnemesis: correctly handle errors from DeleteRangeUsingTombstoneOperation
Previously we were initializing the result in the
DeleteRangeUsingTombstoneOperation case using the err variable that had
been set to nil.
Now, we correctly using the Err from the result. While here, I've also
re-arranged the code so that the cases are a bit more consistent.
Epic: none
Release note: None
0 commit comments