1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: Michael Biebl <biebl@debian.org>
Date: Sun, 23 Nov 2025 13:57:29 +0100
Subject: Skip imfile-logrotate-async.sh
This test appears to be flaky and fails rather often on
reproducible-builds.org.
See https://github.com/rsyslog/rsyslog/issues/6293
---
tests/imfile-logrotate-async.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/imfile-logrotate-async.sh b/tests/imfile-logrotate-async.sh
index b6d8315..0bd80a0 100755
--- a/tests/imfile-logrotate-async.sh
+++ b/tests/imfile-logrotate-async.sh
@@ -2,6 +2,11 @@
# This is part of the rsyslog testbench, licensed under ASL 2.0
. $srcdir/diag.sh check-inotify-only
. ${srcdir:=.}/diag.sh init
+
++echo This test appears to be flaky, so skip it for now
++echo See https://github.com/rsyslog/rsyslog/issues/6293
++skip_test
+
check_command_available logrotate
export NUMMESSAGES=10000
export RETRIES=50
|