mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 07:00:42 +01:00
Most of the tests will not work in other default shells like on Freebsd or Solaris. So we make /bin/bash default now.
16 lines
583 B
Bash
Executable File
16 lines
583 B
Bash
Executable File
#!/bin/bash
|
|
# This tests async writing large data records. We use up to 10K
|
|
# record size.
|
|
|
|
# added 2010-03-10 by Rgerhards
|
|
#
|
|
# This file is part of the rsyslog project, released under GPLv3
|
|
echo ===============================================================================
|
|
echo TEST: \[wr_large_sync.sh\]: test for file writing for large message sets
|
|
. $srcdir/diag.sh init
|
|
# uncomment for debugging support:
|
|
#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
|
|
#export RSYSLOG_DEBUGLOG="log"
|
|
echo "\$OMFileAsyncWriting off" > rsyslog.action.1.include
|
|
. $srcdir/wr_large.sh
|