diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 07:36:38 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 07:36:38 +0100 |
commit | 5996414f04118dec4f1dcc12c88ee8c68f6e89ad (patch) | |
tree | 15dc13ca78aec4cfd0c7f222729815b50d9d8705 /tests/testsuites/asynwr_timeout.conf | |
parent | 3d80d6ba301e4d26b646c84d621ebe880ebc513f (diff) | |
download | rsyslog-5996414f04118dec4f1dcc12c88ee8c68f6e89ad.tar.gz rsyslog-5996414f04118dec4f1dcc12c88ee8c68f6e89ad.tar.xz rsyslog-5996414f04118dec4f1dcc12c88ee8c68f6e89ad.zip |
bugfixes and testbench improvement
- improved testbench
- bugfix: potential data loss during file stream shutdown
- bugfix: potential problems during file stream shutdown
The shutdown/close sequence was not clean, what potentially (but
unlikely) could lead to some issues. We have not been able to describe
any fatal cases, but there was some bug potential. Sequence has now
been straighted out.
Diffstat (limited to 'tests/testsuites/asynwr_timeout.conf')
-rw-r--r-- | tests/testsuites/asynwr_timeout.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/testsuites/asynwr_timeout.conf b/tests/testsuites/asynwr_timeout.conf new file mode 100644 index 00000000..68b85ff5 --- /dev/null +++ b/tests/testsuites/asynwr_timeout.conf @@ -0,0 +1,14 @@ +# simple async writing test +# rgerhards, 2010-03-09 +$IncludeConfig diag-common.conf + +$ModLoad ../plugins/imtcp/.libs/imtcp +$MainMsgQueueTimeoutShutdown 10000 +$InputTCPServerRun 13514 + +$template outfmt,"%msg:F,58:2%\n" +$template dynfile,"rsyslog.out.log" # trick to use relative path names! +$OMFileFlushOnTXEnd off +$OMFileFlushInterval 2 +$OMFileFlushIOBufferSize 10k +:msg, contains, "msgnum:" ?dynfile;outfmt |