From a179f2ac5b31101a9d0a9ebb010b3b6ea31afa86 Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Tue, 17 Apr 2018 14:12:57 +0200 Subject: [PATCH] clean todolist --- regression-tests.auth-py/test_LuaRecords.py | 37 --------------------- 1 file changed, 37 deletions(-) diff --git a/regression-tests.auth-py/test_LuaRecords.py b/regression-tests.auth-py/test_LuaRecords.py index d93ec21cd..5d40f37b7 100644 --- a/regression-tests.auth-py/test_LuaRecords.py +++ b/regression-tests.auth-py/test_LuaRecords.py @@ -30,43 +30,6 @@ class FakeHTTPServer(BaseHTTPRequestHandler): self._set_headers() class TestLuaRecords(AuthTest): - """ - * ifurlup supports multiple groups of IP addresses, why not ifportup ? - - * pickrandom() can be used with a set of IPs or CNAMES whereas pickwrandom cannot - maybe unifying this would be nice - Note: there is a comment about that "In C++ this is ComboAddress in, - ComboAddress out. In Lua, vector string in, string out" - - * first query to a ifportup/ifurlup looks like returning all records - - * ifurlup with a different port ? - - TODO - ---- - * [x] test pickrandom() - * [x] test pickwrandom() - * [x] test pickwhashed() - * [x] test ifportup() - * [ ] test ifportup() with other selectors - * [x] test ifurlup() - * [x] test latlon() - * [x] test latlonloc() - * [x] test netmask() - * [x] test country() - * [x] test continent() - - * [x] test pickclosest() - * [x] test closestMagic() - * [x] test view() - * [x] test asnum() - * [x] rename pickwhashed() and pickwrandom() ? - * [x] unify pickrandom() pickwhashed() and pickwrandom() parameters (ComboAddress vs string) - * [x] make lua errors SERVFAIL - * [ ] Feature Request: allow both list of ips and string as argument of `pick*()` to return multiple records - * [ ] What to do with cases like "LUA AAAA pickrandom('::1', '127.0.0.1')" that will fail only if "127.0.0.1" is returned ? - * [ ] ifurlup supports multiple groups of IP addresses, why not ifportup ? (ie: "{{ip1g1, ip2g1}, {ip1g2}}" vs "{ip1, ip2, ip3}") - """ _zones = { 'example.org': """ example.org. 3600 IN SOA {soa} -- 2.40.0