mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
wip
This commit is contained in:
parent
33d1b02560
commit
952ffe9dd8
2 changed files with 2 additions and 1 deletions
|
@ -129,6 +129,7 @@ func TestPipeSort(t *testing.T) {
|
||||||
{
|
{
|
||||||
{"_msg", `def`},
|
{"_msg", `def`},
|
||||||
{"a", `1`},
|
{"a", `1`},
|
||||||
|
{"b", ""},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -216,6 +216,7 @@ func expectPipeResults(t *testing.T, pipeStr string, rows, rowsExpected [][]Fiel
|
||||||
brw.writeRow(row)
|
brw.writeRow(row)
|
||||||
}
|
}
|
||||||
brw.flush()
|
brw.flush()
|
||||||
|
pp.flush()
|
||||||
|
|
||||||
ppTest.expectRows(t, rowsExpected)
|
ppTest.expectRows(t, rowsExpected)
|
||||||
}
|
}
|
||||||
|
@ -272,7 +273,6 @@ func (brw *testBlockResultWriter) flush() {
|
||||||
for i := range brw.rcs {
|
for i := range brw.rcs {
|
||||||
brw.rcs[i].resetValues()
|
brw.rcs[i].resetValues()
|
||||||
}
|
}
|
||||||
brw.ppBase.flush()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func newTestPipeProcessor() *testPipeProcessor {
|
func newTestPipeProcessor() *testPipeProcessor {
|
||||||
|
|
Loading…
Reference in a new issue