History log of /openbsd/regress/usr.sbin/syslogd/args-dropped-tls.pl (Results 1 – 13 of 13)
Revision Date Author Comments
# b7a9a499 19-Oct-2023 bluhm <bluhm@openbsd.org>

Add test for dropped messages to UDP loghost.


# 9b0f623a 18-Jan-2019 bluhm <bluhm@openbsd.org>

Adapt expected number of dropped messages after sendsyslog(2) kernel
buffer size has changed.


# 8579df47 05-Apr-2017 bluhm <bluhm@openbsd.org>

Syslogd's debug and error messages have changed a bit, adapt test.


# 91c6fcb1 23-Sep-2016 bluhm <bluhm@openbsd.org>

The TCP socket buffer size for syslogd has changed. Adapt tests
where we count the dropped messages. A different number gets stuck
in the kernel buffers now which is not included in the syslogd
sta

The TCP socket buffer size for syslogd has changed. Adapt tests
where we count the dropped messages. A different number gets stuck
in the kernel buffers now which is not included in the syslogd
statistics.

show more ...


# ab4b416d 03-Sep-2015 bluhm <bluhm@openbsd.org>

Add test for sendsyslog(2) dropped message reporting.


# 74a2653f 01-Aug-2015 bluhm <bluhm@openbsd.org>

Make syslogd tests more reliable. Allow TLS tests to drop a wider
rage of messages and make dropped regexes more specific.


# bad8b237 18-Jul-2015 bluhm <bluhm@openbsd.org>

Now tls_write() behaves like write(2), so the TLS tests produce the
same results as the TCP tests.


# 464e927c 25-Feb-2015 bluhm <bluhm@openbsd.org>

Do not count the dropped messages strictly, so that the syslogd
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,
spa

Do not count the dropped messages strictly, so that the syslogd
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.

show more ...


# fef7d0a6 20-Feb-2015 bluhm <bluhm@openbsd.org>

The write again workaround in syslogd changes the dropped message
counter. Adapt tests.


# 268e7daf 12-Feb-2015 bluhm <bluhm@openbsd.org>

Make syslogd tests more reliable. Increase the allowed range of
lost log messages. Improve the synchronisation of client and server.


# 6954f9ba 11-Feb-2015 bluhm <bluhm@openbsd.org>

Make syslogd test more reliable. Use Time::HiRes to sleep .01
seconds in the write_lines() loop. This slows down the client, so
all messages reach syslogd and flood its buffers. Increase the
timeo

Make syslogd test more reliable. Use Time::HiRes to sleep .01
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.

show more ...


# e24691dc 08-Feb-2015 bluhm <bluhm@openbsd.org>

Change syslog tests from transparent framing to octet counting.
Add tests for truncated buffer handling.


# 8cd3cffc 06-Feb-2015 bluhm <bluhm@openbsd.org>

Add syslogd tests for dropped messages.