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)
|