summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-20 18:31:14 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-20 18:31:14 +0100
commitdffcfa8699c41d9f64b7aee131a32661587ce441 (patch)
treeb40bf642c459a2646ef3522b85e234d00cf4145d
parent9e28d47aaa506709a9e80e318527ceb4443cbffe (diff)
parent903811a856109486ce238133fc8c68fa89f26514 (diff)
downloadrsyslog-dffcfa8699c41d9f64b7aee131a32661587ce441.tar.gz
rsyslog-dffcfa8699c41d9f64b7aee131a32661587ce441.tar.bz2
rsyslog-dffcfa8699c41d9f64b7aee131a32661587ce441.zip
Merge branch 'v4-beta' into v4-devel
Conflicts: configure.ac doc/manual.html
-rw-r--r--ChangeLog2
-rw-r--r--tests/Makefile.am1
-rwxr-xr-xtests/sndrcv_drvr.sh1
3 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c182baa3..9e54bd1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Version 4.7.0 [v4-devel] (rgerhards), 2009-09-??
See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
- imported changes from 4.5.6 and below
---------------------------------------------------------------------------
-Version 4.5.7 [v4-beta] (rgerhards), 2009-11-??
+Version 4.5.7 [v4-beta] (rgerhards), 2009-11-18
- added a so-called "On Demand Debug" mode, in which debug output can
be generated only after the process has started, but not right from
the beginning. This is assumed to be useful for hard-to-find bugs.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cc39c4e3..6091896b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -114,6 +114,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
omod-if-array.sh \
diag.sh \
testsuites/diag-common.conf \
+ testsuites/diag-common2.conf \
queue-persist.sh \
queue-persist-drvr.sh \
testsuites/queue-persist.conf \
diff --git a/tests/sndrcv_drvr.sh b/tests/sndrcv_drvr.sh
index 9835a8eb..63afd6b5 100755
--- a/tests/sndrcv_drvr.sh
+++ b/tests/sndrcv_drvr.sh
@@ -35,6 +35,7 @@ source $srcdir/diag.sh wait-startup 2
# now inject the messages into instance 2. It will connect to instance 1,
# and that instance will record the data.
source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 $2 1
+sleep 2 # make sure all data is received in input buffers
# shut down sender when everything is sent, receiver continues to run concurrently
# may be needed by TLS (once we do it): sleep 60
source $srcdir/diag.sh shutdown-when-empty 2