Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
76906a6b
Commit
76906a6b
authored
Dec 18, 2018
by
Quanah Gibson-Mount
Browse files
ITS#8752 - Regression test fix
Increase sleep intervals to avoid test failures on slower/busy systems
parent
0deab428
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/data/regressions/its8752/its8752
View file @
76906a6b
...
@@ -189,7 +189,7 @@ while [ $n -le $MMR ]; do
...
@@ -189,7 +189,7 @@ while [ $n -le $MMR ]; do
read
foo
read
foo
fi
fi
KILLPIDS
=
"
$PID
$KILLPIDS
"
KILLPIDS
=
"
$PID
$KILLPIDS
"
sleep
$SLEEP
0
sleep
$SLEEP
1
echo
"Using ldapsearch to check that provider slapd is running..."
echo
"Using ldapsearch to check that provider slapd is running..."
for
i
in
0 1 2 3 4 5
;
do
for
i
in
0 1 2 3 4 5
;
do
...
@@ -230,7 +230,7 @@ EOMODS
...
@@ -230,7 +230,7 @@ EOMODS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
1
exit
1
fi
fi
sleep
$SLEEP
0
sleep
$SLEEP
1
n
=
`
expr
$n
+ 1
`
n
=
`
expr
$n
+ 1
`
done
done
...
@@ -407,7 +407,7 @@ while [ $n -le $MMR ]; do
...
@@ -407,7 +407,7 @@ while [ $n -le $MMR ]; do
read
foo
read
foo
fi
fi
KILLPIDS
=
"
$PID
$KILLPIDS
"
KILLPIDS
=
"
$PID
$KILLPIDS
"
sleep
$SLEEP
0
sleep
$SLEEP
1
echo
"Using ldapsearch to check that provider slapd is running..."
echo
"Using ldapsearch to check that provider slapd is running..."
for
i
in
0 1 2 3 4 5
;
do
for
i
in
0 1 2 3 4 5
;
do
...
...
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