From eb390dd0381b7f502c52664c7984c13cafbd62d4 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 4 Apr 2025 11:55:42 +0200 Subject: [PATCH] - Fix to update common.sh for speed of kill_pid. --- doc/Changelog | 1 + testdata/common.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 40c58eb48..d6fee9b08 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ - Fix nettle compile for warnings and ticket keys. - Fix redis_replica test for unused option defaults and log printout. - Fix test to speed up common.sh script kill_pid. + - Fix to update common.sh for speed of kill_pid. 4 April 2025: Yorgos - Merge #1019: Redis read-only replica support. diff --git a/testdata/common.sh b/testdata/common.sh index 3f9f9a894..48b8204d2 100644 --- a/testdata/common.sh +++ b/testdata/common.sh @@ -1,7 +1,8 @@ # common.sh - an include file for commonly used functions for test code. # BSD licensed (see LICENSE file). # -# Version 6 +# Version 7 +# 2025-04-04: speed up kill_pid. # 2023-12-06: list wait_for_soa_serial in overview # 2023-12-06: get_ldns_notify, skip_test and teststep, and previous changes # also included are wait_logfile, cpu_count, process_cpu_list, and -- 2.47.3