Frantisek Sumsal
ca8b1d68c5
test: avoid matching other fields than __SEQNUM=
The current unanchored grep sometimes matches MESSAGE=/_CMDLINE= fields
that contain "__SEQNUM=" instead of just the __SEQNUM= field, causing
spurious test fails:
[ 721.546372] testsuite-04.sh[1013]: ++ cut -d= -f2
[ 721.555858] testsuite-04.sh[1011]: ++ journalctl -o export -n 1
[ 721.573037] testsuite-04.sh[1012]: ++ grep -a __SEQNUM=
[ 721.767294] testsuite-04.sh[562]: + SEQNUM1='495773
[ 721.769671] testsuite-04.sh[562]: ++ grep -a __SEQNUM
[ 721.771323] testsuite-04.sh[562]: grep -a __SEQNUM'
[ 721.772938] testsuite-04.sh[562]: + systemd-cat echo yo
[ 721.921413] testsuite-04.sh[562]: + journalctl --sync
[ 722.088945] testsuite-04.sh[1018]: ++ journalctl -o export -n 1
[ 722.104040] testsuite-04.sh[1019]: ++ grep -a __SEQNUM=
[ 722.117239] testsuite-04.sh[1020]: ++ cut -d= -f2
[ 722.314936] testsuite-04.sh[562]: + SEQNUM2=495786
[ 722.317906] testsuite-04.sh[562]: + test 495786 -gt '495773
[ 722.319737] testsuite-04.sh[562]: ++ grep -a __SEQNUM
[ 722.321609] testsuite-04.sh[562]: grep -a __SEQNUM'
[ 722.323536] testsuite-04.sh[562]: /usr/lib/systemd/tests/testdata/units/testsuite-04.sh: line 276: test: 495773
[ 722.325744] testsuite-04.sh[562]: ++ grep -a __SEQNUM
[ 722.327498] testsuite-04.sh[562]: grep -a __SEQNUM: integer expression expected
[ 722.329528] testsuite-04.sh[562]: + journalctl --rotate --vacuum-size=16M
$ build/journalctl --file /var/tmp/systemd-test.0HpVjt/system.journal -o export | grep -a __SEQNUM=
...
__SEQNUM=214849
__SEQNUM=214850
MESSAGE=++ grep -a __SEQNUM=
_CMDLINE=grep -a __SEQNUM=
__SEQNUM=214851
...
__SEQNUM=214860
MESSAGE=++ grep -a __SEQNUM=
_CMDLINE=grep -a __SEQNUM=
__SEQNUM=214861
__SEQNUM=214862
__SEQNUM=214863
...
Let's anchor the expression to avoid this.
Follow-up to f28ed2c1be.
2023-02-17 07:03:00 +09:00
..
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-10-31 21:18:53 +00:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2020-11-09 13:23:58 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-02-08 16:52:51 +01:00
2023-02-08 16:52:51 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-10-20 14:29:45 +02:00
2022-10-20 14:29:45 +02:00
2021-10-18 09:04:45 +02:00
2020-11-09 13:23:58 +09:00
2020-11-09 13:23:58 +09:00
2021-10-18 09:04:45 +02:00
2020-11-09 13:23:58 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:28:17 +02:00
2021-10-18 09:04:45 +02:00
2022-10-17 15:10:53 +02:00
2021-10-18 09:04:45 +02:00
2023-02-17 07:03:00 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-08-23 21:19:54 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-12-17 19:39:29 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-11-18 19:13:17 +00:00
2021-10-18 09:04:45 +02:00
2022-10-17 12:01:50 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-10-19 11:48:59 +00:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-01-19 17:58:05 +09:00
2022-03-30 01:27:29 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-14 21:05:10 +09:00
2022-06-28 08:25:56 +09:00
2022-09-21 05:58:40 +09:00
2022-10-17 21:52:35 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-08-04 17:01:13 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2022-06-19 16:22:35 +02:00
2022-06-26 22:06:02 +02:00
2021-10-18 09:04:45 +02:00
2022-08-26 11:11:48 +02:00
2022-04-11 11:22:39 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-04-11 11:22:39 +02:00
2022-09-23 09:31:54 +02:00
2022-01-29 20:00:00 +00:00
2022-06-17 12:54:50 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-11-01 17:53:42 +01:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-10-17 14:38:00 +02:00
2022-06-17 12:54:50 +09:00
2022-11-01 17:32:17 +01:00
2021-10-18 09:04:45 +02:00
2022-09-08 15:00:26 +00:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:28:17 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 12:54:50 +09:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-01-26 19:02:11 +00:00
2021-10-18 09:04:45 +02:00
2022-01-26 19:02:11 +00:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-10-18 09:04:45 +02:00
2022-10-20 14:01:09 +01:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2021-12-17 16:27:58 +00:00
2021-12-17 16:27:58 +00:00
2021-12-17 16:27:58 +00:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-01-23 21:40:54 +01:00
2021-11-08 10:15:23 +01:00
2021-11-25 20:12:59 +01:00
2022-08-26 11:15:44 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-08-26 11:15:44 +09:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2023-01-10 18:28:38 +01:00
2022-07-08 07:00:02 +09:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2021-10-18 09:04:45 +02:00
2022-08-23 10:53:47 +02:00
2022-08-23 10:53:47 +02:00
2021-12-11 11:55:03 +09:00
2023-02-06 09:19:04 +01:00
2022-08-23 20:04:41 +01:00
2022-08-23 20:38:08 +01:00
2022-06-17 12:54:50 +09:00
2023-02-02 00:40:57 +09:00
2021-10-18 09:04:45 +02:00
2023-01-18 14:33:08 +00:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2022-06-17 15:06:59 +02:00
2021-11-05 21:17:17 +00:00
2023-02-06 09:19:04 +01:00
2021-12-13 14:44:06 +00:00
2022-03-24 14:11:54 +01:00
2022-03-21 15:55:49 +01:00
2022-03-15 21:17:00 +01:00
2023-02-15 10:08:16 +09:00
2022-06-17 12:54:50 +09:00
2023-02-06 09:19:04 +01:00
2022-03-19 00:13:55 +01:00
2022-03-19 00:13:55 +01:00
2022-06-17 12:54:50 +09:00
2023-02-06 09:19:04 +01:00
2022-11-03 23:08:58 +01:00
2022-11-28 14:29:49 +01:00
2022-11-03 23:08:58 +01:00
2023-01-25 19:46:33 +00:00
2022-12-16 15:14:42 +09:00
2022-11-03 23:08:58 +01:00
2022-11-03 23:08:58 +01:00
2022-07-04 12:21:55 +02:00
2023-01-27 15:45:00 +01:00
2022-07-25 10:15:43 +02:00
2023-02-06 09:19:04 +01:00
2023-01-19 02:11:41 +00:00
2023-01-10 15:16:26 +01:00
2023-01-19 02:11:41 +00:00
2023-01-19 02:11:41 +00:00
2023-01-10 15:16:26 +01:00
2023-02-06 09:19:04 +01:00
2021-10-18 09:04:45 +02:00
2020-11-09 13:23:58 +09:00
2021-10-18 09:04:45 +02:00