File: 02-disable-flaky-multithreadtest.patch

package info (click to toggle)
log4cxx 1.0.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 5,088 kB
  • sloc: cpp: 42,908; xml: 847; makefile: 18; sh: 14
file content (28 lines) | stat: -rw-r--r-- 909 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
Description: Disable multithreadtest and timebasedrollingtest
 Those tests are flaky, they tend to segfault.
Author: Tobias Frost <tobi@debian.org>
Bug: https://issues.apache.org/jira/projects/LOGCXX/issues/LOGCXX-527
Bug: https://issues.apache.org/jira/projects/LOGCXX/issues/LOGCXX-532
Last-Update: 2022-05-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/test/cpp/CMakeLists.txt
+++ b/src/test/cpp/CMakeLists.txt
@@ -54,7 +54,6 @@
     propertyconfiguratortest
     rollingfileappendertestcase
     streamtestcase
-    multithreadtest
     locationtest
     locationdisabledtest
 )
--- a/src/test/cpp/rolling/CMakeLists.txt
+++ b/src/test/cpp/rolling/CMakeLists.txt
@@ -21,7 +21,6 @@
     filterbasedrollingtest
     manualrollingtest
     sizebasedrollingtest
-    timebasedrollingtest
     rollingfileappenderpropertiestest
 )
 foreach(fileName  IN LISTS ROLLING_TESTS)