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
Christopher Ng
OpenLDAP
Commits
23be60e7
Commit
23be60e7
authored
19 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
clarify regression testing
parent
108dbb95
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/README
+1
-0
1 addition, 0 deletions
tests/README
tests/data/regressions/README
+4
-0
4 additions, 0 deletions
tests/data/regressions/README
tests/data/regressions/its4184/its4184
+7
-0
7 additions, 0 deletions
tests/data/regressions/its4184/its4184
with
12 additions
and
0 deletions
tests/README
+
1
−
0
View file @
23be60e7
...
...
@@ -8,6 +8,7 @@ verify basic functionality of the LDAP libraries, slapd, and slurpd.
To run SQL tests, define SLAPD_USE_SQL=<rdbms> and type
"make sql"; define SLAPD_USE_SQLWRITE=yes
to enable write tests as well.
To run regression tests, type "make regressions"
The test scripts depends on a number of tools commonly available on
Unix (and Unix-like) systems. While attempts have been made to make
...
...
This diff is collapsed.
Click to expand it.
tests/data/regressions/README
+
4
−
0
View file @
23be60e7
...
...
@@ -12,3 +12,7 @@ otherwise, if the issue appears whatever backend is used, the test should
be parametric, so that it is run with the backend selected at run-time
via the "-b" switch of the "run" script.
Regression tests are prepared on a voluntary basis, so don't expect all
bugs to have a test any soon. When the issue reporter provides a simple,
yet complete means to reproduce the bug she's reporting, this may speed up
the process. In case, only put neutral data in bug exploitation reports.
This diff is collapsed.
Click to expand it.
tests/data/regressions/its4184/its4184
+
7
−
0
View file @
23be60e7
...
...
@@ -64,6 +64,13 @@ if test $RC != 0 ; then
exit
$RC
fi
echo
""
echo
" This test applies a round of updates __after__ grabbing a lock"
echo
" that, before the fix, was not correctly released; in case "
echo
" of failure, the second round of updates will deadlock."
echo
" This issue was fixed in OpenLDAP 2.3.14."
echo
""
for
S
in
1 2
;
do
FILE
=
"
${
ITSDIR
}
/mods.ldif"
echo
"
${
S
}
) Applying
`
basename
${
FILE
}
`
..."
...
...
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