From 30c1fd13af4f4afc587111426d9477b25bd20a76 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 9 Oct 2017 15:59:36 -0600 Subject: [PATCH] note tests that are needed --- TESTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TESTS.md diff --git a/TESTS.md b/TESTS.md new file mode 100644 index 0000000..04829e0 --- /dev/null +++ b/TESTS.md @@ -0,0 +1,15 @@ +Tests todo: + +A - SERVFAIL - should return empty response, ra 0 +A - NXDOMAIN - should return SOA +A - NOERROR - should return A record + - or delegated NS record + +Record delegated to self should return SOA record rather than NS delegation + +Casing should match on question section, always. + +Casing should match on other sections if a direct match? (not required, but efficient for compression pointers) + - www.EXample.COm + example.com = EXample.COm + - EXample.COm + www.example.com = www.EXample.COm + - (this should be taken care of by compression pointer logic, once implemented)