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