Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f942258b
Commit
f942258b
authored
Nov 04, 1999
by
Michael Graff
Browse files
look up names, sleep for 5 seconds, dump db, sleep 5, look them up again.
parent
11e89b9b
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/tests/adb_test.c
View file @
f942258b
...
...
@@ -449,7 +449,28 @@ main(int argc, char **argv)
lookup
(
"moghedien.flame.org."
);
/* should fetch */
lookup
(
"mailrelay.flame.org."
);
/* should fetch */
lookup
(
"ipv4v6.flame.org."
);
/* should fetch */
lookup
(
"nonexistant.flame.org."
);
/* should fetch */
lookup
(
"nonexistant.flame.org."
);
/* should fail to be found */
lookup
(
"foobar.badns.flame.org."
);
/* should fail utterly (NS) */
lookup
(
"i.root-servers.net."
);
/* Should be in hints */
CUNLOCK
();
sleep
(
5
);
dns_adb_dump
(
adb
,
stderr
);
sleep
(
5
);
CLOCK
();
lookup
(
"f.root-servers.net."
);
/* Should be in hints */
lookup
(
"www.iengines.com"
);
/* should fetch */
lookup
(
"www.isc.org"
);
/* should fetch */
lookup
(
"www.flame.org"
);
/* should fetch */
lookup
(
"kechara.flame.org."
);
/* should fetch */
lookup
(
"moghedien.flame.org."
);
/* should fetch */
lookup
(
"mailrelay.flame.org."
);
/* should fetch */
lookup
(
"ipv4v6.flame.org."
);
/* should fetch */
lookup
(
"nonexistant.flame.org."
);
/* should fail to be found */
lookup
(
"foobar.badns.flame.org."
);
/* should fail utterly (NS) */
lookup
(
"i.root-servers.net."
);
/* Should be in hints */
CUNLOCK
();
...
...
Write
Preview
Supports
Markdown
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