[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-73-gf567e17

Andrew Bartlett abartlet at samba.org
Wed Jul 16 07:06:50 GMT 2008


The branch, v4-0-test has been updated
       via  f567e17758cfe937249beafae0a9087b67b27755 (commit)
      from  60161954ad5c99ce9934a968c5d41f41fafd780f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit f567e17758cfe937249beafae0a9087b67b27755
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Jul 16 17:06:33 2008 +1000

    Another kludge to let the OpenLDAP backend catch up.
    
    This will go away when this is handled in an internal transation.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source/lib/ldb/tests/python/ldap.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/tests/python/ldap.py b/source/lib/ldb/tests/python/ldap.py
index 945a9f1..0dc514a 100755
--- a/source/lib/ldb/tests/python/ldap.py
+++ b/source/lib/ldb/tests/python/ldap.py
@@ -835,6 +835,8 @@ member: CN=ldaptestutf8user èùéìòà,CN=Users,""" + self.base_dn + """
 
         ldb.delete(("CN=ldaptestuser2,CN=Users," + self.base_dn))
 
+        time.sleep(2)
+
         attrs = ["cn", "name", "objectClass", "objectGUID", "whenCreated", "nTSecurityDescriptor", "member"]
         print "Testing ldb.search for (&(cn=ldaptestgroup2)(objectClass=group)) to check linked delete"
         res = ldb.search(self.base_dn, expression="(&(cn=ldaptestgroup2)(objectClass=group))", scope=SCOPE_SUBTREE, attrs=attrs)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list