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:
Rainer Gerhards 2021-09-21 12:34:26 +02:00
parent 3c5a6adab5
commit d2d0254ab2
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499
2 changed files with 4 additions and 0 deletions

View File

@ -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")

View File

@ -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 '