From 9146b956ae8a77ecf3f34b4d928c98b3b63dcdb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 11 Oct 2022 11:54:57 +0200 Subject: [PATCH] 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. --- bin/tests/system/rrsetorder/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/rrsetorder/tests.sh b/bin/tests/system/rrsetorder/tests.sh index 6bd0ec02d5..ae1b972026 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 # #