rsyslog/tests/omazureeventhubs-interrupt-vg.sh
Andre lorbach 193fc7bc34 omazureeventhubs: Corrected handling of transport closed failures
- Added test for connection interrupts (requires root)
- Corrected handling of PN_TRANSPORT_CLOSED.
- Make sure Connection is being reestablished trough tryResume
- Enhanced Debug log output

closes: https://github.com/rsyslog/rsyslog/issues/5269
2023-11-09 14:19:03 +01:00

6 lines
238 B
Bash
Executable File

#!/bin/bash
export USE_VALGRIND="YES"
export RS_TEST_VALGRIND_EXTRA_OPTS="--keep-debuginfo=yes --leak-check=full"
export EXTRA_VALGRIND_SUPPRESSIONS="--suppressions=omazureeventhubs.supp"
source ${srcdir:-.}/omazureeventhubs-interrupt.sh