From: Michał Kępień Date: Tue, 11 Oct 2022 09:54:57 +0000 (+0200) Subject: Do not truncate ns2 logs in the "rrsetorder" test X-Git-Tag: v9.19.7~74^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9146b956ae8a77ecf3f34b4d928c98b3b63dcdb2;p=thirdparty%2Fbind9.git Do not truncate ns2 logs in the "rrsetorder" test In the "rrsetorder" system test, the ns2 named instance is restarted without passing the --restart option to bin/tests/system/start.pl. This causes the log file for that named instance to be needlessly truncated. Prevent this from happening by restarting the affected named instance in the same way as all the other named instances used in system tests. --- diff --git a/bin/tests/system/rrsetorder/tests.sh b/bin/tests/system/rrsetorder/tests.sh index 6bd0ec02d51..ae1b9720261 100644 --- a/bin/tests/system/rrsetorder/tests.sh +++ b/bin/tests/system/rrsetorder/tests.sh @@ -286,7 +286,7 @@ fi echo_i "Re-starting secondary" -start_server --noclean --port ${PORT} rrsetorder ns2 +start_server --noclean --restart --port ${PORT} rrsetorder ns2 # #