bind9/bin/tests/system/isctest
Nicki Křížek 1f6b58fa60 Log dnspython queries after .to_wire() is called
Some dns message modifications like TSIG happen only after .to_wire() is
called on the message. To ensure there isn't a discrepancy between what
has been logged and what has been sent, log the query after
dns.query.udp() is executed (which calls .to_wire() on the message).

Co-Authored-By: Štěpán Balážik <stepan@isc.org>
(cherry picked from commit a22e03f71b)
2026-03-09 12:12:41 +00:00
..
hypothesis Clean up imports of dnspython modules 2026-02-25 13:33:25 +01:00
log Replace deprecated typing imports 2026-02-25 13:33:46 +01:00
vars Replace Optional[T] with T | None 2026-02-25 13:33:25 +01:00
__init__.py Define __all__ in __init__.py files 2026-02-25 13:33:25 +01:00
__main__.py Apply black formatting changes 2026-01-21 22:39:09 +01:00
asyncserver.py Replace deprecated typing imports 2026-02-25 13:33:46 +01:00
check.py Clean up imports of dnspython modules 2026-02-25 13:33:25 +01:00
instance.py Clean up imports of dnspython modules 2026-02-25 13:33:25 +01:00
kasp.py Clean up imports of dnspython modules 2026-02-25 13:33:25 +01:00
mark.py Automatically sort imports in Python code 2026-02-25 13:33:20 +01:00
name.py Replace deprecated typing imports 2026-02-25 13:33:46 +01:00
query.py Log dnspython queries after .to_wire() is called 2026-03-09 12:12:41 +00:00
run.py Replace Optional[T] with T | None 2026-02-25 13:33:25 +01:00
template.py Replace Optional[T] with T | None 2026-02-25 13:33:25 +01:00
text.py Replace deprecated typing imports 2026-02-25 13:33:46 +01:00
util.py Clean up imports of dnspython modules 2026-02-25 13:33:25 +01:00