mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
c5734e18b9
commit
15c6bf4498
1 changed files with 8 additions and 8 deletions
|
@ -70,7 +70,7 @@ func TestPipeFields(t *testing.T) {
|
||||||
})
|
})
|
||||||
|
|
||||||
// single row, mention existing field multiple times
|
// single row, mention existing field multiple times
|
||||||
f("fileds a, a", [][]Field{
|
f("fields a, a", [][]Field{
|
||||||
{
|
{
|
||||||
{"_msg", `{"foo":"bar"}`},
|
{"_msg", `{"foo":"bar"}`},
|
||||||
{"a", `test`},
|
{"a", `test`},
|
||||||
|
@ -111,24 +111,24 @@ func TestPipeFields(t *testing.T) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"c", "dss"},
|
{"c", "dss"},
|
||||||
{"b", "df"},
|
{"d", "df"},
|
||||||
},
|
},
|
||||||
}, [][]Field{
|
}, [][]Field{
|
||||||
{
|
{
|
||||||
{"a", `test`},
|
{"a", `test`},
|
||||||
{"b", `test`},
|
{"b", ``},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"a", `foobar`},
|
{"a", `foobar`},
|
||||||
{"b", `foobar`},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
{"a", ""},
|
|
||||||
{"b", ""},
|
{"b", ""},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"a", ""},
|
{"a", ""},
|
||||||
{"b", "df"},
|
{"b", "baz"},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
{"a", ""},
|
||||||
|
{"b", ""},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue