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
48179343
Commit
48179343
authored
Sep 07, 2014
by
Mark Andrews
Browse files
reduce number of nsupdates being simultaeously forked
parent
2b703026
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/nsupdate/tests.sh
View file @
48179343
...
...
@@ -600,10 +600,10 @@ serial=`$DIG +short yyyymmddvv.nil. soa @10.53.0.1 -p 5300 | awk '{print $3}'` |
n
=
`
expr
$n
+ 1
`
echo
"I:send many simultaneous updates via a update forwarder (
$n
)"
ret
=
0
for
i
in
0 1 2 3 4 5 6 7
8 9 10 11 12 13 14 15 16
for
i
in
0 1 2 3 4 5 6 7
do
(
for
j
in
0 1 2 3 4 5 6 7
8 9 10 11 12 13 14 15 16
for
j
in
0 1 2 3 4 5 6 7
do
(
$NSUPDATE
<<
EOF
...
...
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