summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | 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
| |\|
| | * 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
| * | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-261-2/+1
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
| | |
| * | added missing headerRainer Gerhards2010-03-251-0/+1
| | |
| * | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-2519-25/+72
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * 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
| * | 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
| |/
| * adding testcase files missing in gitRainer Gerhards2010-03-232-0/+102
| |
| * valgrand accidently left enabled in diag.sh with the last commitRainer Gerhards2010-03-221-1/+1
| |
| * bugfix(minor): BSD_SO_COMPAT query function had some global vars not ↵Rainer Gerhards2010-03-222-3/+4
| | | | | | | | | | | | | | properly initialized. However, in practice the loader initializes them with zero, the desired value, so there were no actual issue in almost all cases.
| * added one more test case for dynafile cacheRainer Gerhards2010-03-223-1/+55
| |
| * cleanup of debug message in testbenchRainer Gerhards2010-03-221-1/+0
| |
| * added testcase showcasing problems when dynafile can not be openedRainer Gerhards2010-03-223-16/+75
| | | | | | | | | | note that so far no patch is provided. This has not yet been made part of "make check"
| * added some more tests for severely ill-formed snare messagesRainer Gerhards2010-03-217-6/+90
| | | | | | | | also improved nettester testbench tool a bit
| * added parser test cases to testbenchRainer Gerhards2010-03-194-0/+26
| |
| * solved some race conditions in testbenchRainer Gerhards2010-03-192-1/+4
| | | | | | | | the test cases actually have some races, not the code to be tested
| * slight improvement to testing toolsRainer Gerhards2010-03-193-9/+29
| |
| * fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fixtemp.4.6.1.10Rainer Gerhards2010-03-191-2/+2
| | | | | | | | | | | | | | | | The previous fix fixed an issue with on/off bying used in the exact wrong semantic. It corrected the situation, but failed to fix one spot where the wrong semantics were used. This is done with this commit. Note that this is NOT a bug seen in any released version.
| * added additional test case for async writerRainer Gerhards2010-03-193-0/+43
| |
| * some cleanup, some additional comments and a bit more debug outputRainer Gerhards2010-03-184-17/+13
| |
| * added test for deadlock with dynafile writing and cache exhaustionRainer Gerhards2010-03-173-0/+82
| | | | | | | | | | | | Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus "make check" does currently hang.
| * added test to check for deadlock condition in async-written filesRainer Gerhards2010-03-173-0/+47
| | | | | | | | | | | | Note that this introduces a test case that breaks the current code. This commit does NOT yet provide the necessary code patch. Thus make check does currently hang.
| * added new, complex testcase to testbenchRainer Gerhards2010-03-163-8/+24
| | | | | | | | | | this is an excerpt from some of the more intensen manual tests I am doing, stripped down to be useful inside the testbench.
| * fix recently introduced minor nit in Makefile for testbenchRainer Gerhards2010-03-151-1/+0
| |
| * added more parser test casesRainer Gerhards2010-03-113-2/+147
| | | | | | | | also improved testing tools to support new testcase structure
| * added more tests to testbench and improved testing toolsRainer Gerhards2010-03-1114-7/+199
| |
| * added ability to work with larger message sizes to testbench toolsRainer Gerhards2010-03-102-11/+63
| |
| * testbench: new calling interface for tcpfloodRainer Gerhards2010-03-1013-34/+37
| | | | | | | | | | this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface
| * Merge branch 'v4-stable' into v4-stable-nextRainer Gerhards2010-03-101-0/+3
| |\
| | * fixed regression introduced with previous commitRainer Gerhards2010-03-101-0/+3
| | | | | | | | | | | | | | | | | | disk queue mode did no longer work correctly. A side-effect of this commit here is slightly cleaned-up (and more elegant) code for circular files.
| * | some cosmetic changesRainer Gerhards2010-03-104-0/+4
| |/ | | | | | | | | | | note that a buffer size calculation was done wrong, but this was cosmetic because our buffers currently all use byte size, so even though the formula was wrong, the result was correct.
| * bugfixes and testbench improvementRainer Gerhards2010-03-109-0/+145
| | | | | | | | | | | | | | | | | | | | - 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.
| * added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-085-0/+36
| | | | | | | | | | primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
| * Includes "config.h" before any other header.Yann Droneaud2010-03-042-0/+2
| | | | | | | | | | | | | | For consistency, ./configure generated "config.h" must be the first header include through out the project. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * reordered some include, because otherwise we get zlib-related errorsRainer Gerhards2010-03-031-2/+1
| | | | | | | | | | on some platforms (namely Debian sid). This smells like a bug in zlib. Thanks to Michael Biebl for reporting the issue.