From: Sebastian Harl Date: Sat, 16 Aug 2014 19:43:17 +0000 (-0700) Subject: integration/simple_query.sh: Test another failure mode. X-Git-Tag: sysdb-0.4.0~26 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d92732ae426255434bbb0f0be8ddfd1b8be0d265;p=sysdb.git integration/simple_query.sh: Test another failure mode. --- diff --git a/t/integration/simple_query.sh b/t/integration/simple_query.sh index a2df1b9..8a0a92a 100755 --- a/t/integration/simple_query.sh +++ b/t/integration/simple_query.sh @@ -164,5 +164,9 @@ echo $output | grep -E '^\[\]$' run_sysdb -H "$SOCKET_FILE" \ -c "TIMESERIES 'invalid.host'.'invalid-metric'" && exit 1 +# Does not work yet since there is no fetcher plugin. +run_sysdb -H "$SOCKET_FILE" \ + -c "TIMESERIES 'some.host.name'.'foo/bar/qux'" && exit 1 + stop_sysdbd