Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Дилян Палаузов
OpenLDAP
Commits
4a024d4d
Commit
4a024d4d
authored
Aug 13, 2021
by
Howard Chu
Browse files
autoca test deadlocks in back-ldif
parent
49ee5d9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test066-autoca
View file @
4a024d4d
...
...
@@ -21,6 +21,13 @@ if test $AUTOCA = autocano; then
exit
0
fi
if
test
$BACKEND
=
ldif
;
then
# autoca tries to modify an entry in a search response,
# which deadlocks because the tree is readlocked by the search.
echo
"Test does not support
$BACKEND
backend, test skipped"
exit
0
fi
CFDIR
=
$TESTDIR
/slapd.d
mkdir
-p
$TESTDIR
$CFDIR
$DBDIR1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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