From 8077d99fd2a85ee005d6dbb371ebb04092bd65bd Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 3 May 2023 17:37:09 +0200 Subject: [PATCH] test: vacuum the journal after the "stress test" To make the rest of the test significantly faster. --- test/units/testsuite-04.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/units/testsuite-04.sh b/test/units/testsuite-04.sh index 265f7d93069..52a3f7776b4 100755 --- a/test/units/testsuite-04.sh +++ b/test/units/testsuite-04.sh @@ -14,6 +14,7 @@ done journalctl --rotate journalctl --flush journalctl --sync +journalctl --rotate --vacuum-size=8M # Reset the ratelimit buckets for the subsequent tests below. systemctl restart systemd-journald -- 2.47.3