From 27bf48327cd7d36c67e14d226a70639af50a4054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 8 Nov 2017 09:21:16 +0100 Subject: [PATCH] [master] Do not NOTIFY back the master view from slave views in notify system test This prevents a Linux kernel bug discussed in RT #32355 from being triggered and thus makes "checking notify to multiple views using tsig" stable. --- bin/tests/system/notify/ns5/named.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/notify/ns5/named.conf b/bin/tests/system/notify/ns5/named.conf index b2bdeca189..096f199282 100644 --- a/bin/tests/system/notify/ns5/named.conf +++ b/bin/tests/system/notify/ns5/named.conf @@ -53,6 +53,7 @@ view "b" { type slave; masters { 10.53.0.5 key "a"; }; file "x21.bk-b"; + notify no; }; }; @@ -62,5 +63,6 @@ view "c" { type slave; masters { 10.53.0.5 key "a"; }; file "x21.bk-c"; + notify no; }; };