summaryrefslogtreecommitdiffstats
path: root/tests/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 6.3.3v6.3.3Rainer Gerhards2011-07-131-1/+1
|
* reverting back to non-debug settingsRainer Gerhards2011-07-131-2/+2
| | | | | debug settings in testbench were accidently left on, including a special test case
* Merge branch 'master-newconf'Rainer Gerhards2011-07-121-2/+2
|\ | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c
| * fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-2/+2
| |
* | Merge branch 'v5-devel'Rainer Gerhards2011-07-111-2/+2
|\ \ | |/ |/| | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-111-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| | * preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-111-2/+2
| | |
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-211-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh
| * | bugfix: mutex was invalidly left unlocked during action processingv5.8.2Rainer Gerhards2011-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | At least one case where this can occur is during thread shutdown, which may be initiated by lower activity. In most cases, this is quite unlikely to happen. However, if it does, data structures may be corrupted which could lead to fatal failure and segfault. I detected this via a testbench test, not a user report. But I assume that some users may have had unreproducable aborts that were cause by this bug.
| * | testbench: added new tests for failover casesRainer Gerhards2011-06-201-2/+2
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-2/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * | fixed problem in testbench & added new test (not yet integrated)Rainer Gerhards2011-03-301-1/+13
| | | | | | | | | | | | | | | The test is a setup scenario for this bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=241
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-161-2/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | fixed a regression of last patch and some cleanupRainer Gerhards2011-03-161-1/+1
| | | |
| | * | bugfix: failover did not work correctly if repeated msg reduction was onRainer Gerhards2011-03-161-1/+1
| | | | | | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on
* | | | fixed double-free regerssion, probably caused by last mergeRainer Gerhards2011-03-141-1/+1
| | | |
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-03-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | | | testbench bugfix: work file was left overRainer Gerhards2011-03-141-1/+1
| |/ / /
* / / / testbench bugfix: tls test failed during make distcheck...Rainer Gerhards2011-03-111-1/+1
|/ / / | | | | | | | | | ... due to wrong path the certificate files
* | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-111-0/+2
|\| | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-03-111-0/+2
| |\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c
| | * added new test for imfile to testbenchRainer Gerhards2011-03-111-0/+2
| | |
* | | further improved testbenchRainer Gerhards2011-03-081-0/+7
| | | | | | | | | | | | some cosmetic issues, plus a new valgrind-based test
* | | backported new testbench support for valgrindRainer Gerhards2011-03-061-1/+18
|/ /
* | preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-0/+1
| |
* | bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was brokenRainer Gerhards2010-06-241-3/+4
| | | | | | | | | | | | | | | | | | 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-151-3/+3
| | | | | | | | | | | | | | 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.
* | Merge branch 'v5-stable'Rainer Gerhards2010-04-261-3/+2
|\ \ | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | added testcase for problem with pipe without a readerRainer Gerhards2010-04-261-0/+2
| | | | | | | | | | | | | | | | | | | | | 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-devel'Rainer Gerhards2010-04-211-0/+3
|\ \ \
| * | | bugfix: some race condition in testbench on Solaris/SparcSuper-User2010-04-211-0/+3
| | | |
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-201-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | | testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-201-3/+3
| | | |
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-2/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: ChangeLog
| | * | solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-121-2/+2
| | | |
| | * | improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-011-2/+2
| | | | | | | | | | | | | | | | to test robustness
| * | | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-121-5/+29
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
* | | | | 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-091-3/+3
| | | | |
* | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-5/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-091-6/+11
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | 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-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-1/+2
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | Conflicts: ChangeLog
| | * | | testbench improved to run on SolarisRainer Gerhards2010-03-251-0/+7
| | | | |
| | * | | replaced sleep in test suite by a small self-crafted toolRainer Gerhards2010-03-251-4/+2
| | | | | | | | | | | | | | | | | | | | 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-291-4/+23
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-251-1/+2
| | |/ / | | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not