mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
f318b90862
commit
0009bd6271
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ func TestParsePipeUnpackJSONFailure(t *testing.T) {
|
|||
f(`unpack_json if`)
|
||||
f(`unpack_json if (x:y) foobar`)
|
||||
f(`unpack_json from`)
|
||||
f(`unpack_json from if`)
|
||||
f(`unpack_json from x y`)
|
||||
f(`unpack_json from x if`)
|
||||
f(`unpack_json from x result_prefix`)
|
||||
|
|
|
@ -30,7 +30,6 @@ func TestParsePipeUnpackLogfmtFailure(t *testing.T) {
|
|||
f(`unpack_logfmt if`)
|
||||
f(`unpack_logfmt if (x:y) foobar`)
|
||||
f(`unpack_logfmt from`)
|
||||
f(`unpack_logfmt from if`)
|
||||
f(`unpack_logfmt from x y`)
|
||||
f(`unpack_logfmt from x if`)
|
||||
f(`unpack_logfmt from x result_prefix`)
|
||||
|
|
Loading…
Reference in a new issue