Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt expected number of dropped messages after sendsyslog(2) kernel | 2019-01-18 | 1 | -3/+3 | |
| | | | | buffer size has changed. | ||||
* | Syslogd's debug and error messages have changed a bit, adapt test. | 2017-04-05 | 1 | -3/+3 | |
| | |||||
* | The TCP socket buffer size for syslogd has changed. Adapt tests | 2016-09-23 | 1 | -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. | 2015-09-03 | 1 | -1/+1 | |
| | |||||
* | Make syslogd tests more reliable. Allow TLS tests to drop a wider | 2015-08-01 | 1 | -1/+1 | |
| | | | | rage of messages and make dropped regexes more specific. | ||||
* | Now tls_write() behaves like write(2), so the TLS tests produce the | 2015-07-18 | 1 | -2/+2 | |
| | | | | same results as the TCP tests. | ||||
* | Do not count the dropped messages strictly, so that the syslogd | 2015-02-25 | 1 | -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 of | 2015-02-12 | 1 | -6/+8 | |
| | | | | lost log messages. Improve the synchronisation of client and server. | ||||
* | Make syslogd test more reliable. Use Time::HiRes to sleep .01 | 2015-02-11 | 1 | -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. | 2015-02-08 | 1 | -8/+5 | |
| | | | | Add tests for truncated buffer handling. | ||||
* | Add syslogd tests for dropped messages. | 2015-02-06 | 1 | -0/+65 | |