From: Nicki Křížek Date: Mon, 9 Mar 2026 12:12:14 +0000 (+0100) Subject: chg: test: Log dnspython queries after .to_wire() is called X-Git-Tag: v9.21.20~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eb96f99023ddf69553bef3003c66b7fe07bfcf0;p=thirdparty%2Fbind9.git chg: test: 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). Merge branch 'nicki/pytest-log-querymsg' into 'main' See merge request isc-projects/bind9!11623 --- 4eb96f99023ddf69553bef3003c66b7fe07bfcf0