mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
Merge branch '3528-catz-test-faster' into 'main'
Speed up the `catz` system test Closes #3528 See merge request isc-projects/bind9!6742
This commit is contained in:
@@ -28,6 +28,7 @@ options {
|
|||||||
listen-on port @EXTRAPORT1@ { 10.53.0.1; };
|
listen-on port @EXTRAPORT1@ { 10.53.0.1; };
|
||||||
listen-on-v6 { none; };
|
listen-on-v6 { none; };
|
||||||
notify no;
|
notify no;
|
||||||
|
notify-delay 0;
|
||||||
recursion no;
|
recursion no;
|
||||||
allow-transfer { any; };
|
allow-transfer { any; };
|
||||||
};
|
};
|
||||||
|
@@ -26,6 +26,7 @@ options {
|
|||||||
listen-on { 10.53.0.2; };
|
listen-on { 10.53.0.2; };
|
||||||
listen-on-v6 { fd92:7065:b8e:ffff::2; };
|
listen-on-v6 { fd92:7065:b8e:ffff::2; };
|
||||||
notify no;
|
notify no;
|
||||||
|
notify-delay 0;
|
||||||
recursion no;
|
recursion no;
|
||||||
serial-query-rate 100;
|
serial-query-rate 100;
|
||||||
};
|
};
|
||||||
@@ -41,29 +42,38 @@ view "default" {
|
|||||||
catalog-zones {
|
catalog-zones {
|
||||||
zone "catalog1.example"
|
zone "catalog1.example"
|
||||||
default-masters { 10.53.0.1; }
|
default-masters { 10.53.0.1; }
|
||||||
|
min-update-interval 1s
|
||||||
in-memory no
|
in-memory no
|
||||||
zone-directory "zonedir";
|
zone-directory "zonedir";
|
||||||
zone "catalog2.example"
|
zone "catalog2.example"
|
||||||
default-primaries { 10.53.0.1 port @EXTRAPORT1@; }
|
default-primaries { 10.53.0.1 port @EXTRAPORT1@; }
|
||||||
|
min-update-interval 1s
|
||||||
in-memory yes;
|
in-memory yes;
|
||||||
zone "catalog3.example"
|
zone "catalog3.example"
|
||||||
default-masters { 10.53.0.1; }
|
default-masters { 10.53.0.1; }
|
||||||
|
min-update-interval 1s
|
||||||
zone-directory "nonexistent";
|
zone-directory "nonexistent";
|
||||||
#T1 zone "catalog4.example"
|
#T1 zone "catalog4.example"
|
||||||
|
#T1 min-update-interval 1s
|
||||||
#T1 default-masters { 10.53.0.1; };
|
#T1 default-masters { 10.53.0.1; };
|
||||||
#T2 zone "catalog5.example"
|
#T2 zone "catalog5.example"
|
||||||
|
#T2 min-update-interval 1s
|
||||||
#T2 default-primaries { 10.53.0.1; };
|
#T2 default-primaries { 10.53.0.1; };
|
||||||
zone "catalog-bad1.example"
|
zone "catalog-bad1.example"
|
||||||
default-masters { 10.53.0.1; }
|
default-masters { 10.53.0.1; }
|
||||||
|
min-update-interval 1s
|
||||||
in-memory yes;
|
in-memory yes;
|
||||||
zone "catalog-bad2.example"
|
zone "catalog-bad2.example"
|
||||||
default-masters { 10.53.0.1; }
|
default-masters { 10.53.0.1; }
|
||||||
|
min-update-interval 1s
|
||||||
in-memory yes;
|
in-memory yes;
|
||||||
zone "catalog-bad3.example"
|
zone "catalog-bad3.example"
|
||||||
default-masters { 10.53.0.1; }
|
default-masters { 10.53.0.1; }
|
||||||
|
min-update-interval 1s
|
||||||
in-memory yes;
|
in-memory yes;
|
||||||
zone "catalog-bad4.example"
|
zone "catalog-bad4.example"
|
||||||
default-masters { 10.53.0.1; }
|
default-masters { 10.53.0.1; }
|
||||||
|
min-update-interval 1s
|
||||||
in-memory yes;
|
in-memory yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -26,6 +26,7 @@ options {
|
|||||||
listen-on { 10.53.0.2; };
|
listen-on { 10.53.0.2; };
|
||||||
listen-on-v6 { fd92:7065:b8e:ffff::2; };
|
listen-on-v6 { fd92:7065:b8e:ffff::2; };
|
||||||
notify no;
|
notify no;
|
||||||
|
notify-delay 0;
|
||||||
recursion no;
|
recursion no;
|
||||||
serial-query-rate 100;
|
serial-query-rate 100;
|
||||||
};
|
};
|
||||||
|
@@ -28,6 +28,7 @@ options {
|
|||||||
listen-on { 10.53.0.3; };
|
listen-on { 10.53.0.3; };
|
||||||
listen-on-v6 { fd92:7065:b8e:ffff::3; };
|
listen-on-v6 { fd92:7065:b8e:ffff::3; };
|
||||||
notify no;
|
notify no;
|
||||||
|
notify-delay 0;
|
||||||
recursion no;
|
recursion no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user