summaryrefslogtreecommitdiffstats
path: root/src/resolve/test-dns-cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: replace ASSERT_TRUE() for dns_cache_lookup() with ASSERT_OK_POSITIVE()Yu Watanabe2024-08-141-7/+7
* resolved: tests for dns_cache_lookup() clamping the TTLJames Coglan2024-07-231-0/+37
* resolved: tests for dns_cache_put() for NXDOMAIN with no SOAJames Coglan2024-07-231-0/+12
* resolved: test that pseudo classes and types are not cachedJames Coglan2024-07-231-0/+88
* resolves: tests for dns_cache_prune()James Coglan2024-07-231-0/+38
* resolved: tests for dns_cache_check_conflicts()James Coglan2024-07-231-0/+55
* resolved: tests for dns_cache_export_shared_to_packet()James Coglan2024-07-231-0/+136
* resolved: tests for dns_cache_lookup(); mDNS and multiple matching entriesJames Coglan2024-07-231-0/+204
* resolved: tests for dns_cache_lookup() returning the most recent inputJames Coglan2024-07-231-0/+95
* resolved: tests for dns_cache_dump()James Coglan2024-07-231-0/+90
* resolved: test cache missesJames Coglan2024-07-231-0/+53
* resolved: tests for dns_cache_lookup() for NXDOMAINJames Coglan2024-07-231-3/+51
* resolved: first test for dns_cache_lookup()James Coglan2024-07-231-0/+41
* resolved: tests for dns_cache_dump_to_json()James Coglan2024-07-231-0/+60
* resolved: check that adding an expired response removes cache entryJames Coglan2024-07-231-0/+21
* resolved: tests for dns_cache_put(); CNAME success and name errorJames Coglan2024-07-231-0/+45
* resolved: tests for dns_cache_put() with non-matching class, type, nameJames Coglan2024-07-231-0/+51
* resolved: refactor DNS answer construction for cache testsJames Coglan2024-07-231-47/+18
* resolved: test for dns_cache_put() with empty answerJames Coglan2024-07-231-0/+14
* resolved: tests for dns_cache_put() with different RCODEsJames Coglan2024-07-231-0/+44
* resolved: tests for dns_cache_put(); successful A queryJames Coglan2024-07-231-0/+155