File: Skip-tests-based-on-omfwd-lb-1target-retry-test_skeleton..patch

package info (click to toggle)
rsyslog 8.2512.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 30,460 kB
  • sloc: ansic: 123,809; sh: 42,109; makefile: 5,961; javascript: 1,842; python: 1,222; lex: 607; yacc: 193; perl: 162; sql: 103; tcl: 9; ruby: 2
file content (48 lines) | stat: -rw-r--r-- 1,948 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
From: Michael Biebl <biebl@debian.org>
Date: Wed, 19 Nov 2025 20:50:27 +0100
Subject: Skip tests based on omfwd-lb-1target-retry-test_skeleton.sh and
 omfwd-lb-1target-retry-test_skeleton-TargetFail.sh

Those tests appear to be flaky and fail rather often on
reproducible-builds.org, especially on arm64.

See https://github.com/rsyslog/rsyslog/issues/6308

Closes: #1094069
---
 tests/omfwd-lb-1target-retry-test_skeleton-TargetFail.sh | 5 +++++
 tests/omfwd-lb-1target-retry-test_skeleton.sh            | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/tests/omfwd-lb-1target-retry-test_skeleton-TargetFail.sh b/tests/omfwd-lb-1target-retry-test_skeleton-TargetFail.sh
index 80b43e8..8b10897 100755
--- a/tests/omfwd-lb-1target-retry-test_skeleton-TargetFail.sh
+++ b/tests/omfwd-lb-1target-retry-test_skeleton-TargetFail.sh
@@ -4,6 +4,11 @@
 # to be called by different drivers with different io buffer sizes.
 # This in turn is needed to test some edge cases.
 . ${srcdir:=.}/diag.sh init
+
+echo This test appears to be flaky, so skip it for now
+echo See https://github.com/rsyslog/rsyslog/issues/6308
+skip_test
+
 skip_platform "SunOS" "This test is currently not supported on solaris due to too-different timing"
 generate_conf
 export NUMMESSAGES=2000
diff --git a/tests/omfwd-lb-1target-retry-test_skeleton.sh b/tests/omfwd-lb-1target-retry-test_skeleton.sh
index acbcb2d..cf359fe 100755
--- a/tests/omfwd-lb-1target-retry-test_skeleton.sh
+++ b/tests/omfwd-lb-1target-retry-test_skeleton.sh
@@ -4,6 +4,11 @@
 # to be called by different drivers with different io buffer sizes.
 # This in turn is needed to test some edge cases.
 . ${srcdir:=.}/diag.sh init
+
+echo This test appears to be flaky, so skip it for now
+echo See https://github.com/rsyslog/rsyslog/issues/6308
+skip_test
+
 skip_platform "SunOS" "This test is currently not supported on solaris due to too-different timing"
 generate_conf
 export NUMMESSAGES=20000