]> git.sur5r.net Git - openldap/commitdiff
Add delays to allow refint to complete
authorHoward Chu <hyc@openldap.org>
Mon, 29 Jun 2009 23:25:19 +0000 (23:25 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 29 Jun 2009 23:25:19 +0000 (23:25 +0000)
tests/scripts/test057-memberof-refint

index d3318621d272618678757e2dabd1dffb31339de2..8a9251162a2c0abc60a105b388f37a38965b95e0 100755 (executable)
@@ -186,6 +186,10 @@ deleteoldrdn:1
 newsuperior: $BASEDN
 EOF
 
+# refint runs in a background thread, so it most likely won't complete
+# before the modify returns. Give it some time to execute.
+sleep 1
+
 echo "Re-search the entire database..."
 echo "# Re-search the entire database..." >> $SEARCHOUT
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
@@ -208,6 +212,8 @@ deleteoldrdn:1
 newsuperior: $BASEDN
 EOF
 
+sleep 1
+
 echo "Re-search the entire database..."
 echo "# Re-search the entire database..." >> $SEARCHOUT
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
@@ -227,6 +233,8 @@ dn: cn=Baby Herman,ou=Toons,$BASEDN
 changetype: delete
 EOF
 
+sleep 1
+
 echo "Re-search the entire database..."
 echo "# Re-search the entire database..." >> $SEARCHOUT
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \