File: 02-disable-flaky-multithreadtest.patch

package info (click to toggle)
log4cxx 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,560 kB
  • sloc: cpp: 47,841; xml: 1,041; sh: 43; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/rolling/CMakeLists.txt
+++ b/src/test/cpp/rolling/CMakeLists.txt
@@ -21,7 +21,6 @@
     filterbasedrollingtest
     manualrollingtest
     sizebasedrollingtest
-    timebasedrollingtest
     rollingfileappenderpropertiestest
 )
 if(LOG4CXX_MULTIPROCESS_ROLLING_FILE_APPENDER)