summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-17 18:11:03 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-17 18:11:03 +0100
commit5c7225b77636b5f8231ccb0edc61fb7d68eb752b (patch)
treef2f964db77dbb16d219135e38acf736301780f69 /tests/Makefile.am
parent679434312c20d9651faff26b8b3a5ab203be7ff3 (diff)
downloadrsyslog-5c7225b77636b5f8231ccb0edc61fb7d68eb752b.tar.gz
rsyslog-5c7225b77636b5f8231ccb0edc61fb7d68eb752b.tar.xz
rsyslog-5c7225b77636b5f8231ccb0edc61fb7d68eb752b.zip
added test for deadlock with dynafile writing and cache exhaustion
Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus "make check" does currently hang.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3c2223d9..6f345b51 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,6 +15,7 @@ TESTS = $(TESTRUNS) cfg.sh \
asynwr_tinybuf.sh \
asynwr_large.sh \
asynwr_deadlock.sh \
+ asynwr_deadlock2.sh \
gzipwr_large.sh \
gzipwr_large_dynfile.sh \
complex1.sh \
@@ -157,6 +158,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/asynwr_large.conf \
asynwr_deadlock.sh \
testsuites/asynwr_deadlock.conf \
+ asynwr_deadlock2.sh \
+ testsuites/asynwr_deadlock2.conf \
gzipwr_large.sh \
testsuites/gzipwr_large.conf \
gzipwr_large_dynfile.sh \