File: Skip-imfile-logrotate-async.sh.patch

package info (click to toggle)
rsyslog 8.2510.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,128 kB
  • sloc: ansic: 121,163; sh: 41,330; makefile: 4,822; javascript: 1,842; python: 1,140; lex: 607; yacc: 193; perl: 162; sql: 103; tcl: 9; ruby: 2
file content (28 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
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