We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bd3ed commit 1e40533Copy full SHA for 1e40533
tests/runtime/filter_checklist.c
@@ -348,6 +348,7 @@ void flb_test_ignore_case(void)
348
test_ctx_destroy(ctx);
349
}
350
351
+#ifdef FLB_HAVE_SQLDB
352
void flb_test_mode_partial(void)
353
{
354
int ret;
@@ -394,12 +395,15 @@ void flb_test_mode_partial(void)
394
395
396
397
398
+#endif
399
400
TEST_LIST = {
401
{"lookup_key", flb_test_lookup_key},
402
{"lookup_keys", flb_test_lookup_keys},
403
{"records", flb_test_records},
404
{"ignore_case", flb_test_ignore_case},
405
406
{"mode_partial", flb_test_mode_partial},
407
408
{NULL, NULL}
409
};
0 commit comments