From: Arаm Sаrgsyаn Date: Thu, 10 Apr 2025 20:36:19 +0000 (+0000) Subject: fix: test: Fix the task unit test X-Git-Tag: v9.18.37~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63dc025d2832c779a0e330eb79ae983be9f76775;p=thirdparty%2Fbind9.git fix: test: Fix the task unit test The timers can be destroyed while the timer actions are still running, and when the action calls isc_event_free() it can assert, because it's trying to access the destroyed timer object. Prior to destroying the timers, first disable them, then a short grace period before destroying them. Closes #5228 Merge branch '5228-task-unit-test-fix-9.18' into 'bind-9.18' See merge request isc-projects/bind9!10352 --- 63dc025d2832c779a0e330eb79ae983be9f76775