mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
952ffe9dd8
commit
9e336e383d
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ func TestPipeSort(t *testing.T) {
|
|||
{
|
||||
{"_msg", `def`},
|
||||
{"a", `1`},
|
||||
{"b", ""},
|
||||
},
|
||||
})
|
||||
|
||||
|
@ -246,6 +247,7 @@ func TestPipeSort(t *testing.T) {
|
|||
{
|
||||
{"_msg", `def`},
|
||||
{"a", `1`},
|
||||
{"b", ""},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue