Skip to content
GitLab
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
5c420ccc
Commit
5c420ccc
authored
Sep 07, 2014
by
Mark Andrews
Browse files
drop 'I:send many simultaneous updates via a update forwarder' test until re-written using perl
parent
76a17033
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/nsupdate/tests.sh
View file @
5c420ccc
...
...
@@ -597,6 +597,11 @@ serial=`$DIG +short yyyymmddvv.nil. soa @10.53.0.1 -p 5300 | awk '{print $3}'` |
[
"
$serial
"
-eq
"
$now
"
]
||
ret
=
1
[
$ret
=
0
]
||
{
echo
I:failed
;
status
=
1
;
}
#
# Refactor to use perl to launch the parallel updates.
#
if
false
then
n
=
`
expr
$n
+ 1
`
echo
"I:send many simultaneous updates via a update forwarder (
$n
)"
ret
=
0
...
...
@@ -622,6 +627,7 @@ dig axfr many.test @10.53.0.1 -p 5300 > dig.out.test$n
lines
=
`
awk
'$4 == "A" { l++ } END { print l }'
dig.out.test
$n
`
test
${
lines
:-
0
}
-eq
64
||
ret
=
1
[
$ret
=
0
]
||
{
echo
I:failed
;
status
=
1
;
}
fi
echo
"I:exit status:
$status
"
exit
$status
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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