summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/syslogd/args-dropped-tcp.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adapt expected number of dropped messages after sendsyslog(2) kernelbluhm2019-01-181-3/+3
| | | | buffer size has changed.
* Syslogd's debug and error messages have changed a bit, adapt test.bluhm2017-04-051-3/+3
|
* The TCP socket buffer size for syslogd has changed. Adapt testsbluhm2016-09-231-9/+10
| | | | | | where we count the dropped messages. A different number gets stuck in the kernel buffers now which is not included in the syslogd statistics.
* Add test for sendsyslog(2) dropped message reporting.bluhm2015-09-031-1/+1
|
* Make syslogd tests more reliable. Allow TLS tests to drop a widerbluhm2015-08-011-1/+1
| | | | rage of messages and make dropped regexes more specific.
* Now tls_write() behaves like write(2), so the TLS tests produce thebluhm2015-07-181-2/+2
| | | | same results as the TCP tests.
* Do not count the dropped messages strictly, so that the syslogdbluhm2015-02-251-1/+1
| | | | | | tests are depending less on the timing. Fix a race in the buffer sync test. Now make regress of syslogd passes on my amd64, i386, sparc64, alpha machines.
* Make syslogd tests more reliable. Increase the allowed range ofbluhm2015-02-121-6/+8
| | | | lost log messages. Improve the synchronisation of client and server.
* Make syslogd test more reliable. Use Time::HiRes to sleep .01bluhm2015-02-111-1/+1
| | | | | | | seconds in the write_lines() loop. This slows down the client, so all messages reach syslogd and flood its buffers. Increase the timeout to wait until all buffers are full. Use this code in all TCP/TLS buffer and memory overflow tests.
* Change syslog tests from transparent framing to octet counting.bluhm2015-02-081-8/+5
| | | | Add tests for truncated buffer handling.
* Add syslogd tests for dropped messages.bluhm2015-02-061-0/+65