Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
829a3024
Commit
829a3024
authored
Dec 07, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6420
parent
127cb743
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
829a3024
...
...
@@ -10,6 +10,7 @@ OpenLDAP 2.4.21 Engineering
Fixed slapo-unique criteria checking (ITS#6270)
Build Environment
Deleted broken LBER_INVALID macro (ITS#6402)
Fixed test058 kill usage (ITS#6420)
OpenLDAP 2.4.20 Release (2009/11/27)
Fixed client tools with LDAP options (ITS#6283)
...
...
tests/scripts/test058-syncrepl-asymmetric
View file @
829a3024
...
...
@@ -1643,7 +1643,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$NMUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site1 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1656,7 +1656,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1731,7 +1731,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1744,7 +1744,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1801,7 +1801,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$NMUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site2 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1877,7 +1877,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site2 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1890,7 +1890,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to site2 search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
@@ -1947,7 +1947,7 @@ for i in 1 2 3 4 5; do
"(description=Modify
$MNUM
)"
2>&1 |
awk
'/^dn:/ {print "NOK"}'
`
if
test
"x
$RESULT
"
=
"xNOK"
;
then
echo
"Change was replicated to central search!"
test
$KILLSERVERS
!=
no
&&
KILL
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
fi
sleep
1
...
...
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