| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
the test cases actually have some races, not the code to be tested
|
| | |
|
| |
| |
| |
| |
| | |
this is a perquisite to support more flexible testing modes, which
could not intelligently be implemented with the old interface
|
|/
|
|
|
| |
- added a test to check handling of damaged .qi files on startup
- made sure each test identifies itself on startup
|
|
|
|
|
|
|
|
|
| |
The imdiag module now can very effectively inject messages, which also
frees us from uncertainties of tcp reception and processing. All shell
script based tests have been modularized, what makes it far easier to
create new tests. Also, the test bench now executes more reliable and
much faster, because we can now rely on actual engine information where
we previously did just a dumb sleep.
|
|
|
|
|
| |
which enables to talk to the rsyslog core at runtime. The current
implementation is only a beginning, but can be expanded over time
|
|
|
|
| |
... to utilize it. This work is not yet fully verified to be correct.
|
|
|
|
|
| |
Solaris network libraries needed to be specified
in linker options
|
|
|
|
| |
... this time I think successfully (at least on Fedora...)
|
|
It is checked that many tcp connections are properly handled. While
adding this test, I noticed that there is a bug in imtcp that prevents
creation of more than 200 connections. This bug still exists, so the
test suite currently fails (what is correct). Will be addressed soon.
|