2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +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:
Tony Finch
2022-09-12 10:31:10 +00:00
4 changed files with 13 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ options {
listen-on port @EXTRAPORT1@ { 10.53.0.1; };
listen-on-v6 { none; };
notify no;
notify-delay 0;
recursion no;
allow-transfer { any; };
};

View File

@@ -26,6 +26,7 @@ options {
listen-on { 10.53.0.2; };
listen-on-v6 { fd92:7065:b8e:ffff::2; };
notify no;
notify-delay 0;
recursion no;
serial-query-rate 100;
};
@@ -41,29 +42,38 @@ view "default" {
catalog-zones {
zone "catalog1.example"
default-masters { 10.53.0.1; }
min-update-interval 1s
in-memory no
zone-directory "zonedir";
zone "catalog2.example"
default-primaries { 10.53.0.1 port @EXTRAPORT1@; }
min-update-interval 1s
in-memory yes;
zone "catalog3.example"
default-masters { 10.53.0.1; }
min-update-interval 1s
zone-directory "nonexistent";
#T1 zone "catalog4.example"
#T1 min-update-interval 1s
#T1 default-masters { 10.53.0.1; };
#T2 zone "catalog5.example"
#T2 min-update-interval 1s
#T2 default-primaries { 10.53.0.1; };
zone "catalog-bad1.example"
default-masters { 10.53.0.1; }
min-update-interval 1s
in-memory yes;
zone "catalog-bad2.example"
default-masters { 10.53.0.1; }
min-update-interval 1s
in-memory yes;
zone "catalog-bad3.example"
default-masters { 10.53.0.1; }
min-update-interval 1s
in-memory yes;
zone "catalog-bad4.example"
default-masters { 10.53.0.1; }
min-update-interval 1s
in-memory yes;
};

View File

@@ -26,6 +26,7 @@ options {
listen-on { 10.53.0.2; };
listen-on-v6 { fd92:7065:b8e:ffff::2; };
notify no;
notify-delay 0;
recursion no;
serial-query-rate 100;
};

View File

@@ -28,6 +28,7 @@ options {
listen-on { 10.53.0.3; };
listen-on-v6 { fd92:7065:b8e:ffff::3; };
notify no;
notify-delay 0;
recursion no;
};