summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Test LifeTimeout and NoNameservers excetpions.lifetime_timeoutBob Halley2021-05-011-0/+61
|
* If a message handler returned None, do not yield it to the caller.Bob Halley2021-05-011-1/+1
| | | | | This is a bit cleaner than yielding it and having the caller throw an exception trying to treat it as a message.
* Update SVCB to the current spec.Brian Wellington2021-04-217-31/+230
|
* Fix repr() of GSS-TSIG key [Issue #657]Bob Halley2021-04-171-0/+14
|
* finish fixing nanonameserver handle(), and test it before committing :)Bob Halley2021-04-141-6/+3
|
* fix function signature and documentation of handle() methodBob Halley2021-04-141-2/+2
|
* Merge pull request #645 from rthalley/windows_asyncio_fixBob Halley2021-02-261-1/+13
|\ | | | | asyncio on Windows requries connected sockets. [Issue #637]
| * asyncio on Windows requries connected sockets. [Issue #637]windows_asyncio_fixBob Halley2021-02-251-1/+13
| |
* | Add custome exceptions.Brian Wellington2021-02-251-3/+9
| |
* | Test a non-relativized zone.Brian Wellington2021-02-251-0/+8
| |
* | Add more tests.Brian Wellington2021-02-251-1/+18
| | | | | | | | zone.compute_digest() didn't actually work. It does now.
* | Checkpoint ZONEMD support.Brian Wellington2021-02-245-0/+163
|/
* make `name in zone` consistent with `zone[name]`kimbo2021-02-161-0/+10
| | | | | specifically, allow name to be a str, and raise a KeyError if name cannot be converted into a dns.name.Name
* Ensure that DS digest length is consistent with digest typePeter Thomassen2021-01-181-0/+30
|
* Merge pull request #617 from peterthomassen/masterBob Halley2021-01-051-0/+38
|\ | | | | Allow custom chunksizes in dns.rdata.to_text
| * Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-051-0/+38
| |
* | _WireReader.read() should make flags a dns.flags.Flag [Issue #606]Bob Halley2021-01-041-0/+5
|/
* Change ChainingResult "rrset" to "answer"; fix typo.resolve_chainingBob Halley2020-12-211-1/+1
|
* resolve_chaining() now returns a ChainingResult object.Bob Halley2020-12-211-4/+5
|
* resolve_chaining() should not go into an infinite loop if the qtype isBob Halley2020-12-211-0/+14
| | | | CNAME and there is no answer [Issue #610].
* Add a test of a TSIG-signed AXFR of the root.Brian Wellington2020-11-251-5/+13
|
* Do not test override with default resolver if there is no Internet.Bob Halley2020-11-191-0/+1
|
* First pass at adding network timeouts to tests. This is for whenBob Halley2020-10-093-28/+41
| | | | | it looks like we have a network but it's not connected to the Internet.
* we should not canonicalize SVCB/HTTPS alias target either!Bob Halley2020-10-061-2/+2
|
* The alias target of an SVCB or HTTPS rdata must not be compressed.Bob Halley2020-10-061-0/+14
|
* Merge pull request #579 from rthalley/proc-orderBob Halley2020-09-091-0/+132
|\ | | | | Processing order
| * increase coverage for URI and SVCB processing_order()Bob Halley2020-09-091-0/+28
| |
| * correct and simplify weighted_processing_order()Bob Halley2020-09-091-9/+0
| |
| * test processing_order()Bob Halley2020-09-021-0/+113
| |
* | fix rrset match signature problemsfull_matchBob Halley2020-09-031-19/+31
|/
* test _as_* methodsBob Halley2020-09-011-0/+73
|
* improve versioned zone coverageBob Halley2020-09-011-0/+46
|
* add some versioned zone test casesBob Halley2020-09-011-0/+25
|
* more test coverage for dns.query._matches_destination()Bob Halley2020-09-011-0/+29
|
* check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs ↵Bob Halley2020-09-011-0/+12
| | | | there.
* enable TSIG text format testingBob Halley2020-08-271-2/+11
|
* Add DLV to example zone.Bob Halley2020-08-274-0/+4
|
* disable one more quad nine thingBob Halley2020-08-271-1/+2
|
* Adds SMIMEA record type, RFC 8162Nils Wisiol2020-08-275-0/+24
|
* Do not split OPENPGPKEY base64 into chunks. #577Bob Halley2020-08-263-3/+3
|
* use classmethod for Gateway factoriesBob Halley2020-08-261-15/+4
|
* remove _constify() uses; more complete checking of bitmap windows types like ↵Bob Halley2020-08-251-19/+19
| | | | NSEC
* is_udp is better as Inbound attribute not parameter to process_message(). ↵Bob Halley2020-08-221-3/+36
| | | | Increase coverage.
* disable 9.9.9.9 in tests temporarilyBob Halley2020-08-221-2/+6
|
* Detect and reject attempts to use compressed names in the generic rdataBob Halley2020-08-211-0/+4
| | | | syntax of a known type.
* Implement new inbound xfr design.xfrBob Halley2020-08-212-1/+723
|
* Txns and txn managers have a single RdataClassBob Halley2020-08-191-45/+40
|
* On win32, skip valid IPv6 addresses that socket.inet_pton() erroneously ↵Bob Halley2020-08-181-6/+13
| | | | thinks are invalid.
* add instrumentation to find out what v6 addresses windows does not likeBob Halley2020-08-181-0/+7
|
* store reference to manager in all txns; add origin_information()Bob Halley2020-08-181-3/+6
|