From d3878885fe3631d16f93f0fa5ea5796b55078b52 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 21 May 2024 12:59:19 +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 3dd284c75..06f3e60d0 100644 --- a/lib/logstorage/pipe_unpack_json_test.go +++ b/lib/logstorage/pipe_unpack_json_test.go @@ -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`) diff --git a/lib/logstorage/pipe_unpack_logfmt_test.go b/lib/logstorage/pipe_unpack_logfmt_test.go index 28f42ecf9..d76575e31 100644 --- a/lib/logstorage/pipe_unpack_logfmt_test.go +++ b/lib/logstorage/pipe_unpack_logfmt_test.go @@ -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`)