Code

integration/simple_query.sh: Test another failure mode.
authorSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2014 19:43:17 +0000 (12:43 -0700)
committerSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2014 19:43:17 +0000 (12:43 -0700)
t/integration/simple_query.sh

index a2df1b933e7d89d316c3fa57c8360cbf486f4c2e..8a0a92ac67a0c92e9b0f8ff122c2b71ab46136cb 100755 (executable)
@@ -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