Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Greg Burd
OpenLDAP
Commits
9f8a408c
Commit
9f8a408c
authored
4 years ago
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ITS#9282 Extend test to cover the second issue fixed
parent
04263407
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/data/regressions/its9282/its9282
+11
-1
11 additions, 1 deletion
tests/data/regressions/its9282/its9282
with
11 additions
and
1 deletion
tests/data/regressions/its9282/its9282
+
11
−
1
View file @
9f8a408c
...
...
@@ -67,7 +67,7 @@ while [ $n -le $MMR ]; do
CFDIR
=
${
XDIR
}
$n
/slapd.d
echo
"Starting provider slapd on TCP/IP URI
$MYURI
"
$SLAPD
-F
$CFDIR
-h
$MYURI
-d
$LVL
$TIMING
>
$MYLOG
2>&1 &
$SLAPD
-F
$CFDIR
-h
$MYURI
-d
$LVL
-d
sync
$TIMING
>
$MYLOG
2>&1 &
PID
=
$!
if
test
$WAIT
!=
0
;
then
...
...
@@ -248,6 +248,16 @@ if test $? != 0 ; then
exit
1
fi
echo
"Checking provider 2 sent the right cookie..."
grep
"starting refresh.*csn=.*#002#.*"
$LOG2
>
/dev/null 2>&1
RC
=
$?
if
test
$RC
!=
0
;
then
echo
"Provider 2 did not send its CSN in the cookie"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
fi
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
echo
">>>>> Test succeeded"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment