mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
autoca test deadlocks in back-ldif
This commit is contained in:
parent
49ee5d9b24
commit
4a024d4d49
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue