mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
app/vmselect/promql: fix limit_offset() test
The test has been broken in addae7fc6a
This commit is contained in:
parent
4e7026320a
commit
9469696e46
1 changed files with 1 additions and 0 deletions
|
@ -2086,6 +2086,7 @@ func TestExecSuccess(t *testing.T) {
|
||||||
label_set(time()*3, "foo", "x"),
|
label_set(time()*3, "foo", "x"),
|
||||||
), "foo"))`
|
), "foo"))`
|
||||||
r := netstorage.Result{
|
r := netstorage.Result{
|
||||||
|
MetricName: metricNameExpected,
|
||||||
Values: []float64{3000, 3600, 4200, 4800, 5400, 6000},
|
Values: []float64{3000, 3600, 4200, 4800, 5400, 6000},
|
||||||
Timestamps: timestampsExpected,
|
Timestamps: timestampsExpected,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue