MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / test_cachedb_backends

Function test_cachedb_backends

cachedb/test/test_cachedb.c:672–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 */
671
672static void test_cachedb_backends(void)
673{
674#ifdef CACHEDB_SKIP_BACKEND_TESTS
675 return;
676#endif
677
678 test_cachedb_api("mongodb", NULL, NULL);
679 test_cachedb_api("cassandra", "test1", "test2");
680
681 test_cachedb_api("redis", NULL, NULL);
682
683 // todo();
684 // skip tests here
685 // end_todo;
686}
687
688
689static void test_cachedb_url(void)

Callers 1

test_cachedbFunction · 0.85

Calls 1

test_cachedb_apiFunction · 0.85

Tested by

no test coverage detected