summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-0/+1
|
* added new parser modulesRainer Gerhards2010-07-134-4/+54
| | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was brokenRainer Gerhards2010-06-2410-3/+144
| | | | | | | | | Note that, as it looks, the directive was already broken in previous v5 versions. So while I solved what looked like a (intentional) regression from the performance tuning, I actually solved a previous regression as well ;) I have also added new test cases to the testbench in order to capture such problems in the future. This version does now look pretty good in shape.
* fixed a problem with ACT_MESSAGE_PASSING type of doAction interfaceRainer Gerhards2010-06-151-3/+3
|
* milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-153-4/+5
| | | | | | | at least in important cases (not for non-direct action queues and some other minor things). This version is definitely buggy, but may be tried with success on a non-production system. I will continue to work on the correctness, but needed to commit now to get a baseline.
* preparing for 5.5.4 releaseRainer Gerhards2010-05-031-2/+2
|
* solved some race condition in testbenchRainer Gerhards2010-04-292-1/+3
| | | | | Note that this was NOT a race in rsyslog, but only one in a test case. So it had no implications to the correctness of rsyslogd.
* Merge branch 'v5-stable'Rainer Gerhards2010-04-262-1/+11
|\
| * added new test to testbenchRainer Gerhards2010-04-261-0/+3
| | | | | | | | ... had forgotten this step...
| * 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).
* | Merge branch 'v5-stable'Rainer Gerhards2010-04-263-3/+34
|\| | | | | | | | | Conflicts: tests/diag.sh
| * added testcase for problem with pipe without a readerRainer Gerhards2010-04-263-0/+34
| | | | | | | | | | | | | | 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.
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-011-7/+11
| |\ | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
* | \ Merge branch 'v4-devel'Rainer Gerhards2010-04-213-0/+7
|\ \ \
| * | | bugfix: some race condition in testbench on Solaris/SparcSuper-User2010-04-213-0/+7
| | | |
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-205-8/+167
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | | saved old copy of Java DiagTalker toolRainer Gerhards2010-04-202-0/+3
| | | |
| * | | testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-203-8/+164
| | | |
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-195-23/+56
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c
| * | | some platforms seem to need time.h inside msleep.cPeter Bray2010-04-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-126-10/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-126-9/+10
| | | | |
| | * | | added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-121-1/+4
| | | | | | | | | | | | | | | | | | | | testbench
| | * | | improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-016-36/+281
| | | |/ | | |/| | | | | | | | | to test robustness
| | * | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | ...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
| * | | bugfix/testbench: nettester did not work reliably under SolarisRainer Gerhards2010-04-121-21/+49
| | | |
| * | | adopted rsf_getenv.sh test case to new tcpflood calling conventionsRainer Gerhards2010-04-121-1/+1
| | | |
| * | | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1267-84/+1662
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-202-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
* | | | | | bugfix: netstream ptcp support class was not correctly build on systems ↵Rainer Gerhards2010-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | without epoll() support
* | | | | | preparing for 5.5.3 releasev5.5.3Rainer Gerhards2010-04-095-9/+10
| | | | | |
* | | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-0965-86/+1524
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-0911-60/+376
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-079-53/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this enables us to work with the "usual" environment tweaks (for debugging and other purposes), without the need for any special handling in nettester itself
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-294-5/+9
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-261-2/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | added missing headerRainer Gerhards2010-03-251-0/+1
| | | | | | |
| | * | | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-2519-25/+72
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | testbench improved to run on SolarisRainer Gerhards2010-03-252-2/+10
| | | | | | | |
| | * | | | | | manytcp test tool must tell OS to provide enough file handlesRainer Gerhards2010-03-251-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some platforms, the default is too low to carry out all test cases
| | * | | | | | replaced sleep in test suite by a small self-crafted toolRainer Gerhards2010-03-253-5/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subsecond sleep did not work on all platforms
| | * | | | | | added some diagnostics info to startupRainer Gerhards2010-03-231-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-294-5/+9
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | bugfix: testbench failed when not executed in UTC+1 timezoneRainer Gerhards2010-03-294-5/+9
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | accidently, the time zone information was kept inside some to-be-checked-for responses
| * | | | | | adjusting testbench to new (v4 enhanced) testing toolsRainer Gerhards2010-03-294-6/+6
| | | | | | |
| * | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-2952-64/+1182
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| | * | | | | preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
| | | |/ / / | | |/| | |
| | * | | | disable testcases affected by temporary bugfix in commit ↵Rainer Gerhards2010-03-252-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a3e48b697fa664110567fcd0027d24ea5a239041 ... so that the testbench continues to work
| | * | | | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-2517-16/+59
| | |/ / / | | | | | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| | * | | adding testcase files missing in gitRainer Gerhards2010-03-232-0/+102
| | | | |