JPvRiel / docker-rsyslog

Rsyslog server with multiple input listeners (UDP/TCP/RELP) and outputs (file/kafka/syslog).
23 stars 12 forks source link

Test messages are repeated #2

Open JPvRiel opened 4 years ago

JPvRiel commented 4 years ago

Test messages are duplicated when inspecting the output in files. E.g. /tmp/json_relay/nc.out.

The tests should only generate and send a single test message per feature step.

The overall test suite works despite this defect.