* Fixes a bug in MatrixStepper when sharding queries.
Since we split correctly metric queries, this bug has show itself.
Basically we were not correctly stepping through time. We should always start from start, add the step until the start is after the end.
For more read: https://www.robustperception.io/step-and-query_rangeFixes#3541
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Fixes tests.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Fixes tests. for real.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
* Not easy to get those test working.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>