Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
582
Issues
582
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
df22852d
Commit
df22852d
authored
May 23, 2000
by
Michael Sawyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix problem in notify test
parent
ef9f3246
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
11 deletions
+13
-11
bin/tests/system/notify/ns2/example1.db
bin/tests/system/notify/ns2/example1.db
+2
-2
bin/tests/system/notify/ns2/example2.db
bin/tests/system/notify/ns2/example2.db
+2
-2
bin/tests/system/notify/ns2/example3.db
bin/tests/system/notify/ns2/example3.db
+2
-2
bin/tests/system/notify/ns2/example4.db
bin/tests/system/notify/ns2/example4.db
+2
-2
bin/tests/system/notify/ns2/named.conf
bin/tests/system/notify/ns2/named.conf
+1
-0
bin/tests/system/notify/ns3/named.conf
bin/tests/system/notify/ns3/named.conf
+1
-0
bin/tests/system/notify/tests.sh
bin/tests/system/notify/tests.sh
+3
-3
No files found.
bin/tests/system/notify/ns2/example1.db
View file @
df22852d
...
...
@@ -2,8 +2,8 @@ $ORIGIN .
$TTL 300 ; 5 minutes
example IN SOA mname1. . (
1 ; serial
20 ; refresh (2
0 seconds)
20 ; retry (2
0 seconds)
300 ; refresh (30
0 seconds)
300 ; retry (30
0 seconds)
1814400 ; expire (3 weeks)
3600 ; minimum (1 hour)
)
...
...
bin/tests/system/notify/ns2/example2.db
View file @
df22852d
...
...
@@ -2,8 +2,8 @@ $ORIGIN .
$TTL 300 ; 5 minutes
example IN SOA mname1. . (
2 ; serial
20 ; refresh (2
0 seconds)
20 ; retry (2
0 seconds)
300 ; refresh (30
0 seconds)
300 ; retry (30
0 seconds)
1814400 ; expire (3 weeks)
3600 ; minimum (1 hour)
)
...
...
bin/tests/system/notify/ns2/example3.db
View file @
df22852d
...
...
@@ -2,8 +2,8 @@ $ORIGIN .
$TTL 300 ; 5 minutes
example IN SOA mname1. . (
3 ; serial
20 ; refresh (2
0 seconds)
20 ; retry (2
0 seconds)
300 ; refresh (30
0 seconds)
300 ; retry (30
0 seconds)
1814400 ; expire (3 weeks)
3600 ; minimum (1 hour)
)
...
...
bin/tests/system/notify/ns2/example4.db
View file @
df22852d
...
...
@@ -2,8 +2,8 @@ $ORIGIN .
$TTL 300 ; 5 minutes
example IN SOA mname1. . (
4 ; serial
20 ; refresh (2
0 seconds)
20 ; retry (2
0 seconds)
300 ; refresh (30
0 seconds)
300 ; retry (30
0 seconds)
1814400 ; expire (3 weeks)
3600 ; minimum (1 hour)
)
...
...
bin/tests/system/notify/ns2/named.conf
View file @
df22852d
...
...
@@ -3,6 +3,7 @@ options {
listen
-
on
{
10
.
53
.
0
.
2
; };
recursion
no
;
notify
yes
;
query
-
source
address
10
.
53
.
0
.
2
;
};
zone
"."
{
...
...
bin/tests/system/notify/ns3/named.conf
View file @
df22852d
...
...
@@ -4,6 +4,7 @@ options {
listen
-
on
{
10
.
53
.
0
.
3
; };
recursion
yes
;
notify
yes
;
query
-
source
address
10
.
53
.
0
.
3
;
};
zone
"."
{
...
...
bin/tests/system/notify/tests.sh
View file @
df22852d
...
...
@@ -53,7 +53,7 @@ rm -f ns2/example.db
cp
ns2/example2.db ns2/example.db
sleep
6
kill
-HUP
`
cat
ns2/named.pid
`
sleep
30
sleep
6
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.
\
@10.53.0.2 a
>
dig.out.ns2
...
...
@@ -74,7 +74,7 @@ cp ns2/example3.db ns2/example.db
sleep
6
kill
-HUP
`
cat
ns2/named.pid
`
(
cd
ns3
;
$NAMED
-c
named.conf
-d
99
-g
>>
named.run 2>&1 &
)
sleep
30
sleep
6
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.
\
@10.53.0.2 a
>
dig.out.ns2
...
...
@@ -94,7 +94,7 @@ kill `cat ns2/named.pid`
cp
ns2/example4.db ns2/example.db
sleep
6
(
cd
ns2
;
$NAMED
-c
named.conf
-d
99
-g
>>
named.run 2>&1 &
)
sleep
30
sleep
6
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.
\
@10.53.0.2 a
>
dig.out.ns2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment