Code

parser: Add support for metric timeseries fields.
[sysdb.git] / t / unit / core / store_lookup_test.c
index 33c9268cb01d29fc561987b9838eb86f12b213f6..33fd1d24ec4d55e257cd9ab49bbd6b76fcbbe840 100644 (file)
@@ -577,6 +577,9 @@ struct {
                NULL,                              1 },
        { "host.attribute['x1'] IS NULL",
                NULL,                              3 },
+       /* not a boolean so neither TRUE nor FALSE: */
+       { "attribute['k1'] IS TRUE", NULL,     0 },
+       { "attribute['k1'] IS FALSE", NULL,    0 },
        { "attribute['k1'] = 'v1'", NULL,      1 },
        { "attribute['k1'] = 'v1'",
                "name != 'k1'",                    0 },