From 0009bd62710dc2a8f35a06341b0390e68ba5c82e Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 21 May 2024 12:56:28 +0200 Subject: [PATCH] wip --- lib/logstorage/pipe_unpack_json_test.go | 1 - lib/logstorage/pipe_unpack_logfmt_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/logstorage/pipe_unpack_json_test.go b/lib/logstorage/pipe_unpack_json_test.go index f37cfc51f..3dd284c75 100644 --- a/lib/logstorage/pipe_unpack_json_test.go +++ b/lib/logstorage/pipe_unpack_json_test.go @@ -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`) diff --git a/lib/logstorage/pipe_unpack_logfmt_test.go b/lib/logstorage/pipe_unpack_logfmt_test.go index 7da7dba4f..28f42ecf9 100644 --- a/lib/logstorage/pipe_unpack_logfmt_test.go +++ b/lib/logstorage/pipe_unpack_logfmt_test.go @@ -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`)