From: Nicki Křížek Date: Thu, 19 Jun 2025 13:05:56 +0000 (+0000) Subject: chg: test: Improve logging from isctest.run.retry_with_timeout X-Git-Tag: v9.21.10~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58964dc9debead405d1263f3a12f31b4bb18cc9;p=thirdparty%2Fbind9.git chg: test: Improve logging from isctest.run.retry_with_timeout Allow use of exception (and by extension, assert statements) in the called function in order to extract essential debug information about the type of failure that was encountered. In case the called function fails to succeed on the last retry and raised an exception, log it as error and set it as the assert message to propagate it through the pytest framework. Closes #5324 Merge branch '5324-pytest-isctest-run-logging' into 'main' See merge request isc-projects/bind9!10580 --- f58964dc9debead405d1263f3a12f31b4bb18cc9