diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:01:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:01:36 +0000 |
commit | 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 (patch) | |
tree | adbbaf3acf88ea08f6eeec4b75ee98ad3b07fbdc /test/expected/test_regex101.sh_3d18474a3e472fff6e23e0c41337ec9188fee591.err | |
parent | Initial commit. (diff) | |
download | lnav-62e4c68907d8d33709c2c1f92a161dff00b3d5f2.tar.xz lnav-62e4c68907d8d33709c2c1f92a161dff00b3d5f2.zip |
Adding upstream version 0.11.2.upstream/0.11.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/expected/test_regex101.sh_3d18474a3e472fff6e23e0c41337ec9188fee591.err')
-rw-r--r-- | test/expected/test_regex101.sh_3d18474a3e472fff6e23e0c41337ec9188fee591.err | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/expected/test_regex101.sh_3d18474a3e472fff6e23e0c41337ec9188fee591.err b/test/expected/test_regex101.sh_3d18474a3e472fff6e23e0c41337ec9188fee591.err new file mode 100644 index 0000000..32c87d4 --- /dev/null +++ b/test/expected/test_regex101.sh_3d18474a3e472fff6e23e0c41337ec9188fee591.err @@ -0,0 +1,34 @@ +[1m[31m✘ error[0m: invalid value “[1m/unit_test_log/value/jobserver[0m” + [1m[31mreason[0m: no patterns have a capture named “jobserver” +[36m =[0m [36mnote[0m: the following captures are available: + +[36m =[0m [36mhelp[0m: values are populated from captures in patterns, so at least one pattern must have a capture with this value name +[1m[31m✘ error[0m: invalid value “[1m/unit_test_log/value/processid[0m” + [1m[31mreason[0m: no patterns have a capture named “processid” +[36m =[0m [36mnote[0m: the following captures are available: + +[36m =[0m [36mhelp[0m: values are populated from captures in patterns, so at least one pattern must have a capture with this value name +[1m[31m✘ error[0m: invalid value “[1m/unit_test_log/value/timestamp[0m” + [1m[31mreason[0m: no patterns have a capture named “timestamp” +[36m =[0m [36mnote[0m: the following captures are available: + +[36m =[0m [36mhelp[0m: values are populated from captures in patterns, so at least one pattern must have a capture with this value name +[1m[31m✘ error[0m: invalid value “[1m/unit_test_log/value/workqueue[0m” + [1m[31mreason[0m: no patterns have a capture named “workqueue” +[36m =[0m [36mnote[0m: the following captures are available: + +[36m =[0m [36mhelp[0m: values are populated from captures in patterns, so at least one pattern must have a capture with this value name +[1m[31m✘ error[0m: invalid sample log message: "[03/22/2021 02:00:02 job1074.example.com db.db81.example_events 54026] {\"ELAPSED\":\"0.011\",\"LEVEL\":\"info\",\"MESSAGE\":\"finished in 0.011\\n\",\"PREFIX\":\"YFgyWQriCmsAAofJAAAAHg\",\"ROUTINGKEY\":\"EXAMPLE1366.Example.Events._Publish\"}" + [1m[31mreason[0m: sample does not match any patterns +[36m --> [0m[1mregex101-home/.lnav/formats/installed/unit_test_log.json[0m:26 +[36m =[0m [36mnote[0m: the following shows how each pattern matched this sample: + [37m[40m[03/22/2021 02:00:02 job1074.example.com db.db81.example_events 54026] {"ELAPSED":"0.011","LEVEL":"info","MESSAGE":"finished in 0.011\n","PREFIX":"YFgyWQriCmsAAofJAAAAHg","ROUTINGKEY":"EXAMPLE1366.Example.Events._Publish"}[0m +[36m =[0m [36mnote[0m: [1mstd[0m = “” + +[1m[31m✘ error[0m: invalid sample log message: "[03/22/2021 02:00:02 job1074.example.com db.db81.example_events 54026] {\"ELAPSED\":\"0.011\",\"LEVEL\":\"info\",\"MESSAGE\":\"finished in 0.011\\n\",\"PREFIX\":\"YFgyWQriCmsAAofJAAAAHg\",\"ROUTINGKEY\":\"EXAMPLE1366.Example.Events._Publish\"}" + [1m[31mreason[0m: sample does not match any patterns +[36m --> [0m[1mregex101-home/.lnav/formats/installed/unit_test_log.json[0m:30 +[36m =[0m [36mnote[0m: the following shows how each pattern matched this sample: + [37m[40m[03/22/2021 02:00:02 job1074.example.com db.db81.example_events 54026] {"ELAPSED":"0.011","LEVEL":"info","MESSAGE":"finished in 0.011\n","PREFIX":"YFgyWQriCmsAAofJAAAAHg","ROUTINGKEY":"EXAMPLE1366.Example.Events._Publish"}[0m +[36m =[0m [36mnote[0m: [1mstd[0m = “” + |