mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-11 05:00:41 +01:00
testbench: disable some clickhouse tests
It looks like the current version of clickhouse does not error out on some types of errors. So tests need either to be redesigned or removed. As such, we temporarily skip them for now.
This commit is contained in:
parent
3c5a6adab5
commit
d2d0254ab2
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
# add 2018-12-07 by Pascal Withopf, released under ASL 2.0
|
||||
. ${srcdir:=.}/diag.sh init
|
||||
echo looks like clickhouse does no longer generate exceptions on error - skip until investigated
|
||||
exit 77
|
||||
generate_conf
|
||||
add_conf '
|
||||
module(load="../plugins/imtcp/.libs/imtcp")
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
# add 2018-12-07 by Pascal Withopf, released under ASL 2.0
|
||||
. ${srcdir:=.}/diag.sh init
|
||||
echo looks like clickhouse does no longer generate exceptions on error - skip until investigated
|
||||
exit 77
|
||||
export NUMMESSAGES=1
|
||||
generate_conf
|
||||
add_conf '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user