summaryrefslogtreecommitdiffstats
path: root/tests/pipe_noreader.sh
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 5.5.4 releaseRainer Gerhards2010-05-031-2/+2
|
* bugfix(kind of): output plugin retry behaviour could cause engine to loopRainer Gerhards2010-04-261-1/+8
| | | | | | | | | The rsyslog engine did not guard itself against output modules that do not properly convey back the tryResume() behaviour. This then leads to what looks like an endless loop. I consider this to be a bug of the engine not only because it should be hardened against plugin misbehaviour, but also because plugins may not be totally able to avoid this situation (depending on the type of and processing done by the plugin).
* added testcase for problem with pipe without a readerRainer Gerhards2010-04-261-0/+22
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=186 Note that this adds the test case, but does not yet provide a solution (so make check will hang when executed). Fix will be done next.