report.html

Report generated on 24-Apr-2021 at 01:54:02 by pytest-html v3.1.1

Environment

389-ds-base 2.0.4-20210424git4559a89c0.fc33
Packages {"pluggy": "0.13.1", "py": "1.10.0", "pytest": "5.4.3"}
Platform Linux-5.11.9-200.fc33.x86_64-x86_64-with-glibc2.32
Plugins {"html": "3.1.1", "libfaketime": "0.1.2", "metadata": "1.11.0"}
Python 3.9.2
cyrus-sasl 2.1.27-6.fc33
nspr 4.30.0-1.fc33
nss 3.63.0-1.fc33
openldap 2.4.50-5.fc33

Summary

2139 tests ran in 16531.01 seconds.

2038 passed, 11 skipped, 72 failed, 4 errors, 21 expected failures, 8 unexpected passes

Results

Result Test Duration Links
Error tickets/ticket48973_test.py::test_ticket48973_init::setup 0.94
request = <SubRequest 'topology' for <Function test_ticket48973_init>>

@pytest.fixture(scope="module")
def topology(request):
# Creating standalone instance ...
standalone = DirSrv(verbose=False)
args_instance[SER_HOST] = HOST_STANDALONE
args_instance[SER_PORT] = PORT_STANDALONE
args_instance[SER_SERVERID_PROP] = SERVERID_STANDALONE
args_instance[SER_CREATION_SUFFIX] = DEFAULT_SUFFIX
args_standalone = args_instance.copy()
standalone.allocate(args_standalone)
instance_standalone = standalone.exists()
if instance_standalone:
standalone.delete()
> standalone.create()

/export/tests/tickets/ticket48973_test.py:52:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:831: in create
self._createDirsrv(version)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:801: in _createDirsrv
sds.create_from_args(general, slapd, backends, None)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:663: in create_from_args
self._prepare_ds(general, slapd, backends)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:594: in _prepare_ds
assert_c(slapd['root_dn'] is not None, "Configuration root_dn in section [slapd] not found")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

condition = False, msg = 'Configuration root_dn in section [slapd] not found'

def assert_c(condition, msg="Assertion Failed"):
"""This is the same as assert, but assert is compiled out
when optimisation is enabled. This prevents compiling out.
"""
if not condition:
> raise AssertionError(msg)
E AssertionError: Configuration root_dn in section [slapd] not found

/usr/local/lib/python3.9/site-packages/lib389/utils.py:1246: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation...
Error tickets/ticket48973_test.py::test_ticket48973_ces_not_indexed::setup 0.00
request = <SubRequest 'topology' for <Function test_ticket48973_init>>

@pytest.fixture(scope="module")
def topology(request):
# Creating standalone instance ...
standalone = DirSrv(verbose=False)
args_instance[SER_HOST] = HOST_STANDALONE
args_instance[SER_PORT] = PORT_STANDALONE
args_instance[SER_SERVERID_PROP] = SERVERID_STANDALONE
args_instance[SER_CREATION_SUFFIX] = DEFAULT_SUFFIX
args_standalone = args_instance.copy()
standalone.allocate(args_standalone)
instance_standalone = standalone.exists()
if instance_standalone:
standalone.delete()
> standalone.create()

/export/tests/tickets/ticket48973_test.py:52:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:831: in create
self._createDirsrv(version)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:801: in _createDirsrv
sds.create_from_args(general, slapd, backends, None)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:663: in create_from_args
self._prepare_ds(general, slapd, backends)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:594: in _prepare_ds
assert_c(slapd['root_dn'] is not None, "Configuration root_dn in section [slapd] not found")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

condition = False, msg = 'Configuration root_dn in section [slapd] not found'

def assert_c(condition, msg="Assertion Failed"):
"""This is the same as assert, but assert is compiled out
when optimisation is enabled. This prevents compiling out.
"""
if not condition:
> raise AssertionError(msg)
E AssertionError: Configuration root_dn in section [slapd] not found

/usr/local/lib/python3.9/site-packages/lib389/utils.py:1246: AssertionError
Error tickets/ticket48973_test.py::test_ticket48973_homeDirectory_indexing::setup 0.00
request = <SubRequest 'topology' for <Function test_ticket48973_init>>

@pytest.fixture(scope="module")
def topology(request):
# Creating standalone instance ...
standalone = DirSrv(verbose=False)
args_instance[SER_HOST] = HOST_STANDALONE
args_instance[SER_PORT] = PORT_STANDALONE
args_instance[SER_SERVERID_PROP] = SERVERID_STANDALONE
args_instance[SER_CREATION_SUFFIX] = DEFAULT_SUFFIX
args_standalone = args_instance.copy()
standalone.allocate(args_standalone)
instance_standalone = standalone.exists()
if instance_standalone:
standalone.delete()
> standalone.create()

/export/tests/tickets/ticket48973_test.py:52:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:831: in create
self._createDirsrv(version)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:801: in _createDirsrv
sds.create_from_args(general, slapd, backends, None)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:663: in create_from_args
self._prepare_ds(general, slapd, backends)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:594: in _prepare_ds
assert_c(slapd['root_dn'] is not None, "Configuration root_dn in section [slapd] not found")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

condition = False, msg = 'Configuration root_dn in section [slapd] not found'

def assert_c(condition, msg="Assertion Failed"):
"""This is the same as assert, but assert is compiled out
when optimisation is enabled. This prevents compiling out.
"""
if not condition:
> raise AssertionError(msg)
E AssertionError: Configuration root_dn in section [slapd] not found

/usr/local/lib/python3.9/site-packages/lib389/utils.py:1246: AssertionError
Error tickets/ticket48973_test.py::test_ticket48973_homeDirectory_caseExactIA5Match_caseIgnoreIA5Match_indexing::setup 0.00
request = <SubRequest 'topology' for <Function test_ticket48973_init>>

@pytest.fixture(scope="module")
def topology(request):
# Creating standalone instance ...
standalone = DirSrv(verbose=False)
args_instance[SER_HOST] = HOST_STANDALONE
args_instance[SER_PORT] = PORT_STANDALONE
args_instance[SER_SERVERID_PROP] = SERVERID_STANDALONE
args_instance[SER_CREATION_SUFFIX] = DEFAULT_SUFFIX
args_standalone = args_instance.copy()
standalone.allocate(args_standalone)
instance_standalone = standalone.exists()
if instance_standalone:
standalone.delete()
> standalone.create()

/export/tests/tickets/ticket48973_test.py:52:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:831: in create
self._createDirsrv(version)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:801: in _createDirsrv
sds.create_from_args(general, slapd, backends, None)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:663: in create_from_args
self._prepare_ds(general, slapd, backends)
/usr/local/lib/python3.9/site-packages/lib389/instance/setup.py:594: in _prepare_ds
assert_c(slapd['root_dn'] is not None, "Configuration root_dn in section [slapd] not found")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

condition = False, msg = 'Configuration root_dn in section [slapd] not found'

def assert_c(condition, msg="Assertion Failed"):
"""This is the same as assert, but assert is compiled out
when optimisation is enabled. This prevents compiling out.
"""
if not condition:
> raise AssertionError(msg)
E AssertionError: Configuration root_dn in section [slapd] not found

/usr/local/lib/python3.9/site-packages/lib389/utils.py:1246: AssertionError
Failed suites/acl/keywords_test.py::test_user_can_access_the_data_when_connecting_from_any_machine 0.88
topo = <lib389.topologies.TopologyMain object at 0x7f3c63750700>
add_user = None, aci_of_user = None

def test_user_can_access_the_data_when_connecting_from_any_machine(
topo, add_user, aci_of_user
):
"""User can access the data when connecting from any machine as per the ACI.

:id: 28cbc008-7ac5-11e8-934e-8c16451d917b
:customerscenario: True
:setup: Standalone Server
:steps:
1. Add test entry
2. Add ACI
3. User should follow ACI role
:expectedresults:
1. Entry should be added
2. Operation should succeed
3. Operation should succeed
"""
# Add ACI
Domain(topo.standalone, DEFAULT_SUFFIX)\
.add("aci", f'(target ="ldap:///{DNS_OU_KEY}")'
f'(targetattr="*")(version 3.0; aci "DNS aci"; allow(all) '
f'userdn = "ldap:///{FULLDNS_KEY}" and dns = "*" ;)')

# Create a new connection for this test.
conn = UserAccount(topo.standalone, FULLDNS_KEY).bind(PW_DM)
# Perform Operation
> OrganizationalUnit(conn, DNS_OU_KEY).replace("seeAlso", "cn=1")

suites/acl/keywords_test.py:253:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:281: in replace
self.set(key, value, action=ldap.MOD_REPLACE)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c6412bf40>
func = <built-in method result4 of LDAP object at 0x7f3c642334e0>
args = (3, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 3, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'seeAlso' attribute of entry 'ou=dns,ou=keywords,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS
Failed suites/acl/keywords_test.py::test_user_can_access_the_data_when_connecting_from_internal_ds_network_only 0.13
topo = <lib389.topologies.TopologyMain object at 0x7f3c63750700>
add_user = None, aci_of_user = None

def test_user_can_access_the_data_when_connecting_from_internal_ds_network_only(
topo, add_user, aci_of_user
):
"""User can access the data when connecting from internal ICNC network only as per the ACI.

:id: 2cac2136-7ac5-11e8-8328-8c16451d917b
:customerscenario: True
:setup: Standalone Server
:steps:
1. Add test entry
2. Add ACI
3. User should follow ACI role
:expectedresults:
1. Entry should be added
2. Operation should succeed
3. Operation should succeed
"""
dns_name = socket.getfqdn()
# Add ACI
Domain(topo.standalone, DEFAULT_SUFFIX).\
add("aci", [f'(target = "ldap:///{DNS_OU_KEY}")(targetattr="*")'
f'(version 3.0; aci "DNS aci"; allow(all) '
f'userdn = "ldap:///{SUNDNS_KEY}" and '
f'(dns = "*redhat.com" or dns = "{dns_name}");)'])

# Create a new connection for this test.
conn = UserAccount(topo.standalone, SUNDNS_KEY).bind(PW_DM)
# Perform Operation
> OrganizationalUnit(conn, DNS_OU_KEY).replace("seeAlso", "cn=1")

suites/acl/keywords_test.py:284:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:281: in replace
self.set(key, value, action=ldap.MOD_REPLACE)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c63b6c370>
func = <built-in method result4 of LDAP object at 0x7f3c6424b570>
args = (3, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 3, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'seeAlso' attribute of entry 'ou=dns,ou=keywords,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS
Failed suites/acl/keywords_test.py::test_user_can_access_the_data_when_connecting_from_some_network_only 0.25
topo = <lib389.topologies.TopologyMain object at 0x7f3c63750700>
add_user = None, aci_of_user = None

def test_user_can_access_the_data_when_connecting_from_some_network_only(
topo, add_user, aci_of_user
):
"""User can access the data when connecting from some network only as per the ACI.

:id: 3098512a-7ac5-11e8-af85-8c16451d917b
:customerscenario: True
:setup: Standalone Server
:steps:
1. Add test entry
2. Add ACI
3. User should follow ACI role
:expectedresults:
1. Entry should be added
2. Operation should succeed
3. Operation should succeed
"""
dns_name = socket.getfqdn()
# Add ACI
Domain(topo.standalone, DEFAULT_SUFFIX)\
.add("aci", f'(target = "ldap:///{DNS_OU_KEY}")'
f'(targetattr="*")(version 3.0; aci "DNS aci"; allow(all) '
f'userdn = "ldap:///{NETSCAPEDNS_KEY}" '
f'and dns = "{dns_name}" ;)')

# Create a new connection for this test.
conn = UserAccount(topo.standalone, NETSCAPEDNS_KEY).bind(PW_DM)
# Perform Operation
> OrganizationalUnit(conn, DNS_OU_KEY).replace("seeAlso", "cn=1")

suites/acl/keywords_test.py:315:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:281: in replace
self.set(key, value, action=ldap.MOD_REPLACE)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c63b17250>
func = <built-in method result4 of LDAP object at 0x7f3c6412dc90>
args = (3, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 3, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'seeAlso' attribute of entry 'ou=dns,ou=keywords,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS
Failed suites/acl/keywords_test.py::test_from_an_unauthorized_network 0.28
topo = <lib389.topologies.TopologyMain object at 0x7f3c63750700>
add_user = None, aci_of_user = None

def test_from_an_unauthorized_network(topo, add_user, aci_of_user):
"""User cannot access the data when connecting from an unauthorized network as per the ACI.

:id: 34cf9726-7ac5-11e8-bc12-8c16451d917b
:customerscenario: True
:setup: Standalone Server
:steps:
1. Add test entry
2. Add ACI
3. User should follow ACI role
:expectedresults:
1. Entry should be added
2. Operation should succeed
3. Operation should succeed
"""
# Add ACI
Domain(topo.standalone, DEFAULT_SUFFIX).\
add("aci", f'(target = "ldap:///{DNS_OU_KEY}")'
f'(targetattr="*")(version 3.0; aci "DNS aci"; allow(all) '
f'userdn = "ldap:///{NETSCAPEDNS_KEY}" and dns != "red.iplanet.com" ;)')

# Create a new connection for this test.
conn = UserAccount(topo.standalone, NETSCAPEDNS_KEY).bind(PW_DM)
# Perform Operation
> OrganizationalUnit(conn, DNS_OU_KEY).replace("seeAlso", "cn=1")

suites/acl/keywords_test.py:342:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:281: in replace
self.set(key, value, action=ldap.MOD_REPLACE)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c62705250>
func = <built-in method result4 of LDAP object at 0x7f3c640ab4b0>
args = (3, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 3, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'seeAlso' attribute of entry 'ou=dns,ou=keywords,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS
Failed suites/acl/keywords_test.py::test_user_cannot_access_the_data_when_connecting_from_an_unauthorized_network_2 0.13
topo = <lib389.topologies.TopologyMain object at 0x7f3c63750700>
add_user = None, aci_of_user = None

def test_user_cannot_access_the_data_when_connecting_from_an_unauthorized_network_2(
topo, add_user, aci_of_user):
"""User cannot access the data when connecting from an unauthorized network as per the ACI.

:id: 396bdd44-7ac5-11e8-8014-8c16451d917b
:customerscenario: True
:setup: Standalone Server
:steps:
1. Add test entry
2. Add ACI
3. User should follow ACI role
:expectedresults:
1. Entry should be added
2. Operation should succeed
3. Operation should succeed
"""
# Add ACI
Domain(topo.standalone, DEFAULT_SUFFIX).\
add("aci", f'(target = "ldap:///{DNS_OU_KEY}")'
f'(targetattr="*")(version 3.0; aci "DNS aci"; allow(all) '
f'userdn = "ldap:///{NETSCAPEDNS_KEY}" '
f'and dnsalias != "www.redhat.com" ;)')

# Create a new connection for this test.
conn = UserAccount(topo.standalone, NETSCAPEDNS_KEY).bind(PW_DM)
# Perform Operation
> OrganizationalUnit(conn, DNS_OU_KEY).replace("seeAlso", "cn=1")

suites/acl/keywords_test.py:371:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:281: in replace
self.set(key, value, action=ldap.MOD_REPLACE)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c640d3d30>
func = <built-in method result4 of LDAP object at 0x7f3c64233d80>
args = (3, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 3, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'seeAlso' attribute of entry 'ou=dns,ou=keywords,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS
Failed suites/clu/dsctl_acceptance_test.py::test_custom_path 12.08
topo = <lib389.topologies.TopologyMain object at 0x7f3c61f2b520>

def test_custom_path(topo):
"""Test that a custom path, backup directory, is correctly used by lib389
when the server is stopped.

:id: 8659e209-ee83-477e-8183-1d2f555669ea
:setup: Standalone Instance
:steps:
1. Get the LDIF directory
2. Change the server's backup directory to the LDIF directory
3. Stop the server, and perform a backup
4. Backup was written to LDIF directory
:expectedresults:
1. Success
2. Success
3. Success
4. Success
"""

# Get LDIF dir
ldif_dir = topo.standalone.get_ldif_dir()

# Set backup directory to LDIF directory
topo.standalone.config.replace('nsslapd-bakdir', ldif_dir)

# Stop the server and take a backup
topo.standalone.stop()
topo.standalone.db2bak(None)

# Verify backup was written to LDIF directory
backups = os.listdir(ldif_dir)
> assert len(backups)
E assert 0
E + where 0 = len([])

suites/clu/dsctl_acceptance_test.py:48: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed suites/clu/repl_monitor_test.py::test_dsconf_replication_monitor 38.57
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c625780a0>
set_log_file = None

@pytest.mark.ds50545
@pytest.mark.bz1739718
@pytest.mark.skipif(ds_is_older("1.4.0"), reason="Not implemented")
def test_dsconf_replication_monitor(topology_m2, set_log_file):
"""Test replication monitor that was ported from legacy tools

:id: ce48020d-7c30-41b7-8f68-144c9cd757f6
:setup: 2 MM topology
:steps:
1. Create DS instance
2. Run replication monitor with connections option
3. Run replication monitor with aliases option
4. Run replication monitor with --json option
5. Run replication monitor with .dsrc file created
6. Run replication monitor with connections option as if using dsconf CLI
:expectedresults:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
"""

m1 = topology_m2.ms["supplier1"]
m2 = topology_m2.ms["supplier2"]

# Enable ldapi if not already done.
for inst in [topology_m2.ms["supplier1"], topology_m2.ms["supplier2"]]:
if not inst.can_autobind():
# Update ns-slapd instance
inst.config.set('nsslapd-ldapilisten', 'on')
inst.config.set('nsslapd-ldapiautobind', 'on')
inst.restart()
# Ensure that updates have been sent both ways.
replicas = Replicas(m1)
replica = replicas.get(DEFAULT_SUFFIX)
replica.test_replication([m2])
replicas = Replicas(m2)
replica = replicas.get(DEFAULT_SUFFIX)
replica.test_replication([m1])

alias_content = ['Supplier: M1 (' + m1.host + ':' + str(m1.port) + ')',
'Supplier: M2 (' + m2.host + ':' + str(m2.port) + ')']

connection_content = 'Supplier: '+ m1.host + ':' + str(m1.port)
content_list = ['Replica Root: dc=example,dc=com',
'Replica ID: 1',
'Replica Status: Available',
'Max CSN',
'Status For Agreement: "002" ('+ m2.host + ':' + str(m2.port) + ')',
'Replica Enabled: on',
'Update In Progress: FALSE',
'Last Update Start:',
'Last Update End:',
'Number Of Changes Sent:',
'Number Of Changes Skipped: None',
'Last Update Status: Error (0) Replica acquired successfully: Incremental update succeeded',
'Last Init Start:',
'Last Init End:',
'Last Init Status:',
'Reap Active: 0',
'Replication Status: In Synchronization',
'Replication Lag Time:',
'Supplier: ',
m2.host + ':' + str(m2.port),
'Replica Root: dc=example,dc=com',
'Replica ID: 2',
'Status For Agreement: "001" (' + m1.host + ':' + str(m1.port)+')']

error_list = ['consumer (Unavailable)',
'Failed to retrieve database RUV entry from consumer']

json_list = ['type',
'list',
'items',
'name',
m1.host + ':' + str(m1.port),
'data',
'"replica_id": "1"',
'"replica_root": "dc=example,dc=com"',
'"replica_status": "Available"',
'maxcsn',
'agmts_status',
'agmt-name',
'002',
'replica',
m2.host + ':' + str(m2.port),
'replica-enabled',
'update-in-progress',
'last-update-start',
'last-update-end',
'number-changes-sent',
'number-changes-skipped',
'last-update-status',
'Error (0) Replica acquired successfully: Incremental update succeeded',
'last-init-start',
'last-init-end',
'last-init-status',
'reap-active',
'replication-status',
'In Synchronization',
'replication-lag-time',
'"replica_id": "2"',
'001',
m1.host + ':' + str(m1.port)]

connections = [m1.host + ':' + str(m1.port) + ':' + DN_DM + ':' + PW_DM,
m2.host + ':' + str(m2.port) + ':' + DN_DM + ':' + PW_DM]

args = FakeArgs()
args.connections = connections
args.aliases = None
args.json = False

log.info('Run replication monitor with connections option')
get_repl_monitor_info(m1, DEFAULT_SUFFIX, log, args)
(host_m1, host_m2) = get_hostnames_from_log(m1.port, m2.port)
> check_value_in_log_and_reset(content_list, connection_content, error_list=error_list)

suites/clu/repl_monitor_test.py:211:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

content_list = ['Replica Root: dc=example,dc=com', 'Replica ID: 1', 'Replica Status: Available', 'Max CSN', 'Status For Agreement: "002" (ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002)', 'Replica Enabled: on', ...]
second_list = 'Supplier: ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001'
single_value = None
error_list = ['consumer (Unavailable)', 'Failed to retrieve database RUV entry from consumer']

def check_value_in_log_and_reset(content_list, second_list=None, single_value=None, error_list=None):
with open(LOG_FILE, 'r+') as f:
file_content = f.read()

for item in content_list:
log.info('Check that "{}" is present'.format(item))
> assert item in file_content
E AssertionError: assert 'Replica Status: Available' in 'Run replication monitor with connections option\ndsrc path: /root/.dsrc\ndsrc container path: /data/config/container....t Init Status: unavailable\nReap Active: 0\nReplication Status: In Synchronization\nReplication Lag Time: 00:00:00\n\n'

suites/clu/repl_monitor_test.py:54: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect bf475881-67a6-41d6-931f-d50ebba33dc7 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a2ec027a-efee-4926-824d-0bc5161cab32 / got description=bf475881-67a6-41d6-931f-d50ebba33dc7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.repl_monitor_test:repl_monitor_test.py:208 Run replication monitor with connections option DEBUG tests.suites.clu.repl_monitor_test:dsrc.py:76 dsrc path: /root/.dsrc DEBUG tests.suites.clu.repl_monitor_test:dsrc.py:77 dsrc container path: /data/config/container.inf DEBUG tests.suites.clu.repl_monitor_test:dsrc.py:85 dsrc instances: [] DEBUG tests.suites.clu.repl_monitor_test:dsrc.py:212 dsrc completed with {'connections': None, 'aliases': None} INFO tests.suites.clu.repl_monitor_test:replication.py:446 Supplier: localhost.localdomain:39001 INFO tests.suites.clu.repl_monitor_test:replication.py:450 ------------------------------------- INFO tests.suites.clu.repl_monitor_test:replication.py:464 Replica Root: dc=example,dc=com INFO tests.suites.clu.repl_monitor_test:replication.py:465 Replica ID: 1 INFO tests.suites.clu.repl_monitor_test:replication.py:466 Replica Status: Online INFO tests.suites.clu.repl_monitor_test:replication.py:467 Max CSN: 60837792000000010000 INFO tests.suites.clu.repl_monitor_test:replication.py:470 Status For Agreement: "002" (ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002) Replica Enabled: on Update In Progress: FALSE Last Update Start: 20210424014244Z Last Update End: 20210424014244Z Number Of Changes Sent: 1:2/0 Number Of Changes Skipped: None Last Update Status: Error (0) Replica acquired successfully: Incremental update succeeded Last Init Start: 19700101000000Z Last Init End: 19700101000000Z Last Init Status: unavailable Reap Active: 0 Replication Status: In Synchronization Replication Lag Time: 00:00:00 INFO tests.suites.clu.repl_monitor_test:replication.py:446 Supplier: ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO tests.suites.clu.repl_monitor_test:replication.py:450 ----------------------------------------------------------------- INFO tests.suites.clu.repl_monitor_test:replication.py:464 Replica Root: dc=example,dc=com INFO tests.suites.clu.repl_monitor_test:replication.py:465 Replica ID: 2 INFO tests.suites.clu.repl_monitor_test:replication.py:466 Replica Status: Online INFO tests.suites.clu.repl_monitor_test:replication.py:467 Max CSN: 60837794000000020000 INFO tests.suites.clu.repl_monitor_test:replication.py:470 Status For Agreement: "001" (ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001) Replica Enabled: on Update In Progress: TRUE Last Update Start: 20210424014244Z Last Update End: 19700101000000Z Number Of Changes Sent: 2:2/0 Number Of Changes Skipped: None Last Update Status: Error (0) Replica acquired successfully: Incremental update started Last Init Start: 19700101000000Z Last Init End: 19700101000000Z Last Init Status: unavailable Reap Active: 0 Replication Status: In Synchronization Replication Lag Time: 00:00:00 INFO tests.suites.clu.repl_monitor_test:repl_monitor_test.py:53 Check that "Replica Root: dc=example,dc=com" is present INFO tests.suites.clu.repl_monitor_test:repl_monitor_test.py:53 Check that "Replica ID: 1" is present INFO tests.suites.clu.repl_monitor_test:repl_monitor_test.py:53 Check that "Replica Status: Available" is present
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.repl_monitor_test:repl_monitor_test.py:38 Delete files
Failed suites/dynamic_plugins/dynamic_plugins_test.py::test_acceptance 30.15
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c625a1d90>

def test_acceptance(topology_m2):
"""Exercise each plugin and its main features, while
changing the configuration without restarting the server.

:id: 96136538-0151-4b09-9933-0e0cbf2c786c
:setup: 2 Supplier Instances
:steps:
1. Pause all replication
2. Set nsslapd-dynamic-plugins to on
3. Try to update LDBM config entry
4. Go through all plugin basic functionality
5. Resume replication
6. Go through all plugin basic functionality again
7. Check that data in sync and replication is working
:expectedresults:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
7. Success
"""

m1 = topology_m2.ms["supplier1"]
msg = ' (no replication)'
replication_run = False

# First part of the test should be without replication
topology_m2.pause_all_replicas()

# First enable dynamic plugins
m1.config.replace('nsslapd-dynamic-plugins', 'on')

# Test that critical plugins can be updated even though the change might not be applied
ldbm_config = LDBMConfig(m1)
ldbm_config.replace('description', 'test')

while True:
# First run the tests with replication disabled, then rerun them with replication set up

############################################################################
# Test plugin functionality
############################################################################

log.info('####################################################################')
log.info('Testing Dynamic Plugins Functionality' + msg + '...')
log.info('####################################################################\n')

> acceptance_test.check_all_plugins(topology_m2)

suites/dynamic_plugins/dynamic_plugins_test.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/plugins/acceptance_test.py:1807: in check_all_plugins
func(topo, args)
suites/plugins/acceptance_test.py:477: in test_automember
task = plugin.fixup(branch2.dn, _filter='objectclass=top')
/usr/local/lib/python3.9/site-packages/lib389/plugins.py:1087: in fixup
task.create(properties=task_properties)
/usr/local/lib/python3.9/site-packages/lib389/tasks.py:118: in create
return super(Task, self).create(rdn, properties, basedn)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:972: in create
return self._create(rdn, properties, basedn, ensure=False)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:947: in _create
self._instance.add_ext_s(e, serverctrls=self._server_controls, clientctrls=self._client_controls, escapehatch='i am sure')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c63a208b0>
func = <built-in method result4 of LDAP object at 0x7f3c64123e40>
args = (133, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ef7b5950-753f-4f28-b28d-992948c5f8d7 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 79b9f45c-7227-467c-a6cf-9177ebef79dc / got description=ef7b5950-753f-4f28-b28d-992948c5f8d7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
Failed suites/dynamic_plugins/dynamic_plugins_test.py::test_memory_corruption 0.08
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c625a1d90>

def test_memory_corruption(topology_m2):
"""Check the plugins for memory corruption issues while
dynamic plugins option is enabled

:id: 96136538-0151-4b09-9933-0e0cbf2c7862
:setup: 2 Supplier Instances
:steps:
1. Pause all replication
2. Set nsslapd-dynamic-plugins to on
3. Try to update LDBM config entry
4. Restart the plugin many times in a linked list fashion
restarting previous and preprevious plugins in the list of all plugins
5. Run the functional test
6. Repeat 4 and 5 steps for all plugins
7. Resume replication
8. Go through 4-6 steps once more
9. Check that data in sync and replication is working
:expectedresults:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
7. Success
8. Success
9. Success
"""


m1 = topology_m2.ms["supplier1"]
msg = ' (no replication)'
replication_run = False

# First part of the test should be without replication
> topology_m2.pause_all_replicas()

suites/dynamic_plugins/dynamic_plugins_test.py:179:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/topologies.py:219: in pause_all_replicas
replica = replicas.get(DEFAULT_SUFFIX)
/usr/local/lib/python3.9/site-packages/lib389/replica.py:1765: in get
replica = super(Replicas, self).get(selector, dn)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1146: in get
results = self._get_selector(selector)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1177: in _get_selector
return self._instance.search_ext_s(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:863: in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:853: in search_ext
return self._ldap_call(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c63a208b0>
func = <built-in method search_ext of LDAP object at 0x7f3c64123e40>
args = ('cn=mapping tree,cn=config', 2, '(&(&(objectclass=nsds5Replica))(|(nsDS5ReplicaRoot=dc=example,dc=com)))', ['dn'], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
Failed suites/dynamic_plugins/dynamic_plugins_test.py::test_stress 1.02
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c625a1d90>

@pytest.mark.tier2
def test_stress(topology_m2):
"""Test plugins while under a big load. Perform the test 5 times

:id: 96136538-0151-4b09-9933-0e0cbf2c7863
:setup: 2 Supplier Instances
:steps:
1. Pause all replication
2. Set nsslapd-dynamic-plugins to on
3. Try to update LDBM config entry
4. Do one run through all tests
5. Enable Referential integrity and MemberOf plugins
6. Launch three new threads to add a bunch of users
7. While we are adding users restart the MemberOf and
Linked Attributes plugins many times
8. Wait for the 'adding' threads to complete
9. Now launch three threads to delete the users
10. Restart both the MemberOf, Referential integrity and
Linked Attributes plugins during these deletes
11. Wait for the 'deleting' threads to complete
12. Now make sure both the MemberOf and Referential integrity plugins still work correctly
13. Cleanup the stress tests (delete the group entry)
14. Perform 4-13 steps five times
15. Resume replication
16. Go through 4-14 steps once more
17. Check that data in sync and replication is working
:expectedresults:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
7. Success
8. Success
9. Success
10. Success
11. Success
12. Success
13. Success
14. Success
15. Success
16. Success
17. Success
"""

m1 = topology_m2.ms["supplier1"]
msg = ' (no replication)'
replication_run = False
stress_max_runs = 5

# First part of the test should be without replication
> topology_m2.pause_all_replicas()

suites/dynamic_plugins/dynamic_plugins_test.py:297:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/topologies.py:219: in pause_all_replicas
replica = replicas.get(DEFAULT_SUFFIX)
/usr/local/lib/python3.9/site-packages/lib389/replica.py:1765: in get
replica = super(Replicas, self).get(selector, dn)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1146: in get
results = self._get_selector(selector)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1177: in _get_selector
return self._instance.search_ext_s(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:863: in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:853: in search_ext
return self._ldap_call(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c63a208b0>
func = <built-in method search_ext of LDAP object at 0x7f3c64123e40>
args = ('cn=mapping tree,cn=config', 2, '(&(&(objectclass=nsds5Replica))(|(nsDS5ReplicaRoot=dc=example,dc=com)))', ['dn'], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
Failed suites/gssapi/simple_gssapi_test.py::test_gssapi_bind 14.42
topology_st_gssapi = <lib389.topologies.TopologyMain object at 0x7f3c63d768e0>
testuser = <lib389.idm.user.UserAccount object at 0x7f3c63d763a0>

@gssapi_ack
def test_gssapi_bind(topology_st_gssapi, testuser):
"""Test that we can bind with GSSAPI

:id: 894a4c27-3d4c-4ba3-aa33-2910032e3783

:setup: standalone gssapi instance

:steps:
1. Bind with sasl/gssapi
:expectedresults:
1. Bind succeeds

"""
> conn = testuser.bind_gssapi()

suites/gssapi/simple_gssapi_test.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/idm/account.py:258: in bind_gssapi
inst_clone.open(saslmethod='gssapi')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:991: in open
self.sasl_interactive_bind_s("", sasl_auth, escapehatch='i am sure')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:476: in sasl_interactive_bind_s
return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c620cc460>
func = <built-in method sasl_interactive_bind_s of LDAP object at 0x7f3c63dae150>
args = ('', <ldap.sasl.gssapi object at 0x7f3c63a27370>, None, None, 2)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INVALID_CREDENTIALS: {'result': 49, 'desc': 'Invalid credentials', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INVALID_CREDENTIALS
-----------------------------Captured stdout setup------------------------------
Kerberos primary password: 8R34NptBbDMCNY9nY4jUuqxhpo5Hdf.YVgZWYJDUqsZ3Q3yYpCcYlB.OW9L08Gync Loading random data Initializing database '/var/kerberos/krb5kdc/principal' for realm 'HOSTED.UPSHIFT.RDU2.REDHAT.COM', master key name 'K/M@HOSTED.UPSHIFT.RDU2.REDHAT.COM' Authenticating as principal root/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. Principal "ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM" created. Authenticating as principal root/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. K/M@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/changepw@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM kiprop/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM krbtgt/HOSTED.UPSHIFT.RDU2.REDHAT.COM@HOSTED.UPSHIFT.RDU2.REDHAT.COM ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM Authenticating as principal root/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. Entry for principal ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. Entry for principal ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. Authenticating as principal root/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. Principal "testuser@HOSTED.UPSHIFT.RDU2.REDHAT.COM" created. Authenticating as principal root/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. K/M@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/changepw@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM kiprop/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM krbtgt/HOSTED.UPSHIFT.RDU2.REDHAT.COM@HOSTED.UPSHIFT.RDU2.REDHAT.COM ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM testuser@HOSTED.UPSHIFT.RDU2.REDHAT.COM Authenticating as principal root/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. Entry for principal testuser@HOSTED.UPSHIFT.RDU2.REDHAT.COM with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/testuser.keytab. Entry for principal testuser@HOSTED.UPSHIFT.RDU2.REDHAT.COM with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/testuser.keytab.
-----------------------------Captured stderr setup------------------------------
No policy specified for ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM; defaulting to no policy No policy specified for testuser@HOSTED.UPSHIFT.RDU2.REDHAT.COM; defaulting to no policy
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed suites/gssapi/simple_gssapi_test.py::test_support_mech 0.34
topology_st_gssapi = <lib389.topologies.TopologyMain object at 0x7f3c63d768e0>
testuser = <lib389.idm.user.UserAccount object at 0x7f3c63d763a0>

@gssapi_ack
def test_support_mech(topology_st_gssapi, testuser):
"""Test allowed sasl mechs works when GSSAPI is allowed

:id: 6ec80aca-00c4-4141-b96b-3ae8837fc751

:setup: standalone gssapi instance

:steps:
1. Add GSSAPI to allowed sasl mechanisms.
2. Attempt to bind
:expectedresults:
1. The allowed mechs are changed.
2. The bind succeeds.
"""
topology_st_gssapi.standalone.config.set('nsslapd-allowed-sasl-mechanisms', 'GSSAPI EXTERNAL ANONYMOUS')
> conn = testuser.bind_gssapi()

suites/gssapi/simple_gssapi_test.py:125:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/idm/account.py:258: in bind_gssapi
inst_clone.open(saslmethod='gssapi')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:991: in open
self.sasl_interactive_bind_s("", sasl_auth, escapehatch='i am sure')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:476: in sasl_interactive_bind_s
return self._ldap_call(self._l.sasl_interactive_bind_s,who,auth,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls),sasl_flags)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c63c4e220>
func = <built-in method sasl_interactive_bind_s of LDAP object at 0x7f3c622f2540>
args = ('', <ldap.sasl.gssapi object at 0x7f3c622f2730>, None, None, 2)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INVALID_CREDENTIALS: {'result': 49, 'desc': 'Invalid credentials', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INVALID_CREDENTIALS
Failed suites/healthcheck/health_security_test.py::test_healthcheck_certif_expiring_within_30d 11.89
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c62334f70>

@pytest.mark.ds50873
@pytest.mark.bz1685160
@pytest.mark.xfail(ds_is_older("1.4.1"), reason="Not implemented")
def test_healthcheck_certif_expiring_within_30d(topology_st):
"""Check if HealthCheck returns DSCERTLE0001 code

:id: c2165032-88ba-4978-a4ca-2fecfd8c35d8
:setup: Standalone instance
:steps:
1. Create DS instance
2. Use libfaketime to tell the process the date is within 30 days before certificate expiration
3. Use HealthCheck without --json option
4. Use HealthCheck with --json option
:expectedresults:
1. Success
2. Success
3. Healthcheck reports DSCERTLE0001 code and related details
4. Healthcheck reports DSCERTLE0001 code and related details
"""

RET_CODE = 'DSCERTLE0001'

standalone = topology_st.standalone

standalone.enable_tls()

# Cert is valid two years from today, so we count the date that is within 30 days before certificate expiration
date_future = datetime.now() + timedelta(days=701)

with libfaketime.fake_time(date_future):
time.sleep(1)
> run_healthcheck_and_flush_log(topology_st, standalone, RET_CODE, json=False)

suites/healthcheck/health_security_test.py:304:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology = <lib389.topologies.TopologyMain object at 0x7f3c62334f70>
instance = <lib389.DirSrv object at 0x7f3c61e22550>
searched_code = 'DSCERTLE0001', json = False, searched_code2 = None

def run_healthcheck_and_flush_log(topology, instance, searched_code, json, searched_code2=None):
args = FakeArgs()
args.instance = instance.serverid
args.verbose = instance.verbose
args.list_errors = False
args.list_checks = False
args.check = ['config', 'encryption', 'tls', 'fschecks']
args.dry_run = False

if json:
log.info('Use healthcheck with --json option')
args.json = json
health_check_run(instance, topology.logcap.log, args)
assert topology.logcap.contains(searched_code)
log.info('Healthcheck returned searched code: %s' % searched_code)

if searched_code2 is not None:
assert topology.logcap.contains(searched_code2)
log.info('Healthcheck returned searched code: %s' % searched_code2)
else:
log.info('Use healthcheck without --json option')
args.json = json
health_check_run(instance, topology.logcap.log, args)
> assert topology.logcap.contains(searched_code)
E AssertionError: assert False
E + where False = <bound method LogCapture.contains of <LogCapture (NOTSET)>>('DSCERTLE0001')
E + where <bound method LogCapture.contains of <LogCapture (NOTSET)>> = <LogCapture (NOTSET)>.contains
E + where <LogCapture (NOTSET)> = <lib389.topologies.TopologyMain object at 0x7f3c62334f70>.logcap

suites/healthcheck/health_security_test.py:67: AssertionError
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found.
Failed suites/healthcheck/health_security_test.py::test_healthcheck_certif_expired 11.47
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c62334f70>

@pytest.mark.ds50873
@pytest.mark.bz1685160
@pytest.mark.xfail(ds_is_older("1.4.1"), reason="Not implemented")
def test_healthcheck_certif_expired(topology_st):
"""Check if HealthCheck returns DSCERTLE0002 code

:id: ceff2c22-62c0-4fd9-b737-930a88458d68
:setup: Standalone instance
:steps:
1. Create DS instance
2. Use libfaketime to tell the process the date is after certificate expiration
3. Use HealthCheck without --json option
4. Use HealthCheck with --json option
:expectedresults:
1. Success
2. Success
3. Healthcheck reports DSCERTLE0002 code and related details
4. Healthcheck reports DSCERTLE0002 code and related details
"""

RET_CODE = 'DSCERTLE0002'

standalone = topology_st.standalone

standalone.enable_tls()

# Cert is valid two years from today, so we count the date that is after expiration
date_future = datetime.now() + timedelta(days=731)

with libfaketime.fake_time(date_future):
time.sleep(1)
> run_healthcheck_and_flush_log(topology_st, standalone, RET_CODE, json=False)

suites/healthcheck/health_security_test.py:343:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology = <lib389.topologies.TopologyMain object at 0x7f3c62334f70>
instance = <lib389.DirSrv object at 0x7f3c61e22550>
searched_code = 'DSCERTLE0002', json = False, searched_code2 = None

def run_healthcheck_and_flush_log(topology, instance, searched_code, json, searched_code2=None):
args = FakeArgs()
args.instance = instance.serverid
args.verbose = instance.verbose
args.list_errors = False
args.list_checks = False
args.check = ['config', 'encryption', 'tls', 'fschecks']
args.dry_run = False

if json:
log.info('Use healthcheck with --json option')
args.json = json
health_check_run(instance, topology.logcap.log, args)
assert topology.logcap.contains(searched_code)
log.info('Healthcheck returned searched code: %s' % searched_code)

if searched_code2 is not None:
assert topology.logcap.contains(searched_code2)
log.info('Healthcheck returned searched code: %s' % searched_code2)
else:
log.info('Use healthcheck without --json option')
args.json = json
health_check_run(instance, topology.logcap.log, args)
> assert topology.logcap.contains(searched_code)
E AssertionError: assert False
E + where False = <bound method LogCapture.contains of <LogCapture (NOTSET)>>('DSCERTLE0002')
E + where <bound method LogCapture.contains of <LogCapture (NOTSET)>> = <LogCapture (NOTSET)>.contains
E + where <LogCapture (NOTSET)> = <lib389.topologies.TopologyMain object at 0x7f3c62334f70>.logcap

suites/healthcheck/health_security_test.py:67: AssertionError
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 2 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSCERTLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: tls:certificate_expiration INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Expiring Certificate INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The certificate (Self-Signed-CA) will expire in less than 30 days INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Renew the certificate before it expires to prevent disruptions with TLS connections. INFO LogCapture:health.py:45 [2] DS Lint Error: DSCERTLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: tls:certificate_expiration INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Expiring Certificate INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The certificate (Server-Cert) will expire in less than 30 days INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Renew the certificate before it expires to prevent disruptions with TLS connections. INFO LogCapture:health.py:124 ===== End Of Report (2 Issues found) =====
Failed suites/indexes/regression_test.py::test_reindex_task_creates_abandoned_index_file 11.94
topo = <lib389.topologies.TopologyMain object at 0x7f3c623a1850>

@pytest.mark.skipif(ds_is_older("1.4.4.4"), reason="Not implemented")
def test_reindex_task_creates_abandoned_index_file(topo):
"""
Recreating an index for the same attribute but changing
the case of for example 1 letter, results in abandoned indexfile

:id: 07ae5274-481a-4fa8-8074-e0de50d89ac6
:customerscenario: True
:setup: Standalone instance
:steps:
1. Create a user object with additional attributes:
objectClass: mozillaabpersonalpha
mozillaCustom1: xyz
2. Add an index entry mozillacustom1
3. Reindex the backend
4. Check the content of the index (after it has been flushed to disk) mozillacustom1.db
5. Remove the index
6. Notice the mozillacustom1.db is removed
7. Recreate the index but now use the exact case as mentioned in the schema
8. Reindex the backend
9. Check the content of the index (after it has been flushed to disk) mozillaCustom1.db
10. Check that an ldapsearch does not return a result (mozillacustom1=xyz)
11. Check that an ldapsearch returns the results (mozillaCustom1=xyz)
12. Restart the instance
13. Notice that an ldapsearch does not return a result(mozillacustom1=xyz)
14. Check that an ldapsearch does not return a result (mozillacustom1=xyz)
15. Check that an ldapsearch returns the results (mozillaCustom1=xyz)
16. Reindex the backend
17. Notice the second indexfile for this attribute
18. Check the content of the index (after it has been flushed to disk) no mozillacustom1.db
19. Check the content of the index (after it has been flushed to disk) mozillaCustom1.db
:expectedresults:
1. Should Success.
2. Should Success.
3. Should Success.
4. Should Success.
5. Should Success.
6. Should Success.
7. Should Success.
8. Should Success.
9. Should Success.
10. Should Success.
11. Should Success.
12. Should Success.
13. Should Success.
14. Should Success.
15. Should Success.
16. Should Success.
17. Should Success.
18. Should Success.
19. Should Success.
"""

inst = topo.standalone
attr_name = "mozillaCustom1"
attr_value = "xyz"

users = UserAccounts(inst, DEFAULT_SUFFIX)
user = users.create_test_user()
user.add("objectClass", "mozillaabpersonalpha")
user.add(attr_name, attr_value)

backends = Backends(inst)
backend = backends.get(DEFAULT_BENAME)
indexes = backend.get_indexes()
index = indexes.create(properties={
'cn': attr_name.lower(),
'nsSystemIndex': 'false',
'nsIndexType': ['eq', 'pres']
})

backend.reindex()
time.sleep(3)
> assert os.path.exists(f"{inst.ds_paths.db_home_dir}/{DEFAULT_BENAME}/{attr_name.lower()}.db")
E AssertionError: assert False
E + where False = <function exists at 0x7f3c67492160>('/var/lib/dirsrv/slapd-standalone1/db/userRoot/mozillacustom1.db')
E + where <function exists at 0x7f3c67492160> = <module 'posixpath' from '/usr/lib64/python3.9/posixpath.py'>.exists
E + where <module 'posixpath' from '/usr/lib64/python3.9/posixpath.py'> = os.path

suites/indexes/regression_test.py:157: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:825 Index task index_all_04232021_224053 completed successfully
Failed suites/paged_results/paged_results_test.py::test_search_dns_ip_aci[fqdn] 4.20
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c61f9d160>
create_user = <lib389.idm.user.UserAccount object at 0x7f3c61d2c4c0>
aci_subject = 'dns = "localhost.localdomain"'

@pytest.mark.parametrize('aci_subject',
('dns = "{}"'.format(HOSTNAME),
'ip = "{}"'.format(IP_ADDRESS)),
ids=['fqdn','ip'])
def test_search_dns_ip_aci(topology_st, create_user, aci_subject):
"""Verify that after performing multiple simple paged searches
to completion on the suffix with DNS or IP based ACI

:id: bbfddc46-a8c8-49ae-8c90-7265d05b22a9
:customerscenario: True
:parametrized: yes
:setup: Standalone instance, test user for binding,
varying number of users for the search base
:steps:
1. Back up and remove all previous ACI from suffix
2. Add an anonymous ACI for DNS check
3. Bind as test user
4. Search through added users with a simple paged control
5. Perform steps 4 three times in a row
6. Return ACI to the initial state
7. Go through all steps once again, but use IP subject dn
instead of DNS
:expectedresults:
1. Operation should be successful
2. Anonymous ACI should be successfully added
3. Bind should be successful
4. No error happens, all users should be found and sorted
5. Results should remain the same
6. ACI should be successfully returned
7. Results should be the same with ACI with IP subject dn
"""

users_num = 100
page_size = 5
users_list = add_users(topology_st, users_num, DEFAULT_SUFFIX)
search_flt = r'(uid=test*)'
searchreq_attrlist = ['dn', 'sn']

try:
log.info('Back up current suffix ACI')
acis_bck = topology_st.standalone.aci.list(DEFAULT_SUFFIX, ldap.SCOPE_BASE)

log.info('Add test ACI')
ACI_TARGET = '(targetattr != "userPassword")'
ACI_ALLOW = '(version 3.0;acl "Anonymous access within domain"; allow (read,compare,search)'
ACI_SUBJECT = '(userdn = "ldap:///anyone") and (%s);)' % aci_subject
ACI_BODY = ensure_bytes(ACI_TARGET + ACI_ALLOW + ACI_SUBJECT)
topology_st.standalone.modify_s(DEFAULT_SUFFIX, [(ldap.MOD_REPLACE, 'aci', ACI_BODY)])
log.info('Set user bind')
conn = create_user.bind(TEST_USER_PWD, uri=f'ldap://{IP_ADDRESS}:{topology_st.standalone.port}')

log.info('Create simple paged results control instance')
req_ctrl = SimplePagedResultsControl(True, size=page_size, cookie='')
controls = [req_ctrl]

log.info('Initiate three searches with a paged results control')
for ii in range(3):
log.info('%d search' % (ii + 1))
all_results = paged_search(conn, DEFAULT_SUFFIX, controls,
search_flt, searchreq_attrlist)
log.info('%d results' % len(all_results))
> assert len(all_results) == len(users_list)
E assert 0 == 100
E +0
E -100

suites/paged_results/paged_results_test.py:575: AssertionError
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 100 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:553 Back up current suffix ACI INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:556 Add test ACI INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:562 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:565 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:569 Initiate three searches with a paged results control INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:571 1 search INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c62254040>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:574 0 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:579 Restore ACI INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 100 users
Failed suites/password/regression_test.py::test_unhashed_pw_switch 22.82
topo_supplier = <lib389.topologies.TopologyMain object at 0x7f3c64ea4850>

@pytest.mark.ds49789
def test_unhashed_pw_switch(topo_supplier):
"""Check that nsslapd-unhashed-pw-switch works corrently

:id: e5aba180-d174-424d-92b0-14fe7bb0b92a
:setup: Supplier Instance
:steps:
1. A Supplier is created, enable retrocl (not used here)
2. Create a set of users
3. update userpassword of user1 and check that unhashed#user#password is not logged (default)
4. udpate userpassword of user2 and check that unhashed#user#password is not logged ('nolog')
5. udpate userpassword of user3 and check that unhashed#user#password is logged ('on')
:expectedresults:
1. Success
2. Success
3. Success (unhashed#user#password is not logged in the replication changelog)
4. Success (unhashed#user#password is not logged in the replication changelog)
5. Success (unhashed#user#password is logged in the replication changelog)
"""
MAX_USERS = 10
PEOPLE_DN = ("ou=people," + DEFAULT_SUFFIX)

inst = topo_supplier.ms["supplier1"]
inst.modify_s("cn=Retro Changelog Plugin,cn=plugins,cn=config",
[(ldap.MOD_REPLACE, 'nsslapd-changelogmaxage', b'2m'),
(ldap.MOD_REPLACE, 'nsslapd-changelog-trim-interval', b"5s"),
(ldap.MOD_REPLACE, 'nsslapd-logAccess', b'on')])
inst.config.loglevel(vals=[256 + 4], service='access')
inst.restart()
# If you need any test suite initialization,
# please, write additional fixture for that (including finalizer).
# Topology for suites are predefined in lib389/topologies.py.

# enable dynamic plugins, memberof and retro cl plugin
#
log.info('Enable plugins...')
try:
inst.modify_s(DN_CONFIG,
[(ldap.MOD_REPLACE,
'nsslapd-dynamic-plugins',
b'on')])
except ldap.LDAPError as e:
ldap.error('Failed to enable dynamic plugins! ' + e.message['desc'])
assert False

#topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
inst.plugins.enable(name=PLUGIN_RETRO_CHANGELOG)
#topology_st.standalone.modify_s("cn=changelog,cn=ldbm database,cn=plugins,cn=config", [(ldap.MOD_REPLACE, 'nsslapd-cachememsize', str(100000))])
inst.restart()

log.info('create users and group...')
for idx in range(1, MAX_USERS):
try:
USER_DN = ("uid=member%d,%s" % (idx, PEOPLE_DN))
inst.add_s(Entry((USER_DN,
{'objectclass': 'top extensibleObject'.split(),
'uid': 'member%d' % (idx)})))
except ldap.LDAPError as e:
log.fatal('Failed to add user (%s): error %s' % (USER_DN, e.message['desc']))
assert False

# Check default is that unhashed#user#password is not logged on 1.4.1.6+
user = "uid=member1,%s" % (PEOPLE_DN)
inst.modify_s(user, [(ldap.MOD_REPLACE,
'userpassword',
PASSWORD.encode())])
inst.stop()
if ds_is_newer('1.4.1.6'):
> _check_unhashed_userpw(inst, user, is_present=False)

suites/password/regression_test.py:288:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/password/regression_test.py:48: in _check_unhashed_userpw
dbscanOut = inst.dbscan(DEFAULT_BENAME, 'replication_changelog')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:3015: in dbscan
output = subprocess.check_output(cmd)
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, capture_output = False, timeout = None, check = True
popenargs = (['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-supplier1/db/userRoot/replication_changelog.db4'],)
kwargs = {'stdout': -1}
process = <Popen: returncode: -6 args: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slap...>
stdout = b'', stderr = None, retcode = -6

def run(*popenargs,
input=None, capture_output=False, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass bytes or a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

By default, all communication is in bytes, and therefore any "input" should
be bytes, and the stdout and stderr will be bytes. If in text mode, any
"input" should be a string, and stdout and stderr will be strings decoded
according to locale encoding, or by "encoding" if set. Text mode is
triggered by setting any of text, encoding, errors or universal_newlines.

The other arguments are the same as for the Popen constructor.
"""
if input is not None:
if kwargs.get('stdin') is not None:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

if capture_output:
if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
raise ValueError('stdout and stderr arguments may not be used '
'with capture_output.')
kwargs['stdout'] = PIPE
kwargs['stderr'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired as exc:
process.kill()
if _mswindows:
# Windows accumulates the output in a single blocking
# read() call run on child threads, with the timeout
# being done in a join() on those threads. communicate()
# _after_ kill() is required to collect that and add it
# to the exception.
exc.stdout, exc.stderr = process.communicate()
else:
# POSIX _communicate already populated the output so
# far into the TimeoutExpired exception.
process.wait()
raise
except: # Including KeyboardInterrupt, communicate handled that.
process.kill()
# We don't call process.wait() as .__exit__ does that for us.
raise
retcode = process.poll()
if check and retcode:
> raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-supplier1/db/userRoot/replication_changelog.db4']' died with <Signals.SIGABRT: 6>.

/usr/lib64/python3.9/subprocess.py:528: CalledProcessError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
------------------------------Captured stderr call------------------------------
free(): double free detected in tcache 2
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:255 Enable plugins... INFO tests.suites.password.regression_test:regression_test.py:270 create users and group... INFO lib389:__init__.py:3014 Running script: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-supplier1/db/userRoot/replication_changelog.db4']
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.regression_test:regression_test.py:108 Deleting user-uid=UIDpwtest1,ou=People,dc=example,dc=com INFO tests.suites.password.regression_test:regression_test.py:83 Reset pwpolicy configuration settings
Failed suites/plugins/entryusn_test.py::test_entryusn_after_repl_delete 39.76
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c639bef70>

def test_entryusn_after_repl_delete(topology_m2):
"""Verify that entryUSN is incremented on 1 after delete operation which creates a tombstone

:id: 1704cf65-41bc-4347-bdaf-20fc2431b218
:setup: An instance with replication, Users, USN enabled
:steps:
1. Try to delete a user
2. Check the tombstone has the incremented USN
3. Try to delete ou=People with users
4. Check the entry has a not incremented entryUSN
:expectedresults:
1. Success
2. Success
3. Should fail with Not Allowed On Non-leaf error
4. Success
"""

inst = topology_m2.ms["supplier1"]
plugin = USNPlugin(inst)
plugin.enable()
inst.restart()
users = UserAccounts(inst, DEFAULT_SUFFIX)

try:
user_1 = users.create_test_user()
user_rdn = user_1.rdn
tombstones = Tombstones(inst, DEFAULT_SUFFIX)

user_1.replace('description', 'update_ts')
user_usn = user_1.get_attr_val_int('entryusn')

user_1.delete()
time.sleep(1) # Gives a little time for tombstone creation to complete

ts = tombstones.get(user_rdn)
ts_usn = ts.get_attr_val_int('entryusn')

> assert (user_usn + 1) == ts_usn
E assert 2 == 3
E +2
E -3

suites/plugins/entryusn_test.py:221: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4beba940-c15c-4c47-adc7-a90ca7b36714 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 2223c4a3-89f1-4e4d-9ca9-71348b3513e2 / got description=4beba940-c15c-4c47-adc7-a90ca7b36714) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
Failed suites/plugins/managed_entry_test.py::test_mentry01 8.33
topo = <lib389.topologies.TopologyMain object at 0x7f3c61d29430>
_create_inital = None

def test_mentry01(topo, _create_inital):
"""Test Managed Entries basic functionality

:id: 9b87493b-0493-46f9-8364-6099d0e5d806
:setup: Standalone Instance
:steps:
1. Check the plug-in status
2. Add Template and definition entry
3. Add our org units
4. Add users with PosixAccount ObjectClass and verify creation of User Private Group
5. Disable the plug-in and check the status
6. Enable the plug-in and check the status the plug-in is disabled and creation of UPG should fail
7. Add users with PosixAccount ObjectClass and verify creation of User Private Group
8. Add users, run ModRDN operation and check the User Private group
9. Add users, run LDAPMODIFY to change the gidNumber and check the User Private group
10. Checking whether creation of User Private group fails for existing group entry
11. Checking whether adding of posixAccount objectClass to existing user creates UPG
12. Running ModRDN operation and checking the user private groups mepManagedBy attribute
13. Deleting mepManagedBy attribute and running ModRDN operation to check if it creates a new UPG
14. Change the RDN of template entry, DSA Unwilling to perform error expected
15. Change the RDN of cn=Users to cn=TestUsers and check UPG are deleted
:expected results:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
7. Success
8. Success
9. Success
10. Success
11. Success
12. Success
13. Success
14. Fail(Unwilling to perform )
15. Success
"""
# Check the plug-in status
mana = ManagedEntriesPlugin(topo.standalone)
assert mana.status()
# Add Template and definition entry
org1 = OrganizationalUnits(topo.standalone, DEFAULT_SUFFIX).create(properties={'ou': 'Users'})
org2 = OrganizationalUnit(topo.standalone, f'ou=Groups,{DEFAULT_SUFFIX}')
meps = MEPTemplates(topo.standalone, DEFAULT_SUFFIX)
mep_template1 = meps.create(properties={
'cn': 'UPG Template1',
'mepRDNAttr': 'cn',
'mepStaticAttr': 'objectclass: posixGroup',
'mepMappedAttr': 'cn: $uid|gidNumber: $gidNumber|description: User private group for $uid'.split('|')})
conf_mep = MEPConfigs(topo.standalone)
mep_config = conf_mep.create(properties={
'cn': 'UPG Definition2',
'originScope': org1.dn,
'originFilter': 'objectclass=posixaccount',
'managedBase': org2.dn,
'managedTemplate': mep_template1.dn})
# Add users with PosixAccount ObjectClass and verify creation of User Private Group
user = UserAccounts(topo.standalone, f'ou=Users,{DEFAULT_SUFFIX}', rdn=None).create_test_user()
assert user.get_attr_val_utf8('mepManagedEntry') == f'cn=test_user_1000,ou=Groups,{DEFAULT_SUFFIX}'
# Disable the plug-in and check the status
mana.disable()
user.delete()
topo.standalone.restart()
# Add users with PosixAccount ObjectClass when the plug-in is disabled and creation of UPG should fail
user = UserAccounts(topo.standalone, f'ou=Users,{DEFAULT_SUFFIX}', rdn=None).create_test_user()
assert not user.get_attr_val_utf8('mepManagedEntry')
# Enable the plug-in and check the status
mana.enable()
user.delete()
topo.standalone.restart()
# Add users with PosixAccount ObjectClass and verify creation of User Private Group
user = UserAccounts(topo.standalone, f'ou=Users,{DEFAULT_SUFFIX}', rdn=None).create_test_user()
assert user.get_attr_val_utf8('mepManagedEntry') == f'cn=test_user_1000,ou=Groups,{DEFAULT_SUFFIX}'
# Add users, run ModRDN operation and check the User Private group
# Add users, run LDAPMODIFY to change the gidNumber and check the User Private group
user.rename(new_rdn='uid=UserNewRDN', newsuperior='ou=Users,dc=example,dc=com')
assert user.get_attr_val_utf8('mepManagedEntry') == f'cn=UserNewRDN,ou=Groups,{DEFAULT_SUFFIX}'
user.replace('gidNumber', '20209')
entry = Account(topo.standalone, f'cn=UserNewRDN,ou=Groups,{DEFAULT_SUFFIX}')
assert entry.get_attr_val_utf8('gidNumber') == '20209'
user.replace_many(('sn', 'new_modified_sn'), ('gidNumber', '31309'))
assert entry.get_attr_val_utf8('gidNumber') == '31309'
user.delete()
# Checking whether creation of User Private group fails for existing group entry
grp = Groups(topo.standalone, f'ou=Groups,{DEFAULT_SUFFIX}', rdn=None).create(properties={'cn': 'MENTRY_14'})
user = UserAccounts(topo.standalone, f'ou=Users,{DEFAULT_SUFFIX}', rdn=None).create_test_user()
with pytest.raises(ldap.NO_SUCH_OBJECT):
entry.status()
user.delete()
# Checking whether adding of posixAccount objectClass to existing user creates UPG
# Add Users without posixAccount objectClass
users = WithObjectClass(topo.standalone, f'uid=test_test, ou=Users,{DEFAULT_SUFFIX}')
user_properties1 = {'uid': 'test_test', 'cn': 'test', 'sn': 'test', 'mail': 'sasa@sasa.com', 'telephoneNumber': '123'}
user = users.create(properties=user_properties1)
assert not user.get_attr_val_utf8('mepManagedEntry')
# Add posixAccount objectClass
user.replace_many(('objectclass', ['top', 'person', 'inetorgperson', 'posixAccount']),
('homeDirectory', '/home/ok'),
('uidNumber', '61603'), ('gidNumber', '61603'))
assert not user.get_attr_val_utf8('mepManagedEntry')
user = UserAccounts(topo.standalone, f'ou=Users,{DEFAULT_SUFFIX}', rdn=None).create_test_user()
entry = Account(topo.standalone, 'cn=test_user_1000,ou=Groups,dc=example,dc=com')
# Add inetuser objectClass
user.replace_many(
('objectclass', ['top', 'account', 'posixaccount', 'inetOrgPerson',
'organizationalPerson', 'nsMemberOf', 'nsAccount',
'person', 'mepOriginEntry', 'inetuser']),
('memberOf', entry.dn))
assert entry.status()
user.delete()
user = UserAccounts(topo.standalone, f'ou=Users,{DEFAULT_SUFFIX}', rdn=None).create_test_user()
entry = Account(topo.standalone, 'cn=test_user_1000,ou=Groups,dc=example,dc=com')
# Add groupofNames objectClass
user.replace_many(
('objectclass', ['top', 'account', 'posixaccount', 'inetOrgPerson',
'organizationalPerson', 'nsMemberOf', 'nsAccount',
'person', 'mepOriginEntry', 'groupofNames']),
('memberOf', user.dn))
assert entry.status()
# Running ModRDN operation and checking the user private groups mepManagedBy attribute
user.replace('mepManagedEntry', f'uid=CheckModRDN,ou=Users,{DEFAULT_SUFFIX}')
> user.rename(new_rdn='uid=UserNewRDN', newsuperior='ou=Users,dc=example,dc=com')

suites/plugins/managed_entry_test.py:238:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:796: in rename
self._instance.rename_s(self._dn, new_rdn, newsuperior,
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:702: in rename_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c62276a60>
func = <built-in method result4 of LDAP object at 0x7f3c625f5120>
args = (54, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_OBJECT: {'msgtype': 109, 'msgid': 54, 'result': 32, 'desc': 'No such object', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: NO_SUCH_OBJECT
Failed suites/plugins/memberof_test.py::test_memberof_auto_add_oc 1.43
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c610aaeb0>

def test_memberof_auto_add_oc(topology_st):
"""Test the auto add objectclass (OC) feature. The plugin should add a predefined
objectclass that will allow memberOf to be added to an entry.

:id: d222af17-17a6-48a0-8f22-a38306726a25
:setup: Standalone instance
:steps:
1. Enable dynamic plugins
2. Enable memberOf plugin
3. Test that the default add OC works.
4. Add a group that already includes one user
5. Assert memberOf on user1
6. Delete user1 and the group
7. Test invalid value (config validation)
8. Add valid objectclass
9. Add two users
10. Add a group that already includes one user
11. Add a user to the group
:expectedresults:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
7. Success
8. Success
9. Success
10. Success
11. Success
"""

# enable dynamic plugins
try:
topology_st.standalone.modify_s(DN_CONFIG,
[(ldap.MOD_REPLACE,
'nsslapd-dynamic-plugins',
b'on')])
except ldap.LDAPError as e:
ldap.error('Failed to enable dynamic plugins! ' + e.message['desc'])
assert False

# Enable the plugin
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)

# Test that the default add OC works.

try:
topology_st.standalone.add_s(Entry((USER1_DN,
{'objectclass': 'top',
'objectclass': 'person',
'objectclass': 'organizationalPerson',
'objectclass': 'inetorgperson',
'sn': 'last',
'cn': 'full',
'givenname': 'user1',
'uid': 'user1'
})))
except ldap.LDAPError as e:
log.fatal('Failed to add user1 entry, error: ' + e.message['desc'])
assert False

# Add a group(that already includes one user
try:
topology_st.standalone.add_s(Entry((GROUP_DN,
{'objectclass': 'top',
'objectclass': 'groupOfNames',
'cn': 'group',
'member': USER1_DN
})))
except ldap.LDAPError as e:
log.fatal('Failed to add group entry, error: ' + e.message['desc'])
assert False

# Assert memberOf on user1
_check_memberof(topology_st, USER1_DN, GROUP_DN)

# Reset for the next test ....
topology_st.standalone.delete_s(USER1_DN)
topology_st.standalone.delete_s(GROUP_DN)

# Test invalid value (config validation)
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
try:
topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofAutoAddOC',
b'invalid123')])
log.fatal('Incorrectly added invalid objectclass!')
assert False
except ldap.UNWILLING_TO_PERFORM:
log.info('Correctly rejected invalid objectclass')
except ldap.LDAPError as e:
ldap.error('Unexpected error adding invalid objectclass - error: ' + e.message['desc'])
assert False


# Add valid objectclass
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
try:
> topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofAutoAddOC',
b'inetuser')])

suites/plugins/memberof_test.py:2762:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberofAutoAddOC', b'inetuser')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x559b3d6b1600, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...93, function='_hookexec', code_context=[' return self._inner_hookexec(hook, methods, kwargs)\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3eb469e0, file '/export/tests/suites/plugins/memberof_test.py', line 2768, code test_m...n='test_memberof_auto_add_oc', code_context=[' topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,\n'], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60fa0a00>
dn = 'cn=MemberOf Plugin,cn=plugins,cn=config'
modlist = [(2, 'memberofAutoAddOC', b'inetuser')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberofAutoAddOC', b'inetuser')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60fa0a00>
dn = 'cn=MemberOf Plugin,cn=plugins,cn=config'
modlist = [(2, 'memberofAutoAddOC', b'inetuser')], serverctrls = None
clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (919,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60fa0a00>, msgid = 919, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (919, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60fa0a00>, msgid = 919, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c61485d80>, 919, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60fa0a00>
func = <built-in method result4 of LDAP object at 0x7f3c61485d80>
args = (919, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.UNWILLING_TO_PERFORM'>
exc_value = UNWILLING_TO_PERFORM({'msgtype': 103, 'msgid': 919, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []})
exc_traceback = <traceback object at 0x7f3c623c9f00>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60fa0a00>
func = <built-in method result4 of LDAP object at 0x7f3c61485d80>
args = (919, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 103, 'msgid': 919, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM

During handling of the above exception, another exception occurred:

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c610aaeb0>

def test_memberof_auto_add_oc(topology_st):
"""Test the auto add objectclass (OC) feature. The plugin should add a predefined
objectclass that will allow memberOf to be added to an entry.

:id: d222af17-17a6-48a0-8f22-a38306726a25
:setup: Standalone instance
:steps:
1. Enable dynamic plugins
2. Enable memberOf plugin
3. Test that the default add OC works.
4. Add a group that already includes one user
5. Assert memberOf on user1
6. Delete user1 and the group
7. Test invalid value (config validation)
8. Add valid objectclass
9. Add two users
10. Add a group that already includes one user
11. Add a user to the group
:expectedresults:
1. Success
2. Success
3. Success
4. Success
5. Success
6. Success
7. Success
8. Success
9. Success
10. Success
11. Success
"""

# enable dynamic plugins
try:
topology_st.standalone.modify_s(DN_CONFIG,
[(ldap.MOD_REPLACE,
'nsslapd-dynamic-plugins',
b'on')])
except ldap.LDAPError as e:
ldap.error('Failed to enable dynamic plugins! ' + e.message['desc'])
assert False

# Enable the plugin
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)

# Test that the default add OC works.

try:
topology_st.standalone.add_s(Entry((USER1_DN,
{'objectclass': 'top',
'objectclass': 'person',
'objectclass': 'organizationalPerson',
'objectclass': 'inetorgperson',
'sn': 'last',
'cn': 'full',
'givenname': 'user1',
'uid': 'user1'
})))
except ldap.LDAPError as e:
log.fatal('Failed to add user1 entry, error: ' + e.message['desc'])
assert False

# Add a group(that already includes one user
try:
topology_st.standalone.add_s(Entry((GROUP_DN,
{'objectclass': 'top',
'objectclass': 'groupOfNames',
'cn': 'group',
'member': USER1_DN
})))
except ldap.LDAPError as e:
log.fatal('Failed to add group entry, error: ' + e.message['desc'])
assert False

# Assert memberOf on user1
_check_memberof(topology_st, USER1_DN, GROUP_DN)

# Reset for the next test ....
topology_st.standalone.delete_s(USER1_DN)
topology_st.standalone.delete_s(GROUP_DN)

# Test invalid value (config validation)
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
try:
topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofAutoAddOC',
b'invalid123')])
log.fatal('Incorrectly added invalid objectclass!')
assert False
except ldap.UNWILLING_TO_PERFORM:
log.info('Correctly rejected invalid objectclass')
except ldap.LDAPError as e:
ldap.error('Unexpected error adding invalid objectclass - error: ' + e.message['desc'])
assert False


# Add valid objectclass
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
try:
topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofAutoAddOC',
b'inetuser')])
except ldap.LDAPError as e:
> log.fatal('Failed to configure memberOf plugin: error ' + e.message['desc'])
E AttributeError: 'UNWILLING_TO_PERFORM' object has no attribute 'message'

suites/plugins/memberof_test.py:2767: AttributeError
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from uid=user1,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:2753 Correctly rejected invalid objectclass
Failed suites/replication/encryption_cl5_test.py::test_algorithm_unhashed 51.97
topology_with_tls = <lib389.topologies.TopologyMain object at 0x7f3c61d02370>

def test_algorithm_unhashed(topology_with_tls):
"""Check encryption algorithm AES
And check unhashed#user#password attribute for encryption.

:id: b7a37bf8-4b2e-4dbd-9891-70117d67558c
:parametrized: yes
:setup: Replication with two suppliers and SSL configured.
:steps: 1. Enable changelog encrytion on supplier1
2. Add a user to supplier1/supplier2
3. Run dbscan -f on m1 to check unhashed#user#password
attribute is encrypted.
4. Run dbscan -f on m2 to check unhashed#user#password
attribute is in cleartext.
5. Modify password in supplier2/supplier1
6. Run dbscan -f on m1 to check unhashed#user#password
attribute is encrypted.
7. Run dbscan -f on m2 to check unhashed#user#password
attribute is in cleartext.
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
"""
encryption = 'AES'
m1 = topology_with_tls.ms['supplier1']
m2 = topology_with_tls.ms['supplier2']
m1.config.set('nsslapd-unhashed-pw-switch', 'on')
m2.config.set('nsslapd-unhashed-pw-switch', 'on')
test_passw = 'm2Test199'

_enable_changelog_encryption(m1, encryption)

for inst1, inst2 in ((m1, m2), (m2, m1)):
# need to create a user specific to the encryption
# else the two runs will hit the same user
user_props={
'uid': 'testuser_%s' % encryption,
'cn' : 'testuser_%s' % encryption,
'sn' : 'user',
'uidNumber' : '1000',
'gidNumber' : '1000',
'homeDirectory' : '/home/testuser_%s' % encryption
}
user_props["userPassword"] = PASSWORD
users = UserAccounts(inst1, DEFAULT_SUFFIX)
tuser = users.create(properties=user_props)

> _check_unhashed_userpw_encrypted(m1, 'add', tuser.dn, PASSWORD, True)

suites/replication/encryption_cl5_test.py:137:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/replication/encryption_cl5_test.py:65: in _check_unhashed_userpw_encrypted
dbscanOut = inst.dbscan(DEFAULT_BENAME, 'replication_changelog')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:3015: in dbscan
output = subprocess.check_output(cmd)
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, capture_output = False, timeout = None, check = True
popenargs = (['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-supplier1/db/userRoot/replication_changelog.db4'],)
kwargs = {'stdout': -1}
process = <Popen: returncode: -6 args: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slap...>
stdout = b'', stderr = None, retcode = -6

def run(*popenargs,
input=None, capture_output=False, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass bytes or a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

By default, all communication is in bytes, and therefore any "input" should
be bytes, and the stdout and stderr will be bytes. If in text mode, any
"input" should be a string, and stdout and stderr will be strings decoded
according to locale encoding, or by "encoding" if set. Text mode is
triggered by setting any of text, encoding, errors or universal_newlines.

The other arguments are the same as for the Popen constructor.
"""
if input is not None:
if kwargs.get('stdin') is not None:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

if capture_output:
if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
raise ValueError('stdout and stderr arguments may not be used '
'with capture_output.')
kwargs['stdout'] = PIPE
kwargs['stderr'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired as exc:
process.kill()
if _mswindows:
# Windows accumulates the output in a single blocking
# read() call run on child threads, with the timeout
# being done in a join() on those threads. communicate()
# _after_ kill() is required to collect that and add it
# to the exception.
exc.stdout, exc.stderr = process.communicate()
else:
# POSIX _communicate already populated the output so
# far into the TimeoutExpired exception.
process.wait()
raise
except: # Including KeyboardInterrupt, communicate handled that.
process.kill()
# We don't call process.wait() as .__exit__ does that for us.
raise
retcode = process.poll()
if check and retcode:
> raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-supplier1/db/userRoot/replication_changelog.db4']' died with <Signals.SIGABRT: 6>.

/usr/lib64/python3.9/subprocess.py:528: CalledProcessError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 84671605-9734-49bb-8724-d03e6e70d61d / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0a9b5ad5-5c72-46a7-97f9-83ca48a4f959 / got description=84671605-9734-49bb-8724-d03e6e70d61d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect b74edcf9-6e39-489b-b7f9-61eb2e1d7e27 / got description=0a9b5ad5-5c72-46a7-97f9-83ca48a4f959) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working
------------------------------Captured stderr call------------------------------
free(): double free detected in tcache 2
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.encryption_cl5_test:encryption_cl5_test.py:47 Configuring changelog encryption:supplier1 for: AES INFO tests.suites.replication.encryption_cl5_test:encryption_cl5_test.py:64 Running dbscan -f to check unhashed#user#password attr INFO lib389:__init__.py:3014 Running script: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-supplier1/db/userRoot/replication_changelog.db4']
Failed tickets/ticket47781_test.py::test_ticket47781 14.88
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c61d02520>

def test_ticket47781(topology_st):
"""
Testing for a deadlock after doing an online import of an LDIF with
replication data. The replication agreement should be invalid.
"""

log.info('Testing Ticket 47781 - Testing for deadlock after importing LDIF with replication data')

supplier = topology_st.standalone
repl = ReplicationManager(DEFAULT_SUFFIX)
repl.create_first_supplier(supplier)

properties = {RA_NAME: r'meTo_$host:$port',
RA_BINDDN: defaultProperties[REPLICATION_BIND_DN],
RA_BINDPW: defaultProperties[REPLICATION_BIND_PW],
RA_METHOD: defaultProperties[REPLICATION_BIND_METHOD],
RA_TRANSPORT_PROT: defaultProperties[REPLICATION_TRANSPORT]}
# The agreement should point to a server that does NOT exist (invalid port)
repl_agreement = supplier.agreement.create(suffix=DEFAULT_SUFFIX,
host=supplier.host,
port=5555,
properties=properties)

#
# add two entries
#
log.info('Adding two entries...')

supplier.add_s(Entry(('cn=entry1,dc=example,dc=com', {
'objectclass': 'top person'.split(),
'sn': 'user',
'cn': 'entry1'})))

supplier.add_s(Entry(('cn=entry2,dc=example,dc=com', {
'objectclass': 'top person'.split(),
'sn': 'user',
'cn': 'entry2'})))

#
# export the replication ldif
#
log.info('Exporting replication ldif...')
args = {EXPORT_REPL_INFO: True}
exportTask = Tasks(supplier)
exportTask.exportLDIF(DEFAULT_SUFFIX, None, "/tmp/export.ldif", args)

#
# Restart the server
#
log.info('Restarting server...')
supplier.stop()
supplier.start()

#
# Import the ldif
#
log.info('Import replication LDIF file...')
importTask = Tasks(supplier)
args = {TASK_WAIT: True}
> importTask.importLDIF(DEFAULT_SUFFIX, None, "/tmp/export.ldif", args)

tickets/ticket47781_test.py:85:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.tasks.Tasks object at 0x7f3c612b8790>
suffix = 'dc=example,dc=com', benamebase = None, input_file = '/tmp/export.ldif'
args = {'wait': True}

def importLDIF(self, suffix=None, benamebase=None, input_file=None,
args=None):
'''
Import from a LDIF format a given 'suffix' (or 'benamebase' that stores
that suffix). It uses an internal task to acheive this request.

If 'suffix' and 'benamebase' are specified, it uses 'benamebase' first
else 'suffix'.
If both 'suffix' and 'benamebase' are missing it raise ValueError

'input_file' is the ldif input file

@param suffix - suffix of the backend
@param benamebase - 'commonname'/'cn' of the backend (e.g. 'userRoot')
@param ldif_input - file that will contain the entries in LDIF format
to import
@param args - is a dictionary that contains modifier of the import task
wait: True/[False] - If True, 'export' waits for the completion
of the task before to return

@return None

@raise ValueError

'''
if self.conn.state != DIRSRV_STATE_ONLINE:
raise ValueError("Invalid Server State %s! Must be online" % self.conn.state)

# Checking the parameters
if not benamebase and not suffix:
raise ValueError("Specify either bename or suffix")

if not input_file:
raise ValueError("input_file is mandatory")

if not os.path.exists(input_file):
> raise ValueError("Import file (%s) does not exist" % input_file)
E ValueError: Import file (/tmp/export.ldif) does not exist

/usr/local/lib/python3.9/site-packages/lib389/tasks.py:487: ValueError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:585 Export task export_04242021_003749 for file /tmp/export.ldif completed successfully
Failed tickets/ticket47871_test.py::test_ticket47871_2 63.93
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f3c61327eb0>

def test_ticket47871_2(topology_m1c1):
'''
Wait until there is just a last entries
'''
MAX_TRIES = 10
TRY_NO = 1
while TRY_NO <= MAX_TRIES:
time.sleep(6) # at least 1 trimming occurred
ents = topology_m1c1.ms["supplier1"].search_s(RETROCL_SUFFIX, ldap.SCOPE_ONELEVEL, "(objectclass=*)")
assert len(ents) <= MAX_OTHERS
topology_m1c1.ms["supplier1"].log.info("\nTry no %d it remains %d entries" % (TRY_NO, len(ents)))
for ent in ents:
topology_m1c1.ms["supplier1"].log.info("%s" % ent.dn)
if len(ents) > 1:
TRY_NO += 1
else:
break
> assert TRY_NO <= MAX_TRIES
E assert 11 <= 10

tickets/ticket47871_test.py:100: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47871_test.py:93 Try no 1 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 2 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 3 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 4 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 5 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 6 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 7 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 8 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 9 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog INFO lib389:ticket47871_test.py:93 Try no 10 it remains 10 entries INFO lib389:ticket47871_test.py:95 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:95 changenumber=10,cn=changelog
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_start_end_positive 9.87
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60ff2070>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_start_end_positive(topology_st, log_dir):
'''
Execute logconv.pl with -S and -E(endtime) with random time stamp
This is execute successfully
'''
#
# Execute logconv.pl -S -E with random timestamp
#
log.info('Running test_ticket47910 - Execute logconv.pl -S -E with random values')

log.info("taking current time with offset of 2 mins and formatting it to feed -S")
start_time_stamp = (datetime.now() - timedelta(minutes=2))
formatted_start_time_stamp = format_time(start_time_stamp)

log.info("taking current time with offset of 2 mins and formatting it to feed -E")
end_time_stamp = (datetime.now() + timedelta(minutes=2))
formatted_end_time_stamp = format_time(end_time_stamp)

log.info("Executing logconv.pl with -S and -E")
result = execute_logconv(topology_st.standalone, formatted_start_time_stamp, formatted_end_time_stamp, log_dir)
> assert result == 0
E assert 2 == 0
E +2
E -0

tickets/ticket47910_test.py:91: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.utils:ticket47910_test.py:36 Diable access log buffering INFO lib389.utils:ticket47910_test.py:39 Do a ldapsearch operation INFO lib389.utils:ticket47910_test.py:42 sleep for sometime so that access log file get generated
-------------------------------Captured log call--------------------------------
INFO lib389.utils:ticket47910_test.py:79 Running test_ticket47910 - Execute logconv.pl -S -E with random values INFO lib389.utils:ticket47910_test.py:81 taking current time with offset of 2 mins and formatting it to feed -S INFO lib389.utils:ticket47910_test.py:85 taking current time with offset of 2 mins and formatting it to feed -E INFO lib389.utils:ticket47910_test.py:89 Executing logconv.pl with -S and -E INFO lib389.utils:ticket47910_test.py:61 Executing logconv.pl with -S current time and -E end time INFO lib389.utils:ticket47910_test.py:63 /usr/bin/logconv.pl -S [24/Apr/2021:00:43:38] -E [24/Apr/2021:00:47:38] /var/log/dirsrv/slapd-standalone1/access INFO lib389.utils:ticket47910_test.py:66 standard output INFO lib389.utils:ticket47910_test.py:67 standard errorsCan't locate sigtrap.pm in @INC (you may need to install the sigtrap module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/logconv.pl line 23. BEGIN failed--compilation aborted at /usr/bin/logconv.pl line 23.
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_start_end_negative 0.10
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60ff2070>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_start_end_negative(topology_st, log_dir):
'''
Execute logconv.pl with -S and -E(endtime) with random time stamp
This is a negative test case, where endtime will be lesser than the
starttime
This should give error message
'''

#
# Execute logconv.pl -S and -E with random timestamp
#
log.info('Running test_ticket47910 - Execute logconv.pl -S -E with starttime>endtime')

log.info("taking current time with offset of 2 mins and formatting it to feed -S")
start_time_stamp = (datetime.now() + timedelta(minutes=2))
formatted_start_time_stamp = format_time(start_time_stamp)

log.info("taking current time with offset of 2 mins and formatting it to feed -E")
end_time_stamp = (datetime.now() - timedelta(minutes=2))
formatted_end_time_stamp = format_time(end_time_stamp)

log.info("Executing logconv.pl with -S and -E")
result = execute_logconv(topology_st.standalone, formatted_start_time_stamp, formatted_end_time_stamp, log_dir)
> assert result == 1
E assert 2 == 1
E +2
E -1

tickets/ticket47910_test.py:117: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389.utils:ticket47910_test.py:105 Running test_ticket47910 - Execute logconv.pl -S -E with starttime>endtime INFO lib389.utils:ticket47910_test.py:107 taking current time with offset of 2 mins and formatting it to feed -S INFO lib389.utils:ticket47910_test.py:111 taking current time with offset of 2 mins and formatting it to feed -E INFO lib389.utils:ticket47910_test.py:115 Executing logconv.pl with -S and -E INFO lib389.utils:ticket47910_test.py:61 Executing logconv.pl with -S current time and -E end time INFO lib389.utils:ticket47910_test.py:63 /usr/bin/logconv.pl -S [24/Apr/2021:00:47:39] -E [24/Apr/2021:00:43:39] /var/log/dirsrv/slapd-standalone1/access INFO lib389.utils:ticket47910_test.py:66 standard output INFO lib389.utils:ticket47910_test.py:67 standard errorsCan't locate sigtrap.pm in @INC (you may need to install the sigtrap module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/logconv.pl line 23. BEGIN failed--compilation aborted at /usr/bin/logconv.pl line 23.
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_start_end_invalid 0.10
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60ff2070>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_start_end_invalid(topology_st, log_dir):
'''
Execute logconv.pl with -S and -E(endtime) with invalid time stamp
This is a negative test case, where it should give error message
'''
#
# Execute logconv.pl -S and -E with invalid timestamp
#
log.info('Running test_ticket47910 - Execute logconv.pl -S -E with invalid timestamp')
log.info("Set start time and end time to invalid values")
start_time_stamp = "invalid"
end_time_stamp = "invalid"

log.info("Executing logconv.pl with -S and -E")
result = execute_logconv(topology_st.standalone, start_time_stamp, end_time_stamp, log_dir)
> assert result == 1
E assert 2 == 1
E +2
E -1

tickets/ticket47910_test.py:135: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389.utils:ticket47910_test.py:128 Running test_ticket47910 - Execute logconv.pl -S -E with invalid timestamp INFO lib389.utils:ticket47910_test.py:129 Set start time and end time to invalid values INFO lib389.utils:ticket47910_test.py:133 Executing logconv.pl with -S and -E INFO lib389.utils:ticket47910_test.py:61 Executing logconv.pl with -S current time and -E end time INFO lib389.utils:ticket47910_test.py:63 /usr/bin/logconv.pl -S invalid -E invalid /var/log/dirsrv/slapd-standalone1/access INFO lib389.utils:ticket47910_test.py:66 standard output INFO lib389.utils:ticket47910_test.py:67 standard errorsCan't locate sigtrap.pm in @INC (you may need to install the sigtrap module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/logconv.pl line 23. BEGIN failed--compilation aborted at /usr/bin/logconv.pl line 23.
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_noaccesslogs 1.34
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60ff2070>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_noaccesslogs(topology_st, log_dir):
'''
Execute logconv.pl -S(starttime) without specify
access logs location
'''

#
# Execute logconv.pl -S with random timestamp and no access log location
#
log.info('Running test_ticket47910 - Execute logconv.pl without access logs')

log.info("taking current time with offset of 2 mins and formatting it to feed -S")
time_stamp = (datetime.now() - timedelta(minutes=2))
formatted_time_stamp = format_time(time_stamp)
log.info("Executing logconv.pl with -S current time")
cmd = [os.path.join(topology_st.standalone.get_bin_dir(), 'logconv.pl'), '-S', formatted_time_stamp]
log.info(" ".join(cmd))
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = proc.communicate()
log.info("standard output" + ensure_str(stdout))
log.info("standard errors" + ensure_str(stderr))

> assert proc.returncode == 1
E assert 2 == 1
E +2
E -1

tickets/ticket47910_test.py:160: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389.utils:ticket47910_test.py:147 Running test_ticket47910 - Execute logconv.pl without access logs INFO lib389.utils:ticket47910_test.py:149 taking current time with offset of 2 mins and formatting it to feed -S INFO lib389.utils:ticket47910_test.py:152 Executing logconv.pl with -S current time INFO lib389.utils:ticket47910_test.py:154 /usr/bin/logconv.pl -S [24/Apr/2021:00:43:39] INFO lib389.utils:ticket47910_test.py:157 standard output INFO lib389.utils:ticket47910_test.py:158 standard errorsCan't locate sigtrap.pm in @INC (you may need to install the sigtrap module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/logconv.pl line 23. BEGIN failed--compilation aborted at /usr/bin/logconv.pl line 23.
Failed tickets/ticket47931_test.py::test_ticket47931 10.56
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c614615b0>

def test_ticket47931(topology_st):
"""Test Retro Changelog and MemberOf deadlock fix.
Verification steps:
- Enable retro cl and memberOf.
- Create two backends: A & B.
- Configure retrocl scoping for backend A.
- Configure memberOf plugin for uniquemember
- Create group in backend A.
- In parallel, add members to the group on A, and make modifications
to entries in backend B.
- Make sure the server does not hang during the updates to both
backends.

"""

# Enable dynamic plugins to make plugin configuration easier
try:
topology_st.standalone.modify_s(DN_CONFIG,
[(ldap.MOD_REPLACE,
'nsslapd-dynamic-plugins',
b'on')])
except ldap.LDAPError as e:
log.error('Failed to enable dynamic plugins! ' + e.args[0]['desc'])
assert False

# Enable the plugins
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
topology_st.standalone.plugins.enable(name=PLUGIN_RETRO_CHANGELOG)

# Create second backend
topology_st.standalone.backend.create(SECOND_SUFFIX, {BACKEND_NAME: SECOND_BACKEND})
topology_st.standalone.mappingtree.create(SECOND_SUFFIX, bename=SECOND_BACKEND)

# Create the root node of the second backend
try:
topology_st.standalone.add_s(Entry((SECOND_SUFFIX,
{'objectclass': 'top domain'.split(),
'dc': 'deadlock'})))
except ldap.LDAPError as e:
log.fatal('Failed to create suffix entry: error ' + e.args[0]['desc'])
assert False

# Configure retrocl scope
try:
topology_st.standalone.modify_s(RETROCL_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'nsslapd-include-suffix',
ensure_bytes(DEFAULT_SUFFIX))])
except ldap.LDAPError as e:
log.error('Failed to configure retrocl plugin: ' + e.args[0]['desc'])
assert False

# Configure memberOf group attribute
try:
> topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofgroupattr',
b'uniquemember')])

tickets/ticket47931_test.py:107:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberofgroupattr', b'uniquemember')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x559b3f1a2ba0, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...93, function='_hookexec', code_context=[' return self._inner_hookexec(hook, methods, kwargs)\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3f10cf30, file '/export/tests/tickets/ticket47931_test.py', line 113, code test_ticket..., function='test_ticket47931', code_context=[' topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,\n'], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c614612e0>
dn = 'cn=MemberOf Plugin,cn=plugins,cn=config'
modlist = [(2, 'memberofgroupattr', b'uniquemember')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberofgroupattr', b'uniquemember')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c614612e0>
dn = 'cn=MemberOf Plugin,cn=plugins,cn=config'
modlist = [(2, 'memberofgroupattr', b'uniquemember')], serverctrls = None
clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (17,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c614612e0>, msgid = 17, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (17, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c614612e0>, msgid = 17, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c61460360>, 17, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c614612e0>
func = <built-in method result4 of LDAP object at 0x7f3c61460360>
args = (17, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.UNWILLING_TO_PERFORM'>
exc_value = UNWILLING_TO_PERFORM({'msgtype': 103, 'msgid': 17, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []})
exc_traceback = <traceback object at 0x7f3c611f1ec0>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c614612e0>
func = <built-in method result4 of LDAP object at 0x7f3c61460360>
args = (17, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 103, 'msgid': 17, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM

During handling of the above exception, another exception occurred:

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c614615b0>

def test_ticket47931(topology_st):
"""Test Retro Changelog and MemberOf deadlock fix.
Verification steps:
- Enable retro cl and memberOf.
- Create two backends: A & B.
- Configure retrocl scoping for backend A.
- Configure memberOf plugin for uniquemember
- Create group in backend A.
- In parallel, add members to the group on A, and make modifications
to entries in backend B.
- Make sure the server does not hang during the updates to both
backends.

"""

# Enable dynamic plugins to make plugin configuration easier
try:
topology_st.standalone.modify_s(DN_CONFIG,
[(ldap.MOD_REPLACE,
'nsslapd-dynamic-plugins',
b'on')])
except ldap.LDAPError as e:
log.error('Failed to enable dynamic plugins! ' + e.args[0]['desc'])
assert False

# Enable the plugins
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
topology_st.standalone.plugins.enable(name=PLUGIN_RETRO_CHANGELOG)

# Create second backend
topology_st.standalone.backend.create(SECOND_SUFFIX, {BACKEND_NAME: SECOND_BACKEND})
topology_st.standalone.mappingtree.create(SECOND_SUFFIX, bename=SECOND_BACKEND)

# Create the root node of the second backend
try:
topology_st.standalone.add_s(Entry((SECOND_SUFFIX,
{'objectclass': 'top domain'.split(),
'dc': 'deadlock'})))
except ldap.LDAPError as e:
log.fatal('Failed to create suffix entry: error ' + e.args[0]['desc'])
assert False

# Configure retrocl scope
try:
topology_st.standalone.modify_s(RETROCL_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'nsslapd-include-suffix',
ensure_bytes(DEFAULT_SUFFIX))])
except ldap.LDAPError as e:
log.error('Failed to configure retrocl plugin: ' + e.args[0]['desc'])
assert False

# Configure memberOf group attribute
try:
topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofgroupattr',
b'uniquemember')])
except ldap.LDAPError as e:
log.fatal('Failed to configure memberOf plugin: error ' + e.args[0]['desc'])
> assert False
E assert False

tickets/ticket47931_test.py:113: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=dc=deadlock INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=deadlock,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=deadlock,cn=ldbm database,cn=plugins,cn=config cn: deadlock nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/deadlock nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: dc=deadlock objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="dc=deadlock",cn=mapping tree,cn=config cn: dc=deadlock nsslapd-backend: deadlock nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=dc\3Ddeadlock,cn=mapping tree,cn=config cn: dc=deadlock nsslapd-backend: deadlock nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree CRITICAL tests.tickets.ticket47931_test:ticket47931_test.py:112 Failed to configure memberOf plugin: error Server is unwilling to perform
Failed tickets/ticket47988_test.py::test_ticket47988_init 32.56
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_init(topology_m2):
"""
It adds
- Objectclass with MAY 'member'
- an entry ('bind_entry') with which we bind to test the 'SELFDN' operation
It deletes the anonymous aci

"""

_header(topology_m2, 'test_ticket47988_init')

# enable acl error logging
mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', ensure_bytes(str(8192)))] # REPL
topology_m2.ms["supplier1"].modify_s(DN_CONFIG, mod)
topology_m2.ms["supplier2"].modify_s(DN_CONFIG, mod)

mod = [(ldap.MOD_REPLACE, 'nsslapd-accesslog-level', ensure_bytes(str(260)))] # Internal op
topology_m2.ms["supplier1"].modify_s(DN_CONFIG, mod)
topology_m2.ms["supplier2"].modify_s(DN_CONFIG, mod)

# add dummy entries
for cpt in range(MAX_OTHERS):
name = "%s%d" % (OTHER_NAME, cpt)
topology_m2.ms["supplier1"].add_s(Entry(("cn=%s,%s" % (name, SUFFIX), {
'objectclass': "top person".split(),
'sn': name,
'cn': name})))

# check that entry 0 is replicated before
loop = 0
entryDN = "cn=%s0,%s" % (OTHER_NAME, SUFFIX)
while loop <= 10:
try:
ent = topology_m2.ms["supplier2"].getEntry(entryDN, ldap.SCOPE_BASE, "(objectclass=*)", ['telephonenumber'])
break
except ldap.NO_SUCH_OBJECT:
time.sleep(1)
loop += 1
assert (loop <= 10)

topology_m2.ms["supplier1"].stop(timeout=10)
topology_m2.ms["supplier2"].stop(timeout=10)

# install the specific schema M1: ipa3.3, M2: ipa4.1
schema_file = os.path.join(topology_m2.ms["supplier1"].getDir(__file__, DATA_DIR), "ticket47988/schema_ipa3.3.tar.gz")
_install_schema(topology_m2.ms["supplier1"], schema_file)
schema_file = os.path.join(topology_m2.ms["supplier1"].getDir(__file__, DATA_DIR), "ticket47988/schema_ipa4.1.tar.gz")
_install_schema(topology_m2.ms["supplier2"], schema_file)

> topology_m2.ms["supplier1"].start(timeout=10)

/export/tests/tickets/ticket47988_test.py:157:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:1075: in start
subprocess.check_output(["systemctl", "start", "dirsrv@%s" % self.serverid], stderr=subprocess.STDOUT)
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, capture_output = False, timeout = None, check = True
popenargs = (['systemctl', 'start', 'dirsrv@supplier1'],)
kwargs = {'stderr': -2, 'stdout': -1}
process = <Popen: returncode: 1 args: ['systemctl', 'start', 'dirsrv@supplier1']>
stdout = b'Job for dirsrv@supplier1.service failed because the control process exited with error code.\nSee "systemctl status dirsrv@supplier1.service" and "journalctl -xe" for details.\n'
stderr = None, retcode = 1

def run(*popenargs,
input=None, capture_output=False, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass bytes or a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

By default, all communication is in bytes, and therefore any "input" should
be bytes, and the stdout and stderr will be bytes. If in text mode, any
"input" should be a string, and stdout and stderr will be strings decoded
according to locale encoding, or by "encoding" if set. Text mode is
triggered by setting any of text, encoding, errors or universal_newlines.

The other arguments are the same as for the Popen constructor.
"""
if input is not None:
if kwargs.get('stdin') is not None:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

if capture_output:
if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
raise ValueError('stdout and stderr arguments may not be used '
'with capture_output.')
kwargs['stdout'] = PIPE
kwargs['stderr'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired as exc:
process.kill()
if _mswindows:
# Windows accumulates the output in a single blocking
# read() call run on child threads, with the timeout
# being done in a join() on those threads. communicate()
# _after_ kill() is required to collect that and add it
# to the exception.
exc.stdout, exc.stderr = process.communicate()
else:
# POSIX _communicate already populated the output so
# far into the TimeoutExpired exception.
process.wait()
raise
except: # Including KeyboardInterrupt, communicate handled that.
process.kill()
# We don't call process.wait() as .__exit__ does that for us.
raise
retcode = process.poll()
if check and retcode:
> raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['systemctl', 'start', 'dirsrv@supplier1']' returned non-zero exit status 1.

/usr/lib64/python3.9/subprocess.py:528: CalledProcessError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 79567780-a3b7-4def-9d27-4afd0469fb78 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4809748d-f062-4cf2-8a47-d76f9b5105a6 / got description=79567780-a3b7-4def-9d27-4afd0469fb78) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_init INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ################################################### INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/02common.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/50ns-admin.ldif INFO lib389:ticket47988_test.py:98 replace /etc/dirsrv/slapd-supplier1/schema/99user.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60nss-ldap.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60autofs.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/50ns-web.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60samba.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/10dna-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/05rfc4523.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60basev2.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/10automember-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/05rfc2927.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/10mep-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60ipadns.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/10rfc2307.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/50ns-mail.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/05rfc4524.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60trust.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60ipaconfig.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/50ns-directory.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60eduperson.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60mozilla.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/65ipasudo.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60rfc3712.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60rfc2739.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/50ns-value.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60acctpolicy.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/01core389.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60sabayon.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60pam-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/00core.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/25java-object.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60sudo.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/70ipaotp.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60pureftpd.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/61kerberos-ipav3.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60kerberos.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60basev3.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/06inetorgperson.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/30ns-common.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/28pilot.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/20subscriber.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/50ns-certificate.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier1/schema/60posix-winsync-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/02common.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/50ns-admin.ldif INFO lib389:ticket47988_test.py:98 replace /etc/dirsrv/slapd-supplier2/schema/99user.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60nss-ldap.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60autofs.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/50ns-web.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60samba.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/10dna-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/05rfc4523.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60basev2.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/10automember-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/05rfc2927.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/10mep-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60ipadns.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/10rfc2307.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/50ns-mail.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/05rfc4524.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60trust.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60ipaconfig.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/50ns-directory.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60eduperson.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60mozilla.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/65ipasudo.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60rfc3712.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60rfc2739.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/50ns-value.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60acctpolicy.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/01core389.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60sabayon.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60pam-plugin.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/00core.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/25java-object.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60sudo.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/70ipaotp.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60pureftpd.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/61kerberos-ipav3.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60kerberos.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60basev3.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/06inetorgperson.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/30ns-common.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/28pilot.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/20subscriber.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/50ns-certificate.ldif INFO lib389:ticket47988_test.py:102 add /etc/dirsrv/slapd-supplier2/schema/60posix-winsync-plugin.ldif
Failed tickets/ticket47988_test.py::test_ticket47988_1 0.08
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_1(topology_m2):
'''
Check that replication is working and pause replication M2->M1
'''
_header(topology_m2, 'test_ticket47988_1')

topology_m2.ms["supplier1"].log.debug("\n\nCheck that replication is working and pause replication M2->M1\n")
> _do_update_entry(supplier=topology_m2.ms["supplier2"], consumer=topology_m2.ms["supplier1"], attempts=5)

/export/tests/tickets/ticket47988_test.py:234:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket47988_test.py:184: in _do_update_entry
supplier.modify_s(entryDN, mod)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c61464370>
func = <built-in method result4 of LDAP object at 0x7f3c613d4d50>
args = (26, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_1 INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_2 0.08
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_2(topology_m2):
'''
Update M1 schema and trigger update M1->M2
So M1 should learn new/extended definitions that are in M2 schema
'''
_header(topology_m2, 'test_ticket47988_2')

topology_m2.ms["supplier1"].log.debug("\n\nUpdate M1 schema and an entry on M1\n")
> supplier1_schema_csn = topology_m2.ms["supplier1"].schema.get_schema_csn()

/export/tests/tickets/ticket47988_test.py:246:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/schema.py:614: in get_schema_csn
ents = self.conn.search_s(DN_SCHEMA, ldap.SCOPE_BASE,
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:870: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:864: in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:141: in inner
objtype, data = f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:756: in result
resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:760: in result2
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c6145edc0>
func = <built-in method result4 of LDAP object at 0x7f3c624cb8a0>
args = (62, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_2 INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_3 0.07
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_3(topology_m2):
'''
Resume replication M2->M1 and check replication is still working
'''
_header(topology_m2, 'test_ticket47988_3')

> _resume_M2_to_M1(topology_m2)

/export/tests/tickets/ticket47988_test.py:283:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket47988_test.py:222: in _resume_M2_to_M1
ents = topology_m2.ms["supplier2"].agreement.list(suffix=SUFFIX)
/usr/local/lib/python3.9/site-packages/lib389/agreement.py:904: in list
replica_entries = self.conn.replica.list(suffix)
/usr/local/lib/python3.9/site-packages/lib389/replica.py:178: in list
ents = self.conn.search_s(base, ldap.SCOPE_SUBTREE, filtr)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:870: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:863: in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:853: in search_ext
return self._ldap_call(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c61464370>
func = <built-in method search_ext of LDAP object at 0x7f3c613d4d50>
args = ('cn=mapping tree,cn=config', 2, '(&(objectclass=nsds5Replica)(nsDS5ReplicaRoot=dc=example,dc=com))', None, 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_3 INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ################################################### INFO lib389:ticket47988_test.py:221 ######################### resume RA M2->M1 ######################
Failed tickets/ticket47988_test.py::test_ticket47988_4 0.07
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_4(topology_m2):
'''
Check schemaCSN is identical on both server
And save the nsschemaCSN to later check they do not change unexpectedly
'''
_header(topology_m2, 'test_ticket47988_4')

> supplier1_schema_csn = topology_m2.ms["supplier1"].schema.get_schema_csn()

/export/tests/tickets/ticket47988_test.py:295:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/schema.py:614: in get_schema_csn
ents = self.conn.search_s(DN_SCHEMA, ldap.SCOPE_BASE,
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:870: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:863: in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:853: in search_ext
return self._ldap_call(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c6145edc0>
func = <built-in method search_ext of LDAP object at 0x7f3c624cb8a0>
args = ('cn=schema', 0, 'objectclass=*', ['nsSchemaCSN'], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_4 INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_5 0.08
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_5(topology_m2):
'''
Check schemaCSN do not change unexpectedly
'''
_header(topology_m2, 'test_ticket47988_5')

> _do_update_entry(supplier=topology_m2.ms["supplier1"], consumer=topology_m2.ms["supplier2"], attempts=5)

/export/tests/tickets/ticket47988_test.py:313:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket47988_test.py:184: in _do_update_entry
supplier.modify_s(entryDN, mod)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:612: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:609: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c6145edc0>
func = <built-in method modify_ext of LDAP object at 0x7f3c624cb8a0>
args = ('cn=other_entry0,dc=example,dc=com', [(2, 'telephonenumber', b'132')], None, None)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_5 INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_6 0.11
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c613d4430>

def test_ticket47988_6(topology_m2):
'''
Update M1 schema and trigger update M2->M1
So M2 should learn new/extended definitions that are in M1 schema
'''

_header(topology_m2, 'test_ticket47988_6')

topology_m2.ms["supplier1"].log.debug("\n\nUpdate M1 schema and an entry on M1\n")
> supplier1_schema_csn = topology_m2.ms["supplier1"].schema.get_schema_csn()

/export/tests/tickets/ticket47988_test.py:336:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/schema.py:614: in get_schema_csn
ents = self.conn.search_s(DN_SCHEMA, ldap.SCOPE_BASE,
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:870: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:863: in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:853: in search_ext
return self._ldap_call(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c6145edc0>
func = <built-in method search_ext of LDAP object at 0x7f3c624cb8a0>
args = ('cn=schema', 0, 'objectclass=*', ['nsSchemaCSN'], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47988_test.py:64 ############################################### INFO lib389:ticket47988_test.py:65 ####### INFO lib389:ticket47988_test.py:66 ####### test_ticket47988_6 INFO lib389:ticket47988_test.py:67 ####### INFO lib389:ticket47988_test.py:68 ###################################################
Failed tickets/ticket48005_test.py::test_ticket48005_setup 13.75
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c610a5bb0>

def test_ticket48005_setup(topology_st):
'''
allow dump core
generate a test ldif file using dbgen.pl
import the ldif
'''
log.info("Ticket 48005 setup...")
if hasattr(topology_st.standalone, 'prefix'):
prefix = topology_st.standalone.prefix
else:
prefix = None
sysconfig_dirsrv = os.path.join(topology_st.standalone.get_initconfig_dir(), 'dirsrv')
cmdline = 'egrep "ulimit -c unlimited" %s' % sysconfig_dirsrv
p = os.popen(cmdline, "r")
ulimitc = p.readline()
if ulimitc == "":
log.info('No ulimit -c in %s' % sysconfig_dirsrv)
log.info('Adding it')
cmdline = 'echo "ulimit -c unlimited" >> %s' % sysconfig_dirsrv

sysconfig_dirsrv_systemd = sysconfig_dirsrv + ".systemd"
cmdline = 'egrep LimitCORE=infinity %s' % sysconfig_dirsrv_systemd
p = os.popen(cmdline, "r")
lcore = p.readline()
if lcore == "":
log.info('No LimitCORE in %s' % sysconfig_dirsrv_systemd)
log.info('Adding it')
cmdline = 'echo LimitCORE=infinity >> %s' % sysconfig_dirsrv_systemd

topology_st.standalone.restart(timeout=10)

ldif_file = topology_st.standalone.get_ldif_dir() + "/ticket48005.ldif"
os.system('ls %s' % ldif_file)
os.system('rm -f %s' % ldif_file)
if hasattr(topology_st.standalone, 'prefix'):
prefix = topology_st.standalone.prefix
else:
prefix = ""
dbgen_prog = prefix + '/bin/dbgen.pl'
log.info('dbgen_prog: %s' % dbgen_prog)
os.system('%s -s %s -o %s -u -n 10000' % (dbgen_prog, SUFFIX, ldif_file))
cmdline = 'egrep dn: %s | wc -l' % ldif_file
p = os.popen(cmdline, "r")
dnnumstr = p.readline()
num = int(dnnumstr)
log.info("We have %d entries.\n", num)

importTask = Tasks(topology_st.standalone)
args = {TASK_WAIT: True}
> importTask.importLDIF(SUFFIX, None, ldif_file, args)

/export/tests/tickets/ticket48005_test.py:74:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.tasks.Tasks object at 0x7f3c605770a0>
suffix = 'dc=example,dc=com', benamebase = None
input_file = '/var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif'
args = {'wait': True}

def importLDIF(self, suffix=None, benamebase=None, input_file=None,
args=None):
'''
Import from a LDIF format a given 'suffix' (or 'benamebase' that stores
that suffix). It uses an internal task to acheive this request.

If 'suffix' and 'benamebase' are specified, it uses 'benamebase' first
else 'suffix'.
If both 'suffix' and 'benamebase' are missing it raise ValueError

'input_file' is the ldif input file

@param suffix - suffix of the backend
@param benamebase - 'commonname'/'cn' of the backend (e.g. 'userRoot')
@param ldif_input - file that will contain the entries in LDIF format
to import
@param args - is a dictionary that contains modifier of the import task
wait: True/[False] - If True, 'export' waits for the completion
of the task before to return

@return None

@raise ValueError

'''
if self.conn.state != DIRSRV_STATE_ONLINE:
raise ValueError("Invalid Server State %s! Must be online" % self.conn.state)

# Checking the parameters
if not benamebase and not suffix:
raise ValueError("Specify either bename or suffix")

if not input_file:
raise ValueError("input_file is mandatory")

if not os.path.exists(input_file):
> raise ValueError("Import file (%s) does not exist" % input_file)
E ValueError: Import file (/var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif) does not exist

/usr/local/lib/python3.9/site-packages/lib389/tasks.py:487: ValueError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
grep: /etc/sysconfig/dirsrv: No such file or directory grep: /etc/sysconfig/dirsrv.systemd: No such file or directory ls: cannot access '/var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif': No such file or directory sh: /bin/dbgen.pl: No such file or directory grep: /var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif: No such file or directory
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48005_test:ticket48005_test.py:31 Ticket 48005 setup... INFO tests.tickets.ticket48005_test:ticket48005_test.py:41 No ulimit -c in /etc/sysconfig/dirsrv INFO tests.tickets.ticket48005_test:ticket48005_test.py:42 Adding it INFO tests.tickets.ticket48005_test:ticket48005_test.py:50 No LimitCORE in /etc/sysconfig/dirsrv.systemd INFO tests.tickets.ticket48005_test:ticket48005_test.py:51 Adding it INFO tests.tickets.ticket48005_test:ticket48005_test.py:64 dbgen_prog: /bin/dbgen.pl INFO tests.tickets.ticket48005_test:ticket48005_test.py:70 We have 0 entries.
Failed tickets/ticket48013_test.py::test_ticket48013 9.96
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c6031a7c0>

def test_ticket48013(topology_st):
'''
Content Synchonization: Test that invalid cookies are caught
'''

cookies = ('#', '##', 'a#a#a', 'a#a#1')

# Enable dynamic plugins
try:
topology_st.standalone.modify_s(DN_CONFIG, [(ldap.MOD_REPLACE, 'nsslapd-dynamic-plugins', b'on')])
except ldap.LDAPError as e:
log.error('Failed to enable dynamic plugin! {}'.format(e.args[0]['desc']))
assert False

# Enable retro changelog
topology_st.standalone.plugins.enable(name=PLUGIN_RETRO_CHANGELOG)

# Enbale content sync plugin
> topology_st.standalone.plugins.enable(name=PLUGIN_REPL_SYNC)

/export/tests/tickets/ticket48013_test.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/plugins.py:2105: in enable
plugin.enable()
/usr/local/lib/python3.9/site-packages/lib389/plugins.py:58: in enable
self.set('nsslapd-pluginEnabled', 'on')
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60577d00>
func = <built-in method result4 of LDAP object at 0x7f3c6217cb40>
args = (7, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48194_test.py::test_run_1 7.56
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>

def test_run_1(topology_st):
"""
Check nsSSL3Ciphers: +all
All ciphers are enabled except null.
Note: default allowWeakCipher (i.e., off) for +all
"""
_header(topology_st, 'Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', b'64')])
# Make sure allowWeakCipher is not set.
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_DELETE, 'allowWeakCipher', None)])

log.info("\n######################### Restarting the server ######################\n")
topology_st.standalone.stop(timeout=10)
os.system('mv %s %s.48194_0' % (topology_st.standalone.errlog, topology_st.standalone.errlog))
os.system('touch %s' % (topology_st.standalone.errlog))
time.sleep(2)
topology_st.standalone.start(timeout=120)

> connectWithOpenssl(topology_st, 'DES-CBC3-SHA', False)

/export/tests/tickets/ticket48194_test.py:158:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>
cipher = 'DES-CBC3-SHA', expect = False

def connectWithOpenssl(topology_st, cipher, expect):
"""
Connect with the given cipher
Condition:
If expect is True, the handshake should be successful.
If expect is False, the handshake should be refused with
access log: "Cannot communicate securely with peer:
no common encryption algorithm(s)."
"""
log.info("Testing %s -- expect to handshake %s", cipher, "successfully" if expect else "failed")

myurl = 'localhost:%s' % LDAPSPORT
cmdline = ['/usr/bin/openssl', 's_client', '-connect', myurl, '-cipher', cipher]

strcmdline = " ".join(cmdline)
log.info("Running cmdline: %s", strcmdline)

try:
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
except ValueError:
log.info("%s failed: %s", cmdline, ValueError)
proc.kill()

while True:
l = proc.stdout.readline()
if l == b"":
break
if b'Cipher is' in l:
log.info("Found: %s", l)
if expect:
if b'(NONE)' in l:
assert False
else:
proc.stdin.close()
assert True
else:
if b'(NONE)' in l:
assert True
else:
proc.stdin.close()
> assert False
E assert False

/export/tests/tickets/ticket48194_test.py:117: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:151 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Failed tickets/ticket48194_test.py::test_run_2 6.43
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>

def test_run_2(topology_st):
"""
Check nsSSL3Ciphers: +rsa_aes_128_sha,+rsa_aes_256_sha
rsa_aes_128_sha, tls_rsa_aes_128_sha, rsa_aes_256_sha, tls_rsa_aes_256_sha are enabled.
default allowWeakCipher
"""
_header(topology_st,
'Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN,
[(ldap.MOD_REPLACE, 'nsSSL3Ciphers', b'+rsa_aes_128_sha,+rsa_aes_256_sha')])

log.info("\n######################### Restarting the server ######################\n")
topology_st.standalone.stop(timeout=10)
os.system('mv %s %s.48194_1' % (topology_st.standalone.errlog, topology_st.standalone.errlog))
os.system('touch %s' % (topology_st.standalone.errlog))
time.sleep(2)
topology_st.standalone.start(timeout=120)

connectWithOpenssl(topology_st, 'DES-CBC3-SHA', False)
connectWithOpenssl(topology_st, 'AES256-SHA256', False)
> connectWithOpenssl(topology_st, 'AES128-SHA', True)

/export/tests/tickets/ticket48194_test.py:184:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>
cipher = 'AES128-SHA', expect = True

def connectWithOpenssl(topology_st, cipher, expect):
"""
Connect with the given cipher
Condition:
If expect is True, the handshake should be successful.
If expect is False, the handshake should be refused with
access log: "Cannot communicate securely with peer:
no common encryption algorithm(s)."
"""
log.info("Testing %s -- expect to handshake %s", cipher, "successfully" if expect else "failed")

myurl = 'localhost:%s' % LDAPSPORT
cmdline = ['/usr/bin/openssl', 's_client', '-connect', myurl, '-cipher', cipher]

strcmdline = " ".join(cmdline)
log.info("Running cmdline: %s", strcmdline)

try:
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
except ValueError:
log.info("%s failed: %s", cmdline, ValueError)
proc.kill()

while True:
l = proc.stdout.readline()
if l == b"":
break
if b'Cipher is' in l:
log.info("Found: %s", l)
if expect:
if b'(NONE)' in l:
> assert False
E assert False

/export/tests/tickets/ticket48194_test.py:108: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:175 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n' INFO lib389.utils:ticket48194_test.py:86 Testing AES256-SHA256 -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher AES256-SHA256 INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n' INFO lib389.utils:ticket48194_test.py:86 Testing AES128-SHA -- expect to handshake successfully INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher AES128-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n'
Failed tickets/ticket48194_test.py::test_run_4 6.77
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>

def test_run_4(topology_st):
"""
Check no nsSSL3Ciphers
Default ciphers are enabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 5 - Check no nsSSL3Ciphers (-all) with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_DELETE, 'nsSSL3Ciphers', b'-all')])

log.info("\n######################### Restarting the server ######################\n")
topology_st.standalone.stop(timeout=10)
os.system('mv %s %s.48194_3' % (topology_st.standalone.errlog, topology_st.standalone.errlog))
os.system('touch %s' % (topology_st.standalone.errlog))
time.sleep(2)
topology_st.standalone.start(timeout=120)

> connectWithOpenssl(topology_st, 'DES-CBC3-SHA', False)

/export/tests/tickets/ticket48194_test.py:228:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>
cipher = 'DES-CBC3-SHA', expect = False

def connectWithOpenssl(topology_st, cipher, expect):
"""
Connect with the given cipher
Condition:
If expect is True, the handshake should be successful.
If expect is False, the handshake should be refused with
access log: "Cannot communicate securely with peer:
no common encryption algorithm(s)."
"""
log.info("Testing %s -- expect to handshake %s", cipher, "successfully" if expect else "failed")

myurl = 'localhost:%s' % LDAPSPORT
cmdline = ['/usr/bin/openssl', 's_client', '-connect', myurl, '-cipher', cipher]

strcmdline = " ".join(cmdline)
log.info("Running cmdline: %s", strcmdline)

try:
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
except ValueError:
log.info("%s failed: %s", cmdline, ValueError)
proc.kill()

while True:
l = proc.stdout.readline()
if l == b"":
break
if b'Cipher is' in l:
log.info("Found: %s", l)
if expect:
if b'(NONE)' in l:
assert False
else:
proc.stdin.close()
assert True
else:
if b'(NONE)' in l:
assert True
else:
proc.stdin.close()
> assert False
E assert False

/export/tests/tickets/ticket48194_test.py:117: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 5 - Check no nsSSL3Ciphers (-all) with default allowWeakCipher INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:221 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Failed tickets/ticket48194_test.py::test_run_5 6.73
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>

def test_run_5(topology_st):
"""
Check nsSSL3Ciphers: default
Default ciphers are enabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', b'default')])

log.info("\n######################### Restarting the server ######################\n")
topology_st.standalone.stop(timeout=10)
os.system('mv %s %s.48194_4' % (topology_st.standalone.errlog, topology_st.standalone.errlog))
os.system('touch %s' % (topology_st.standalone.errlog))
time.sleep(2)
topology_st.standalone.start(timeout=120)

> connectWithOpenssl(topology_st, 'DES-CBC3-SHA', False)

/export/tests/tickets/ticket48194_test.py:250:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>
cipher = 'DES-CBC3-SHA', expect = False

def connectWithOpenssl(topology_st, cipher, expect):
"""
Connect with the given cipher
Condition:
If expect is True, the handshake should be successful.
If expect is False, the handshake should be refused with
access log: "Cannot communicate securely with peer:
no common encryption algorithm(s)."
"""
log.info("Testing %s -- expect to handshake %s", cipher, "successfully" if expect else "failed")

myurl = 'localhost:%s' % LDAPSPORT
cmdline = ['/usr/bin/openssl', 's_client', '-connect', myurl, '-cipher', cipher]

strcmdline = " ".join(cmdline)
log.info("Running cmdline: %s", strcmdline)

try:
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
except ValueError:
log.info("%s failed: %s", cmdline, ValueError)
proc.kill()

while True:
l = proc.stdout.readline()
if l == b"":
break
if b'Cipher is' in l:
log.info("Found: %s", l)
if expect:
if b'(NONE)' in l:
assert False
else:
proc.stdin.close()
assert True
else:
if b'(NONE)' in l:
assert True
else:
proc.stdin.close()
> assert False
E assert False

/export/tests/tickets/ticket48194_test.py:117: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:243 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Failed tickets/ticket48194_test.py::test_run_6 6.71
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>

def test_run_6(topology_st):
"""
Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256
All ciphers are disabled.
default allowWeakCipher
"""
_header(topology_st,
'Test Case 7 - Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256 with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN,
[(ldap.MOD_REPLACE, 'nsSSL3Ciphers', b'+all,-TLS_RSA_WITH_AES_256_CBC_SHA256')])

log.info("\n######################### Restarting the server ######################\n")
topology_st.standalone.stop(timeout=10)
os.system('mv %s %s.48194_5' % (topology_st.standalone.errlog, topology_st.standalone.errlog))
os.system('touch %s' % (topology_st.standalone.errlog))
time.sleep(2)
topology_st.standalone.start(timeout=120)

> connectWithOpenssl(topology_st, 'DES-CBC3-SHA', False)

/export/tests/tickets/ticket48194_test.py:274:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>
cipher = 'DES-CBC3-SHA', expect = False

def connectWithOpenssl(topology_st, cipher, expect):
"""
Connect with the given cipher
Condition:
If expect is True, the handshake should be successful.
If expect is False, the handshake should be refused with
access log: "Cannot communicate securely with peer:
no common encryption algorithm(s)."
"""
log.info("Testing %s -- expect to handshake %s", cipher, "successfully" if expect else "failed")

myurl = 'localhost:%s' % LDAPSPORT
cmdline = ['/usr/bin/openssl', 's_client', '-connect', myurl, '-cipher', cipher]

strcmdline = " ".join(cmdline)
log.info("Running cmdline: %s", strcmdline)

try:
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
except ValueError:
log.info("%s failed: %s", cmdline, ValueError)
proc.kill()

while True:
l = proc.stdout.readline()
if l == b"":
break
if b'Cipher is' in l:
log.info("Found: %s", l)
if expect:
if b'(NONE)' in l:
assert False
else:
proc.stdin.close()
assert True
else:
if b'(NONE)' in l:
assert True
else:
proc.stdin.close()
> assert False
E assert False

/export/tests/tickets/ticket48194_test.py:117: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 7 - Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256 with default allowWeakCipher INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:267 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Failed tickets/ticket48194_test.py::test_run_8 6.84
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>

def test_run_8(topology_st):
"""
Check nsSSL3Ciphers: default + allowWeakCipher: off
Strong Default ciphers are enabled.
"""
_header(topology_st, 'Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off)')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', b'default'),
(ldap.MOD_REPLACE, 'allowWeakCipher', b'off')])

log.info("\n######################### Restarting the server ######################\n")
topology_st.standalone.stop(timeout=10)
os.system('mv %s %s.48194_7' % (topology_st.standalone.errlog, topology_st.standalone.errlog))
os.system('touch %s' % (topology_st.standalone.errlog))
time.sleep(2)
topology_st.standalone.start(timeout=120)

> connectWithOpenssl(topology_st, 'DES-CBC3-SHA', False)

/export/tests/tickets/ticket48194_test.py:297:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c620870a0>
cipher = 'DES-CBC3-SHA', expect = False

def connectWithOpenssl(topology_st, cipher, expect):
"""
Connect with the given cipher
Condition:
If expect is True, the handshake should be successful.
If expect is False, the handshake should be refused with
access log: "Cannot communicate securely with peer:
no common encryption algorithm(s)."
"""
log.info("Testing %s -- expect to handshake %s", cipher, "successfully" if expect else "failed")

myurl = 'localhost:%s' % LDAPSPORT
cmdline = ['/usr/bin/openssl', 's_client', '-connect', myurl, '-cipher', cipher]

strcmdline = " ".join(cmdline)
log.info("Running cmdline: %s", strcmdline)

try:
proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
except ValueError:
log.info("%s failed: %s", cmdline, ValueError)
proc.kill()

while True:
l = proc.stdout.readline()
if l == b"":
break
if b'Cipher is' in l:
log.info("Found: %s", l)
if expect:
if b'(NONE)' in l:
assert False
else:
proc.stdin.close()
assert True
else:
if b'(NONE)' in l:
assert True
else:
proc.stdin.close()
> assert False
E assert False

/export/tests/tickets/ticket48194_test.py:117: AssertionError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off) INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:290 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Failed tickets/ticket48228_test.py::test_ticket48228_test_global_policy 11.23
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c613de520>
user = 'uid=user1,dc=example,dc=com', passwd = 'password', times = 6

def update_passwd(topology_st, user, passwd, times):
# Set the default value
cpw = passwd
for i in range(times):
log.info(" Bind as {%s,%s}" % (user, cpw))
topology_st.standalone.simple_bind_s(user, cpw)
# Now update the value for this iter.
cpw = 'password%d' % i
try:
> topology_st.standalone.modify_s(user, [(ldap.MOD_REPLACE, 'userpassword', cpw.encode())])

/export/tests/tickets/ticket48228_test.py:136:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=user1,dc=example,dc=com', [(2, 'userpassword', b'password0')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x559b3f27c260, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...mbda>', code_context=[' self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3f00ec60, file '/export/tests/tickets/ticket48228_test.py', line 141, code update_pass...t=[" topology_st.standalone.modify_s(user, [(ldap.MOD_REPLACE, 'userpassword', cpw.encode())])\n"], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c613de850>
dn = 'uid=user1,dc=example,dc=com'
modlist = [(2, 'userpassword', b'password0')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=user1,dc=example,dc=com', [(2, 'userpassword', b'password0')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c613de850>
dn = 'uid=user1,dc=example,dc=com'
modlist = [(2, 'userpassword', b'password0')], serverctrls = None
clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (10,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c613de850>, msgid = 10, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (10, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c613de850>, msgid = 10, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c60650ed0>, 10, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c613de850>
func = <built-in method result4 of LDAP object at 0x7f3c60650ed0>
args = (10, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.INSUFFICIENT_ACCESS'>
exc_value = INSUFFICIENT_ACCESS({'msgtype': 103, 'msgid': 10, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=user1,dc=example,dc=com'.\n"})
exc_traceback = <traceback object at 0x7f3c60058100>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c613de850>
func = <built-in method result4 of LDAP object at 0x7f3c60650ed0>
args = (10, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 10, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=user1,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS

During handling of the above exception, another exception occurred:

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c613de520>

def test_ticket48228_test_global_policy(topology_st):
"""
Check global password policy
"""
log.info(' Set inhistory = 6')
set_global_pwpolicy(topology_st, 6)

log.info(' Bind as directory manager')
log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

log.info(' Add an entry' + USER1_DN)
try:
topology_st.standalone.add_s(
Entry((USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'sn': '1',
'cn': 'user 1',
'uid': 'user1',
'givenname': 'user',
'mail': 'user1@example.com',
'userpassword': 'password'})))
except ldap.LDAPError as e:
log.fatal('test_ticket48228: Failed to add user' + USER1_DN + ': error ' + e.message['desc'])
assert False

log.info(' Update the password of ' + USER1_DN + ' 6 times')
> update_passwd(topology_st, USER1_DN, 'password', 6)

/export/tests/tickets/ticket48228_test.py:174:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c613de520>
user = 'uid=user1,dc=example,dc=com', passwd = 'password', times = 6

def update_passwd(topology_st, user, passwd, times):
# Set the default value
cpw = passwd
for i in range(times):
log.info(" Bind as {%s,%s}" % (user, cpw))
topology_st.standalone.simple_bind_s(user, cpw)
# Now update the value for this iter.
cpw = 'password%d' % i
try:
topology_st.standalone.modify_s(user, [(ldap.MOD_REPLACE, 'userpassword', cpw.encode())])
except ldap.LDAPError as e:
log.fatal(
> 'test_ticket48228: Failed to update the password ' + cpw + ' of user ' + user + ': error ' + e.message[
'desc'])
E AttributeError: 'INSUFFICIENT_ACCESS' object has no attribute 'message'

/export/tests/tickets/ticket48228_test.py:139: AttributeError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48252_test.py::test_ticket48252_run_0 4.02
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60342a30>

def test_ticket48252_run_0(topology_st):
"""
Delete an entry cn=test_entry0
Check it is not in the 'cn' index file
"""
log.info("Case 1 - Check deleted entry is not in the 'cn' index file")
uas = UserAccounts(topology_st.standalone, DEFAULT_SUFFIX)
del_rdn = "uid=%s0" % TEST_USER
del_entry = uas.get('%s0' % TEST_USER)
log.info(" Deleting a test entry %s..." % del_entry)
del_entry.delete()

> assert in_index_file(topology_st, 0, 'cn') is False

/export/tests/tickets/ticket48252_test.py:80:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket48252_test.py:57: in in_index_file
dbscanOut = topology_st.standalone.dbscan(DEFAULT_BENAME, index)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:3015: in dbscan
output = subprocess.check_output(cmd)
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, capture_output = False, timeout = None, check = True
popenargs = (['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db4'],)
kwargs = {'stdout': -1}
process = <Popen: returncode: -6 args: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slap...>
stdout = b'*%20us \n*389 \n*89_ ...9_ds_system \n=demo%20user \n=demo_group '
stderr = None, retcode = -6

def run(*popenargs,
input=None, capture_output=False, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass bytes or a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

By default, all communication is in bytes, and therefore any "input" should
be bytes, and the stdout and stderr will be bytes. If in text mode, any
"input" should be a string, and stdout and stderr will be strings decoded
according to locale encoding, or by "encoding" if set. Text mode is
triggered by setting any of text, encoding, errors or universal_newlines.

The other arguments are the same as for the Popen constructor.
"""
if input is not None:
if kwargs.get('stdin') is not None:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

if capture_output:
if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
raise ValueError('stdout and stderr arguments may not be used '
'with capture_output.')
kwargs['stdout'] = PIPE
kwargs['stderr'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired as exc:
process.kill()
if _mswindows:
# Windows accumulates the output in a single blocking
# read() call run on child threads, with the timeout
# being done in a join() on those threads. communicate()
# _after_ kill() is required to collect that and add it
# to the exception.
exc.stdout, exc.stderr = process.communicate()
else:
# POSIX _communicate already populated the output so
# far into the TimeoutExpired exception.
process.wait()
raise
except: # Including KeyboardInterrupt, communicate handled that.
process.kill()
# We don't call process.wait() as .__exit__ does that for us.
raise
retcode = process.poll()
if check and retcode:
> raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db4']' died with <Signals.SIGABRT: 6>.

/usr/lib64/python3.9/subprocess.py:528: CalledProcessError
------------------------------Captured stderr call------------------------------
free(): double free detected in tcache 2
-------------------------------Captured log call--------------------------------
INFO lib389:__init__.py:3014 Running script: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db4']
Failed tickets/ticket48252_test.py::test_ticket48252_run_1 0.08
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60342a30>

def test_ticket48252_run_1(topology_st):
"""
Delete an entry cn=test_entry1
Check it is in the 'objectclass' index file as a tombstone entry
"""
log.info("Case 2 - Check deleted entry is in the 'objectclass' index file as a tombstone entry")
uas = UserAccounts(topology_st.standalone, DEFAULT_SUFFIX)
del_rdn = "uid=%s1" % TEST_USER
> del_entry = uas.get('%s1' % TEST_USER)

/export/tests/tickets/ticket48252_test.py:98:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1146: in get
results = self._get_selector(selector)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1177: in _get_selector
return self._instance.search_ext_s(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:864: in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:141: in inner
objtype, data = f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:756: in result
resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:760: in result2
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60342550>
func = <built-in method result4 of LDAP object at 0x7f3c6117ede0>
args = (40, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: SERVER_DOWN
Failed tickets/ticket48266_test.py::test_ticket48266_count_csn_evaluation 3.11
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c61460fd0>
entries = None

def test_ticket48266_count_csn_evaluation(topology_m2, entries):
ents = topology_m2.ms["supplier1"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1
> first_csn = _get_first_not_replicated_csn(topology_m2)

/export/tests/tickets/ticket48266_test.py:176:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c61460fd0>

def _get_first_not_replicated_csn(topology_m2):
name = "cn=%s2,%s" % (NEW_ACCOUNT, SUFFIX)

# read the first CSN that will not be replicated
mod = [(ldap.MOD_REPLACE, 'telephonenumber', ensure_bytes('123456'))]
topology_m2.ms["supplier1"].modify_s(name, mod)
msgid = topology_m2.ms["supplier1"].search_ext(name, ldap.SCOPE_SUBTREE, 'objectclass=*', ['nscpentrywsi'])
rtype, rdata, rmsgid = topology_m2.ms["supplier1"].result2(msgid)
attrs = None
for dn, raw_attrs in rdata:
topology_m2.ms["supplier1"].log.info("dn: %s" % dn)
if 'nscpentrywsi' in raw_attrs:
attrs = raw_attrs['nscpentrywsi']
assert attrs
for attr in attrs:
if ensure_str(attr.lower()).startswith('telephonenumber'):
break
assert attr

log.info("############# %s " % name)
# now retrieve the CSN of the operation we are looking for
csn = None
found_ops = topology_m2.ms['supplier1'].ds_access_log.match(".*MOD dn=\"%s\".*" % name)
assert(len(found_ops) > 0)
found_op = topology_m2.ms['supplier1'].ds_access_log.parse_line(found_ops[-1])
log.info(found_op)

# Now look for the related CSN
found_csns = topology_m2.ms['supplier1'].ds_access_log.match(".*conn=%s op=%s RESULT.*" % (found_op['conn'], found_op['op']))
assert(len(found_csns) > 0)
found_csn = topology_m2.ms['supplier1'].ds_access_log.parse_line(found_csns[-1])
log.info(found_csn)
> return found_csn['csn']
E KeyError: 'csn'

/export/tests/tickets/ticket48266_test.py:147: KeyError
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48266_test.py:125 dn: cn=new_account2,dc=example,dc=com INFO tests.tickets.ticket48266_test:ticket48266_test.py:134 ############# cn=new_account2,dc=example,dc=com INFO tests.tickets.ticket48266_test:ticket48266_test.py:140 {'action': 'MOD', 'timestamp': '[24/Apr/2021:00:54:42.496918059 -0400]', 'conn': '1', 'op': '12', 'rem': 'dn="cn=new_account2,dc=example,dc=com"', 'datetime': datetime.datetime(2021, 4, 24, 0, 0, 0, 496918, tzinfo=tzoffset(None, -14400))} INFO tests.tickets.ticket48266_test:ticket48266_test.py:146 {'action': 'RESULT', 'timestamp': '[24/Apr/2021:00:54:42.548602875 -0400]', 'conn': '1', 'op': '12', 'rem': 'err=0 tag=103 nentries=0 wtime=0.000163926 optime=0.051704217 etime=0.051862879 csn=6083a492000000010000', 'datetime': datetime.datetime(2021, 4, 24, 0, 0, 0, 548602, tzinfo=tzoffset(None, -14400))}
Failed tickets/ticket48325_test.py::test_ticket48325 47.18
topology_m1h1c1 = <lib389.topologies.TopologyMain object at 0x7f3c60329970>

def test_ticket48325(topology_m1h1c1):
"""
Test that the RUV element order is correctly maintained when promoting
a hub or consumer.
"""

#
# Promote consumer to supplier
#
C1 = topology_m1h1c1.cs["consumer1"]
M1 = topology_m1h1c1.ms["supplier1"]
H1 = topology_m1h1c1.hs["hub1"]
repl = ReplicationManager(DEFAULT_SUFFIX)
> repl._ensure_changelog(C1)

/export/tests/tickets/ticket48325_test.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/replica.py:1928: in _ensure_changelog
cl.create(properties={
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:972: in create
return self._create(rdn, properties, basedn, ensure=False)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:947: in _create
self._instance.add_ext_s(e, serverctrls=self._server_controls, clientctrls=self._client_controls, escapehatch='i am sure')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c603299d0>
func = <built-in method result4 of LDAP object at 0x7f3c63ea4810>
args = (15, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 105, 'msgid': 15, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': [], 'info': 'Changelog configuration is part of the backend configuration'}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for hub1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:524 Creating replication topology. INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is NOT working (expect 833ffcf8-d6ab-407a-8605-d6d364f9a67e / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is working INFO lib389.replica:replica.py:2211 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect a91eda4b-9c16-45e7-8684-3f4dc06c5c26 / got description=833ffcf8-d6ab-407a-8605-d6d364f9a67e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
Failed tickets/ticket48342_test.py::test_ticket4026 140.04
topology_m3 = <lib389.topologies.TopologyMain object at 0x7f3c601451c0>

def test_ticket4026(topology_m3):
"""Write your replication testcase here.

To access each DirSrv instance use: topology_m3.ms["supplier1"], topology_m3.ms["supplier2"],
..., topology_m3.hub1, ..., topology_m3.consumer1, ...

Also, if you need any testcase initialization,
please, write additional fixture for that(include finalizer).
"""

try:
topology_m3.ms["supplier1"].add_s(Entry((PEOPLE_DN, {
'objectclass': "top extensibleObject".split(),
'ou': 'people'})))
except ldap.ALREADY_EXISTS:
pass

topology_m3.ms["supplier1"].add_s(Entry(('ou=ranges,' + SUFFIX, {
'objectclass': 'top organizationalunit'.split(),
'ou': 'ranges'
})))
for cpt in range(MAX_ACCOUNTS):
name = "user%d" % (cpt)
topology_m3.ms["supplier1"].add_s(Entry(("uid=%s,%s" % (name, PEOPLE_DN), {
'objectclass': 'top posixAccount extensibleObject'.split(),
'uid': name,
'cn': name,
'uidNumber': '1',
'gidNumber': '1',
'homeDirectory': '/home/%s' % name
})))

# make supplier3 having more free slots that supplier2
# so supplier1 will contact supplier3
_dna_config(topology_m3.ms["supplier1"], nextValue=100, maxValue=10)
_dna_config(topology_m3.ms["supplier2"], nextValue=200, maxValue=10)
_dna_config(topology_m3.ms["supplier3"], nextValue=300, maxValue=3000)

# Turn on lots of error logging now.

mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', b'16384')]
# mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '1')]
topology_m3.ms["supplier1"].modify_s('cn=config', mod)
topology_m3.ms["supplier2"].modify_s('cn=config', mod)
topology_m3.ms["supplier3"].modify_s('cn=config', mod)

# We need to wait for the event in dna.c to fire to start the servers
# see dna.c line 899
time.sleep(60)

# add on supplier1 users with description DNA
for cpt in range(10):
name = "user_with_desc1_%d" % (cpt)
topology_m3.ms["supplier1"].add_s(Entry(("uid=%s,%s" % (name, PEOPLE_DN), {
'objectclass': 'top posixAccount extensibleObject'.split(),
'uid': name,
'cn': name,
'description': '-1',
'uidNumber': '1',
'gidNumber': '1',
'homeDirectory': '/home/%s' % name
})))
# give time to negociate supplier1 <--> supplier3
time.sleep(10)
# add on supplier1 users with description DNA
for cpt in range(11, 20):
name = "user_with_desc1_%d" % (cpt)
> topology_m3.ms["supplier1"].add_s(Entry(("uid=%s,%s" % (name, PEOPLE_DN), {
'objectclass': 'top posixAccount extensibleObject'.split(),
'uid': name,
'cn': name,
'description': '-1',
'uidNumber': '1',
'gidNumber': '1',
'homeDirectory': '/home/%s' % name
})))

/export/tests/tickets/ticket48342_test.py:118:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:439: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:171: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60145340>
func = <built-in method result4 of LDAP object at 0x7f3c611bd270>
args = (15, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.OPERATIONS_ERROR: {'msgtype': 105, 'msgid': 15, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Allocation of a new value for range cn=dna config,cn=distributed numeric assignment plugin,cn=plugins,cn=config failed! Unable to proceed.'}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: OPERATIONS_ERROR
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 424e0fc8-0be5-44a0-bc18-e1d97eb86ae2 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c83270a6-ab9a-4160-934e-98970472dc5b / got description=424e0fc8-0be5-44a0-bc18-e1d97eb86ae2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect b56daa9f-83cd-4cec-b635-146af70dce71 / got description=c83270a6-ab9a-4160-934e-98970472dc5b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect cf01cfe5-413e-4740-b299-b02c13d91107 / got description=b56daa9f-83cd-4cec-b635-146af70dce71) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48342_test:ticket48342_test.py:19 Add dna plugin config entry...ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 INFO tests.tickets.ticket48342_test:ticket48342_test.py:37 Enable the DNA plugin... INFO tests.tickets.ticket48342_test:ticket48342_test.py:44 Restarting the server... INFO tests.tickets.ticket48342_test:ticket48342_test.py:19 Add dna plugin config entry...ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO tests.tickets.ticket48342_test:ticket48342_test.py:37 Enable the DNA plugin... INFO tests.tickets.ticket48342_test:ticket48342_test.py:44 Restarting the server... INFO tests.tickets.ticket48342_test:ticket48342_test.py:19 Add dna plugin config entry...ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO tests.tickets.ticket48342_test:ticket48342_test.py:37 Enable the DNA plugin... INFO tests.tickets.ticket48342_test:ticket48342_test.py:44 Restarting the server...
Failed tickets/ticket48637_test.py::test_ticket48637 15.59
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c611efd60>

def test_ticket48637(topology_st):
"""Test for entry cache corruption

This requires automember and managed entry plugins to be configured.

Then remove the group that automember would use to trigger a failure when
adding a new entry. Automember fails, and then managed entry also fails.

Make sure a base search on the entry returns error 32
"""

if DEBUGGING:
# Add debugging steps(if any)...
pass

#
# Add our setup entries
#
try:
topology_st.standalone.add_s(Entry((PEOPLE_OU, {
'objectclass': 'top organizationalunit'.split(),
'ou': 'people'})))
except ldap.ALREADY_EXISTS:
pass
except ldap.LDAPError as e:
log.fatal('Failed to add people ou: ' + str(e))
assert False

try:
topology_st.standalone.add_s(Entry((GROUP_OU, {
'objectclass': 'top organizationalunit'.split(),
'ou': 'groups'})))
except ldap.ALREADY_EXISTS:
pass
except ldap.LDAPError as e:
log.fatal('Failed to add groups ou: ' + str(e))
assert False

try:
topology_st.standalone.add_s(Entry((MEP_OU, {
'objectclass': 'top extensibleObject'.split(),
'ou': 'mep'})))
except ldap.LDAPError as e:
log.fatal('Failed to add MEP ou: ' + str(e))
assert False

try:
topology_st.standalone.add_s(Entry((MEP_TEMPLATE, {
'objectclass': 'top mepTemplateEntry'.split(),
'cn': 'mep template',
'mepRDNAttr': 'cn',
'mepStaticAttr': 'objectclass: groupofuniquenames',
'mepMappedAttr': 'cn: $uid'})))
except ldap.LDAPError as e:
log.fatal('Failed to add MEP ou: ' + str(e))
assert False

#
# Configure automember
#
try:
topology_st.standalone.add_s(Entry((AUTO_DN, {
'cn': 'All Users',
'objectclass': ['top', 'autoMemberDefinition'],
'autoMemberScope': 'dc=example,dc=com',
'autoMemberFilter': 'objectclass=person',
'autoMemberDefaultGroup': GROUP_DN,
'autoMemberGroupingAttr': 'uniquemember:dn'})))
except ldap.LDAPError as e:
log.fatal('Failed to configure automember plugin : ' + str(e))
assert False

#
# Configure managed entry plugin
#
try:
topology_st.standalone.add_s(Entry((MEP_DN, {
'cn': 'MEP Definition',
'objectclass': ['top', 'extensibleObject'],
'originScope': 'ou=people,dc=example,dc=com',
'originFilter': 'objectclass=person',
'managedBase': 'ou=groups,dc=example,dc=com',
'managedTemplate': MEP_TEMPLATE})))
except ldap.LDAPError as e:
log.fatal('Failed to configure managed entry plugin : ' + str(e))
assert False

#
# Restart DS
#
topology_st.standalone.restart(timeout=30)

#
# Add entry that should fail since the automember group does not exist
#
try:
topology_st.standalone.add_s(Entry((USER_DN, {
'uid': 'test',
'objectclass': ['top', 'person', 'extensibleObject'],
'sn': 'test',
'cn': 'test'})))
except ldap.LDAPError as e:
pass

#
# Search for the entry - it should not be returned
#
try:
entry = topology_st.standalone.search_s(USER_DN, ldap.SCOPE_SUBTREE,
'objectclass=*')
if entry:
log.fatal('Entry was incorrectly returned')
> assert False
E assert False

/export/tests/tickets/ticket48637_test.py:139: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket48637_test:ticket48637_test.py:138 Entry was incorrectly returned
Failed tickets/ticket48759_test.py::test_ticket48759 13.60
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c611ccf70>

def test_ticket48759(topology_st):
"""
The fix for ticket 48759 has to prevent plugin calls for tombstone purging

The test uses the memberof and retrocl plugins to verify this.
In tombstone purging without the fix the mmeberof plugin is called,
if the tombstone entry is a group,
it modifies the user entries for the group
and if retrocl is enabled this mod is written to the retrocl

The test sequence is:
- enable replication
- enable memberof and retro cl plugin
- add user entries
- add a group and add the users as members
- verify memberof is set to users
- delete the group
- verify memberof is removed from users
- add group again
- verify memberof is set to users
- get number of changes in retro cl for one user
- configure tombstone purging
- wait for purge interval to pass
- add a dummy entry to increase maxcsn
- wait for purge interval to pass two times
- get number of changes in retro cl for user again
- assert there was no additional change
"""

log.info('Testing Ticket 48759 - no plugin calls for tombstone purging')

#
# Setup Replication
#
log.info('Setting up replication...')
repl = ReplicationManager(DEFAULT_SUFFIX)
repl.create_first_supplier(topology_st.standalone)
#
# enable dynamic plugins, memberof and retro cl plugin
#
log.info('Enable plugins...')
try:
topology_st.standalone.config.set('nsslapd-dynamic-plugins', 'on')
except ldap.LDAPError as e:
ldap.error('Failed to enable dynamic plugins! ' + e.args[0]['desc'])
assert False

topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
topology_st.standalone.plugins.enable(name=PLUGIN_RETRO_CHANGELOG)
# Configure memberOf group attribute
try:
> topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofgroupattr',
b'member')])

/export/tests/tickets/ticket48759_test.py:128:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberofgroupattr', b'member')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x559b3f173b60, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...93, function='_hookexec', code_context=[' return self._inner_hookexec(hook, methods, kwargs)\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3f01f4c0, file '/export/tests/tickets/ticket48759_test.py', line 134, code test_ticket..., function='test_ticket48759', code_context=[' topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,\n'], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c611cc640>
dn = 'cn=MemberOf Plugin,cn=plugins,cn=config'
modlist = [(2, 'memberofgroupattr', b'member')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberofgroupattr', b'member')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c611cc640>
dn = 'cn=MemberOf Plugin,cn=plugins,cn=config'
modlist = [(2, 'memberofgroupattr', b'member')], serverctrls = None
clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (20,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c611cc640>, msgid = 20, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (20, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c611cc640>, msgid = 20, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c603079f0>, 20, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c611cc640>
func = <built-in method result4 of LDAP object at 0x7f3c603079f0>
args = (20, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.UNWILLING_TO_PERFORM'>
exc_value = UNWILLING_TO_PERFORM({'msgtype': 103, 'msgid': 20, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []})
exc_traceback = <traceback object at 0x7f3c61336140>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c611cc640>
func = <built-in method result4 of LDAP object at 0x7f3c603079f0>
args = (20, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 103, 'msgid': 20, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM

During handling of the above exception, another exception occurred:

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c611ccf70>

def test_ticket48759(topology_st):
"""
The fix for ticket 48759 has to prevent plugin calls for tombstone purging

The test uses the memberof and retrocl plugins to verify this.
In tombstone purging without the fix the mmeberof plugin is called,
if the tombstone entry is a group,
it modifies the user entries for the group
and if retrocl is enabled this mod is written to the retrocl

The test sequence is:
- enable replication
- enable memberof and retro cl plugin
- add user entries
- add a group and add the users as members
- verify memberof is set to users
- delete the group
- verify memberof is removed from users
- add group again
- verify memberof is set to users
- get number of changes in retro cl for one user
- configure tombstone purging
- wait for purge interval to pass
- add a dummy entry to increase maxcsn
- wait for purge interval to pass two times
- get number of changes in retro cl for user again
- assert there was no additional change
"""

log.info('Testing Ticket 48759 - no plugin calls for tombstone purging')

#
# Setup Replication
#
log.info('Setting up replication...')
repl = ReplicationManager(DEFAULT_SUFFIX)
repl.create_first_supplier(topology_st.standalone)
#
# enable dynamic plugins, memberof and retro cl plugin
#
log.info('Enable plugins...')
try:
topology_st.standalone.config.set('nsslapd-dynamic-plugins', 'on')
except ldap.LDAPError as e:
ldap.error('Failed to enable dynamic plugins! ' + e.args[0]['desc'])
assert False

topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
topology_st.standalone.plugins.enable(name=PLUGIN_RETRO_CHANGELOG)
# Configure memberOf group attribute
try:
topology_st.standalone.modify_s(MEMBEROF_PLUGIN_DN,
[(ldap.MOD_REPLACE,
'memberofgroupattr',
b'member')])
except ldap.LDAPError as e:
log.fatal('Failed to configure memberOf plugin: error ' + e.args[0]['desc'])
> assert False
E assert False

/export/tests/tickets/ticket48759_test.py:134: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket48759_test:ticket48759_test.py:133 Failed to configure memberOf plugin: error Server is unwilling to perform
Failed tickets/ticket48784_test.py::test_ticket48784 59.58
Fixture "add_entry" called directly. Fixtures are not meant to be called directly,
but are created automatically when test functions request them as parameters.
See https://docs.pytest.org/en/latest/fixture.html for more information about fixtures, and
https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly about how to update your code.
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 40d1d5f5-eaaf-405d-92a5-c96a3146ea94 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect fdae86c3-2bac-40de-9524-72daa975477a / got description=40d1d5f5-eaaf-405d-92a5-c96a3146ea94) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48784_test:ticket48784_test.py:90 Ticket 48784 - Allow usage of OpenLDAP libraries that don't use NSS for crypto INFO tests.tickets.ticket48784_test:ticket48784_test.py:50 ######################### Configure SSL/TLS agreements ###################### INFO tests.tickets.ticket48784_test:ticket48784_test.py:51 ######################## supplier1 <-- startTLS -> supplier2 ##################### INFO tests.tickets.ticket48784_test:ticket48784_test.py:53 ##### Update the agreement of supplier1 INFO tests.tickets.ticket48784_test:ticket48784_test.py:58 ##### Update the agreement of supplier2 INFO tests.tickets.ticket48784_test:ticket48784_test.py:68 ######################### Configure SSL/TLS agreements Done ######################
Failed tickets/ticket48798_test.py::test_ticket48798 19.10
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c6119b520>

def test_ticket48798(topology_st):
"""
Test DH param sizes offered by DS.

"""
topology_st.standalone.enable_tls()

# Confirm that we have a connection, and that it has DH

# Open a socket to the port.
# Check the security settings.
> size = check_socket_dh_param_size(topology_st.standalone.host, topology_st.standalone.sslport)

/export/tests/tickets/ticket48798_test.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket48798_test.py:23: in check_socket_dh_param_size
output = check_output(cmd, shell=True)
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, capture_output = False, timeout = None, check = True
popenargs = ('echo quit | openssl s_client -connect ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63601 -msg -cipher DH | grep -A 1 ServerKeyExchange',)
kwargs = {'shell': True, 'stdout': -1}
process = <Popen: returncode: 1 args: ['e', 'c', 'h', 'o', ' ', 'q', 'u', 'i', 't', ' ...>
stdout = b'', stderr = None, retcode = 1

def run(*popenargs,
input=None, capture_output=False, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass bytes or a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

By default, all communication is in bytes, and therefore any "input" should
be bytes, and the stdout and stderr will be bytes. If in text mode, any
"input" should be a string, and stdout and stderr will be strings decoded
according to locale encoding, or by "encoding" if set. Text mode is
triggered by setting any of text, encoding, errors or universal_newlines.

The other arguments are the same as for the Popen constructor.
"""
if input is not None:
if kwargs.get('stdin') is not None:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

if capture_output:
if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:
raise ValueError('stdout and stderr arguments may not be used '
'with capture_output.')
kwargs['stdout'] = PIPE
kwargs['stderr'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired as exc:
process.kill()
if _mswindows:
# Windows accumulates the output in a single blocking
# read() call run on child threads, with the timeout
# being done in a join() on those threads. communicate()
# _after_ kill() is required to collect that and add it
# to the exception.
exc.stdout, exc.stderr = process.communicate()
else:
# POSIX _communicate already populated the output so
# far into the TimeoutExpired exception.
process.wait()
raise
except: # Including KeyboardInterrupt, communicate handled that.
process.kill()
# We don't call process.wait() as .__exit__ does that for us.
raise
retcode = process.poll()
if check and retcode:
> raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command 'echo quit | openssl s_client -connect ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63601 -msg -cipher DH | grep -A 1 ServerKeyExchange' returned non-zero exit status 1.

/usr/lib64/python3.9/subprocess.py:528: CalledProcessError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
depth=1 C = AU, ST = Queensland, L = 389ds, O = testing, CN = ssca.389ds.example.com verify return:1 depth=0 C = AU, ST = Queensland, L = 389ds, O = testing, GN = ccb935d4-c99d-45d8-94a8-f220ff5d3a4d, CN = ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com verify return:1 DONE
Failed tickets/ticket48808_test.py::test_ticket48808 16.57
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60481be0>
create_user = None

def test_ticket48808(topology_st, create_user):
log.info('Run multiple paging controls on a single connection')
users_num = 100
page_size = 30
users_list = add_users(topology_st, users_num)
search_flt = r'(uid=test*)'
searchreq_attrlist = ['dn', 'sn']

log.info('Set user bind')
topology_st.standalone.simple_bind_s(TEST_USER_DN, TEST_USER_PWD)

log.info('Create simple paged results control instance')
req_ctrl = SimplePagedResultsControl(True, size=page_size, cookie='')
controls = [req_ctrl]

for ii in range(3):
log.info('Iteration %d' % ii)
msgid = topology_st.standalone.search_ext(DEFAULT_SUFFIX,
ldap.SCOPE_SUBTREE,
search_flt,
searchreq_attrlist,
serverctrls=controls)
rtype, rdata, rmsgid, rctrls = topology_st.standalone.result3(msgid)
pctrls = [
c
for c in rctrls
if c.controlType == SimplePagedResultsControl.controlType
]

req_ctrl.cookie = pctrls[0].cookie
msgid = topology_st.standalone.search_ext(DEFAULT_SUFFIX,
ldap.SCOPE_SUBTREE,
search_flt,
searchreq_attrlist,
serverctrls=controls)
log.info('Set Directory Manager bind back')
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
del_users(topology_st, users_list)

log.info('Abandon the search')
users_num = 10
page_size = 0
users_list = add_users(topology_st, users_num)
search_flt = r'(uid=test*)'
searchreq_attrlist = ['dn', 'sn']

log.info('Set user bind')
topology_st.standalone.simple_bind_s(TEST_USER_DN, TEST_USER_PWD)

log.info('Create simple paged results control instance')
req_ctrl = SimplePagedResultsControl(True, size=page_size, cookie='')
controls = [req_ctrl]

msgid = topology_st.standalone.search_ext(DEFAULT_SUFFIX,
ldap.SCOPE_SUBTREE,
search_flt,
searchreq_attrlist,
serverctrls=controls)
rtype, rdata, rmsgid, rctrls = topology_st.standalone.result3(msgid)
pctrls = [
c
for c in rctrls
if c.controlType == SimplePagedResultsControl.controlType
]
assert not pctrls[0].cookie

log.info('Set Directory Manager bind back')
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
del_users(topology_st, users_list)

log.info("Search should fail with 'nsPagedSizeLimit = 5'"
"and 'nsslapd-pagedsizelimit = 15' with 10 users")
conf_attr = b'15'
user_attr = b'5'
expected_rs = ldap.SIZELIMIT_EXCEEDED
users_num = 10
page_size = 10
users_list = add_users(topology_st, users_num)
search_flt = r'(uid=test*)'
searchreq_attrlist = ['dn', 'sn']
conf_attr_bck = change_conf_attr(topology_st, DN_CONFIG,
'nsslapd-pagedsizelimit', conf_attr)
user_attr_bck = change_conf_attr(topology_st, TEST_USER_DN,
'nsPagedSizeLimit', user_attr)

log.info('Set user bind')
topology_st.standalone.simple_bind_s(TEST_USER_DN, TEST_USER_PWD)

log.info('Create simple paged results control instance')
req_ctrl = SimplePagedResultsControl(True, size=page_size, cookie='')
controls = [req_ctrl]

log.info('Expect to fail with SIZELIMIT_EXCEEDED')
with pytest.raises(expected_rs):
> all_results = paged_search(topology_st, controls,
search_flt, searchreq_attrlist)
E Failed: DID NOT RAISE <class 'ldap.SIZELIMIT_EXCEEDED'>

/export/tests/tickets/ticket48808_test.py:252: Failed
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48808_test:ticket48808_test.py:159 Run multiple paging controls on a single connection INFO tests.tickets.ticket48808_test:ticket48808_test.py:48 Adding 100 users INFO tests.tickets.ticket48808_test:ticket48808_test.py:166 Set user bind INFO tests.tickets.ticket48808_test:ticket48808_test.py:169 Create simple paged results control instance INFO tests.tickets.ticket48808_test:ticket48808_test.py:174 Iteration 0 INFO tests.tickets.ticket48808_test:ticket48808_test.py:174 Iteration 1 INFO tests.tickets.ticket48808_test:ticket48808_test.py:174 Iteration 2 INFO tests.tickets.ticket48808_test:ticket48808_test.py:193 Set Directory Manager bind back INFO tests.tickets.ticket48808_test:ticket48808_test.py:75 Deleting 100 users INFO tests.tickets.ticket48808_test:ticket48808_test.py:197 Abandon the search INFO tests.tickets.ticket48808_test:ticket48808_test.py:48 Adding 10 users INFO tests.tickets.ticket48808_test:ticket48808_test.py:204 Set user bind INFO tests.tickets.ticket48808_test:ticket48808_test.py:207 Create simple paged results control instance INFO tests.tickets.ticket48808_test:ticket48808_test.py:224 Set Directory Manager bind back INFO tests.tickets.ticket48808_test:ticket48808_test.py:75 Deleting 10 users INFO tests.tickets.ticket48808_test:ticket48808_test.py:228 Search should fail with 'nsPagedSizeLimit = 5'and 'nsslapd-pagedsizelimit = 15' with 10 users INFO tests.tickets.ticket48808_test:ticket48808_test.py:48 Adding 10 users INFO tests.tickets.ticket48808_test:ticket48808_test.py:95 Set nsslapd-pagedsizelimit to b'15'. Previous value - [b'0']. Modified suffix - cn=config. INFO tests.tickets.ticket48808_test:ticket48808_test.py:95 Set nsPagedSizeLimit to b'5'. Previous value - None. Modified suffix - uid=simplepaged_test,dc=example,dc=com. INFO tests.tickets.ticket48808_test:ticket48808_test.py:243 Set user bind INFO tests.tickets.ticket48808_test:ticket48808_test.py:246 Create simple paged results control instance INFO tests.tickets.ticket48808_test:ticket48808_test.py:250 Expect to fail with SIZELIMIT_EXCEEDED INFO tests.tickets.ticket48808_test:ticket48808_test.py:130 Getting page 0
Failed tickets/ticket48896_test.py::test_ticket48896 10.62
server = <lib389.DirSrv object at 0x7f3c60060760>, curpw = 'password'
newpw = 'Abcd012+', expstr = 'be ok', rc = 0

def replace_pw(server, curpw, newpw, expstr, rc):
log.info('Binding as {%s, %s}' % (TESTDN, curpw))
server.simple_bind_s(TESTDN, curpw)

hit = 0
log.info('Replacing password: %s -> %s, which should %s' % (curpw, newpw, expstr))
try:
> server.modify_s(TESTDN, [(ldap.MOD_REPLACE, 'userPassword', ensure_bytes(newpw))])

/export/tests/tickets/ticket48896_test.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=buser123,dc=example,dc=com', [(2, 'userPassword', b'Abcd012+')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x7f3c612e8040, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...mbda>', code_context=[' self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3f2aaae0, file '/export/tests/tickets/ticket48896_test.py', line 57, code replace_pw>,...code_context=[" server.modify_s(TESTDN, [(ldap.MOD_REPLACE, 'userPassword', ensure_bytes(newpw))])\n"], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60060760>
dn = 'uid=buser123,dc=example,dc=com'
modlist = [(2, 'userPassword', b'Abcd012+')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=buser123,dc=example,dc=com', [(2, 'userPassword', b'Abcd012+')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60060760>
dn = 'uid=buser123,dc=example,dc=com'
modlist = [(2, 'userPassword', b'Abcd012+')], serverctrls = None
clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (8,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60060760>, msgid = 8, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (8, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60060760>, msgid = 8, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c60f4ac30>, 8, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60060760>
func = <built-in method result4 of LDAP object at 0x7f3c60f4ac30>
args = (8, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.INSUFFICIENT_ACCESS'>
exc_value = INSUFFICIENT_ACCESS({'msgtype': 103, 'msgid': 8, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=buser123,dc=example,dc=com'.\n"})
exc_traceback = <traceback object at 0x7f3c612b60c0>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60060760>
func = <built-in method result4 of LDAP object at 0x7f3c60f4ac30>
args = (8, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 8, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=buser123,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS

During handling of the above exception, another exception occurred:

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60f43070>

def test_ticket48896(topology_st):
"""
"""
log.info('Testing Ticket 48896 - Default Setting for passwordMinTokenLength does not work')

log.info("Setting global password policy with password syntax.")
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'passwordCheckSyntax', b'on'),
(ldap.MOD_REPLACE, 'nsslapd-pwpolicy-local', b'on')])

config = topology_st.standalone.search_s(CONFIG_DN, ldap.SCOPE_BASE, 'cn=*')
mintokenlen = config[0].getValue('passwordMinTokenLength')
history = config[0].getValue('passwordInHistory')

log.info('Default passwordMinTokenLength == %s' % mintokenlen)
log.info('Default passwordInHistory == %s' % history)

log.info('Adding a user.')
curpw = 'password'
topology_st.standalone.add_s(Entry((TESTDN,
{'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': 'test user',
'sn': 'user',
'userPassword': curpw})))

newpw = 'Abcd012+'
exp = 'be ok'
rc = 0
> replace_pw(topology_st.standalone, curpw, newpw, exp, rc)

/export/tests/tickets/ticket48896_test.py:94:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

server = <lib389.DirSrv object at 0x7f3c60060760>, curpw = 'password'
newpw = 'Abcd012+', expstr = 'be ok', rc = 0

def replace_pw(server, curpw, newpw, expstr, rc):
log.info('Binding as {%s, %s}' % (TESTDN, curpw))
server.simple_bind_s(TESTDN, curpw)

hit = 0
log.info('Replacing password: %s -> %s, which should %s' % (curpw, newpw, expstr))
try:
server.modify_s(TESTDN, [(ldap.MOD_REPLACE, 'userPassword', ensure_bytes(newpw))])
except Exception as e:
log.info("Exception (expected): %s" % type(e).__name__)
hit = 1
> assert isinstance(e, rc)
E TypeError: isinstance() arg 2 must be a type or tuple of types

/export/tests/tickets/ticket48896_test.py:57: TypeError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48896_test:ticket48896_test.py:69 Testing Ticket 48896 - Default Setting for passwordMinTokenLength does not work INFO tests.tickets.ticket48896_test:ticket48896_test.py:71 Setting global password policy with password syntax. INFO tests.tickets.ticket48896_test:ticket48896_test.py:80 Default passwordMinTokenLength == b'3' INFO tests.tickets.ticket48896_test:ticket48896_test.py:81 Default passwordInHistory == b'6' INFO tests.tickets.ticket48896_test:ticket48896_test.py:83 Adding a user. INFO tests.tickets.ticket48896_test:ticket48896_test.py:47 Binding as {uid=buser123,dc=example,dc=com, password} INFO tests.tickets.ticket48896_test:ticket48896_test.py:51 Replacing password: password -> Abcd012+, which should be ok INFO tests.tickets.ticket48896_test:ticket48896_test.py:55 Exception (expected): INSUFFICIENT_ACCESS
Failed tickets/ticket48916_test.py::test_ticket48916 81.87
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c60648a60>

def test_ticket48916(topology_m2):
"""
https://bugzilla.redhat.com/show_bug.cgi?id=1353629

This is an issue with ID exhaustion in DNA causing a crash.

To access each DirSrv instance use: topology_m2.ms["supplier1"], topology_m2.ms["supplier2"],
..., topology_m2.hub1, ..., topology_m2.consumer1,...


"""

if DEBUGGING:
# Add debugging steps(if any)...
pass

# Enable the plugin on both servers

dna_m1 = topology_m2.ms["supplier1"].plugins.get('Distributed Numeric Assignment Plugin')
dna_m2 = topology_m2.ms["supplier2"].plugins.get('Distributed Numeric Assignment Plugin')

# Configure it
# Create the container for the ranges to go into.

topology_m2.ms["supplier1"].add_s(Entry(
('ou=Ranges,%s' % DEFAULT_SUFFIX, {
'objectClass': 'top organizationalUnit'.split(' '),
'ou': 'Ranges',
})
))

# Create the dnaAdmin?

# For now we just pinch the dn from the dna_m* types, and add the relevant child config
# but in the future, this could be a better plugin template type from lib389

config_dn = dna_m1.dn

topology_m2.ms["supplier1"].add_s(Entry(
('cn=uids,%s' % config_dn, {
'objectClass': 'top dnaPluginConfig'.split(' '),
'cn': 'uids',
'dnatype': 'uidNumber gidNumber'.split(' '),
'dnafilter': '(objectclass=posixAccount)',
'dnascope': '%s' % DEFAULT_SUFFIX,
'dnaNextValue': '1',
'dnaMaxValue': '50',
'dnasharedcfgdn': 'ou=Ranges,%s' % DEFAULT_SUFFIX,
'dnaThreshold': '0',
'dnaRangeRequestTimeout': '60',
'dnaMagicRegen': '-1',
'dnaRemoteBindDN': 'uid=dnaAdmin,ou=People,%s' % DEFAULT_SUFFIX,
'dnaRemoteBindCred': 'secret123',
'dnaNextRange': '80-90'
})
))

topology_m2.ms["supplier2"].add_s(Entry(
('cn=uids,%s' % config_dn, {
'objectClass': 'top dnaPluginConfig'.split(' '),
'cn': 'uids',
'dnatype': 'uidNumber gidNumber'.split(' '),
'dnafilter': '(objectclass=posixAccount)',
'dnascope': '%s' % DEFAULT_SUFFIX,
'dnaNextValue': '61',
'dnaMaxValue': '70',
'dnasharedcfgdn': 'ou=Ranges,%s' % DEFAULT_SUFFIX,
'dnaThreshold': '2',
'dnaRangeRequestTimeout': '60',
'dnaMagicRegen': '-1',
'dnaRemoteBindDN': 'uid=dnaAdmin,ou=People,%s' % DEFAULT_SUFFIX,
'dnaRemoteBindCred': 'secret123',
})
))

# Enable the plugins
dna_m1.enable()
dna_m2.enable()

# Restart the instances
topology_m2.ms["supplier1"].restart(60)
topology_m2.ms["supplier2"].restart(60)

# Wait for a replication .....
time.sleep(40)

# Allocate the 10 members to exhaust

for i in range(1, 11):
_create_user(topology_m2.ms["supplier2"], i)

# Allocate the 11th
> _create_user(topology_m2.ms["supplier2"], 11)

/export/tests/tickets/ticket48916_test.py:126:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket48916_test.py:21: in _create_user
inst.add_s(Entry(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:439: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:171: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c606869d0>
func = <built-in method result4 of LDAP object at 0x7f3c6145a840>
args = (13, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.OPERATIONS_ERROR: {'msgtype': 105, 'msgid': 13, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Allocation of a new value for range cn=uids,cn=distributed numeric assignment plugin,cn=plugins,cn=config failed! Unable to proceed.'}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: OPERATIONS_ERROR
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 06ff1d2c-bb8b-409c-9b50-770f14816b3f / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 9cc138c4-46c5-4701-b397-d6bc37406819 / got description=06ff1d2c-bb8b-409c-9b50-770f14816b3f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
Failed tickets/ticket48956_test.py::test_ticket48956 18.17
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c6036dc70>

def test_ticket48956(topology_st):
"""Write your testcase here...

Also, if you need any testcase initialization,
please, write additional fixture for that(include finalizer).

"""

topology_st.standalone.modify_s(ACCT_POLICY_PLUGIN_DN,
[(ldap.MOD_REPLACE, 'nsslapd-pluginarg0', ensure_bytes(ACCT_POLICY_CONFIG_DN))])

topology_st.standalone.modify_s(ACCT_POLICY_CONFIG_DN, [(ldap.MOD_REPLACE, 'alwaysrecordlogin', b'yes'),
(ldap.MOD_REPLACE, 'stateattrname', b'lastLoginTime'),
(ldap.MOD_REPLACE, 'altstateattrname', b'createTimestamp'),
(ldap.MOD_REPLACE, 'specattrname', b'acctPolicySubentry'),
(ldap.MOD_REPLACE, 'limitattrname',
b'accountInactivityLimit')])

# Enable the plugins
topology_st.standalone.plugins.enable(name=PLUGIN_ACCT_POLICY)
topology_st.standalone.restart(timeout=10)

# Check inactivity on standard suffix (short)
> _check_inactivity(topology_st, SUFFIX)

/export/tests/tickets/ticket48956_test.py:107:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket48956_test.py:78: in _check_inactivity
assert (_check_status(topology_st, TEST_USER_DN, b'- activated'))
/export/tests/tickets/ticket48956_test.py:39: in _check_status
output = subprocess.check_output([nsaccountstatus, '-Z', topology_st.standalone.serverid,
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
/usr/lib64/python3.9/subprocess.py:505: in run
with Popen(*popenargs, **kwargs) as process:
/usr/lib64/python3.9/subprocess.py:951: in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Popen: returncode: 255 args: ['/usr/sbin/ns-accountstatus.pl', '-Z', 'stand...>
args = ['/usr/sbin/ns-accountstatus.pl', '-Z', 'standalone1', '-D', 'cn=Directory Manager', '-w', ...]
executable = b'/usr/sbin/ns-accountstatus.pl', preexec_fn = None
close_fds = True, pass_fds = (), cwd = None, env = None, startupinfo = None
creationflags = 0, shell = False, p2cread = -1, p2cwrite = -1, c2pread = 45
c2pwrite = 46, errread = -1, errwrite = -1, restore_signals = True, gid = None
gids = None, uid = None, umask = -1, start_new_session = False

def _execute_child(self, args, executable, preexec_fn, close_fds,
pass_fds, cwd, env,
startupinfo, creationflags, shell,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite,
restore_signals,
gid, gids, uid, umask,
start_new_session):
"""Execute program (POSIX version)"""

if isinstance(args, (str, bytes)):
args = [args]
elif isinstance(args, os.PathLike):
if shell:
raise TypeError('path-like args is not allowed when '
'shell is true')
args = [args]
else:
args = list(args)

if shell:
# On Android the default shell is at '/system/bin/sh'.
unix_shell = ('/system/bin/sh' if
hasattr(sys, 'getandroidapilevel') else '/bin/sh')
args = [unix_shell, "-c"] + args
if executable:
args[0] = executable

if executable is None:
executable = args[0]

sys.audit("subprocess.Popen", executable, args, cwd, env)

if (_USE_POSIX_SPAWN
and os.path.dirname(executable)
and preexec_fn is None
and not close_fds
and not pass_fds
and cwd is None
and (p2cread == -1 or p2cread > 2)
and (c2pwrite == -1 or c2pwrite > 2)
and (errwrite == -1 or errwrite > 2)
and not start_new_session
and gid is None
and gids is None
and uid is None
and umask < 0):
self._posix_spawn(args, executable, env, restore_signals,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)
return

orig_executable = executable

# For transferring possible exec failure from child to parent.
# Data format: "exception name:hex errno:description"
# Pickle is not used; it is complex and involves memory allocation.
errpipe_read, errpipe_write = os.pipe()
# errpipe_write must not be in the standard io 0, 1, or 2 fd range.
low_fds_to_close = []
while errpipe_write < 3:
low_fds_to_close.append(errpipe_write)
errpipe_write = os.dup(errpipe_write)
for low_fd in low_fds_to_close:
os.close(low_fd)
try:
try:
# We must avoid complex work that could involve
# malloc or free in the child process to avoid
# potential deadlocks, thus we do all this here.
# and pass it to fork_exec()

if env is not None:
env_list = []
for k, v in env.items():
k = os.fsencode(k)
if b'=' in k:
raise ValueError("illegal environment variable name")
env_list.append(k + b'=' + os.fsencode(v))
else:
env_list = None # Use execv instead of execve.
executable = os.fsencode(executable)
if os.path.dirname(executable):
executable_list = (executable,)
else:
# This matches the behavior of os._execvpe().
executable_list = tuple(
os.path.join(os.fsencode(dir), executable)
for dir in os.get_exec_path(env))
fds_to_keep = set(pass_fds)
fds_to_keep.add(errpipe_write)
self.pid = _posixsubprocess.fork_exec(
args, executable_list,
close_fds, tuple(sorted(map(int, fds_to_keep))),
cwd, env_list,
p2cread, p2cwrite, c2pread, c2pwrite,
errread, errwrite,
errpipe_read, errpipe_write,
restore_signals, start_new_session,
gid, gids, uid, umask,
preexec_fn)
self._child_created = True
finally:
# be sure the FD is closed no matter what
os.close(errpipe_write)

self._close_pipe_fds(p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)

# Wait for exec to fail or succeed; possibly raising an
# exception (limited in size)
errpipe_data = bytearray()
while True:
part = os.read(errpipe_read, 50000)
errpipe_data += part
if not part or len(errpipe_data) > 50000:
break
finally:
# be sure the FD is closed no matter what
os.close(errpipe_read)

if errpipe_data:
try:
pid, sts = os.waitpid(self.pid, 0)
if pid == self.pid:
self._handle_exitstatus(sts)
else:
self.returncode = sys.maxsize
except ChildProcessError:
pass

try:
exception_name, hex_errno, err_msg = (
errpipe_data.split(b':', 2))
# The encoding here should match the encoding
# written in by the subprocess implementations
# like _posixsubprocess
err_msg = err_msg.decode()
except ValueError:
exception_name = b'SubprocessError'
hex_errno = b'0'
err_msg = 'Bad exception data from child: {!r}'.format(
bytes(errpipe_data))
child_exception_type = getattr(
builtins, exception_name.decode('ascii'),
SubprocessError)
if issubclass(child_exception_type, OSError) and hex_errno:
errno_num = int(hex_errno, 16)
child_exec_never_called = (err_msg == "noexec")
if child_exec_never_called:
err_msg = ""
# The error must be from chdir(cwd).
err_filename = cwd
else:
err_filename = orig_executable
if errno_num != 0:
err_msg = os.strerror(errno_num)
> raise child_exception_type(errno_num, err_msg, err_filename)
E FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/ns-accountstatus.pl'

/usr/lib64/python3.9/subprocess.py:1823: FileNotFoundError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48956_test:ticket48956_test.py:54 ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=example,dc=com ###################### INFO tests.tickets.ticket48956_test:ticket48956_test.py:61 ######################### Adding Test User entry: uid=ticket48956user,dc=example,dc=com ######################
Failed tickets/ticket49039_test.py::test_ticket49039 18.13
topo = <lib389.topologies.TopologyMain object at 0x7f3c601490d0>

def test_ticket49039(topo):
"""Test "password must change" verses "password min age". Min age should not
block password update if the password was reset.
"""

# Setup SSL (for ldappasswd test)
topo.standalone.enable_tls()

# Configure password policy
try:
policy = PwPolicyManager(topo.standalone)
policy.set_global_policy(properties={'nsslapd-pwpolicy-local': 'on',
'passwordMustChange': 'on',
'passwordExp': 'on',
'passwordMaxAge': '86400000',
'passwordMinAge': '8640000',
'passwordChange': 'on'})
except ldap.LDAPError as e:
log.fatal('Failed to set password policy: ' + str(e))

# Add user, bind, and set password
try:
topo.standalone.add_s(Entry((USER_DN, {
'objectclass': 'top extensibleObject'.split(),
'uid': 'user1',
'userpassword': PASSWORD
})))
except ldap.LDAPError as e:
log.fatal('Failed to add user: error ' + e.args[0]['desc'])
assert False

# Reset password as RootDN
try:
topo.standalone.modify_s(USER_DN, [(ldap.MOD_REPLACE, 'userpassword', ensure_bytes(PASSWORD))])
except ldap.LDAPError as e:
log.fatal('Failed to bind: error ' + e.args[0]['desc'])
assert False

time.sleep(1)

# Reset password as user
try:
topo.standalone.simple_bind_s(USER_DN, PASSWORD)
except ldap.LDAPError as e:
log.fatal('Failed to bind: error ' + e.args[0]['desc'])
assert False

try:
> topo.standalone.modify_s(USER_DN, [(ldap.MOD_REPLACE, 'userpassword', ensure_bytes(PASSWORD))])

/export/tests/tickets/ticket49039_test.py:75:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=user,dc=example,dc=com', [(2, 'userpassword', b'password')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x7f3c60f57840, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...93, function='_hookexec', code_context=[' return self._inner_hookexec(hook, methods, kwargs)\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3d90e1f0, file '/export/tests/tickets/ticket49039_test.py', line 78, code test_ticket4...[" topo.standalone.modify_s(USER_DN, [(ldap.MOD_REPLACE, 'userpassword', ensure_bytes(PASSWORD))])\n"], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60149070>
dn = 'uid=user,dc=example,dc=com', modlist = [(2, 'userpassword', b'password')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=user,dc=example,dc=com', [(2, 'userpassword', b'password')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60149070>
dn = 'uid=user,dc=example,dc=com', modlist = [(2, 'userpassword', b'password')]
serverctrls = None, clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (7,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60149070>, msgid = 7, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (7, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60149070>, msgid = 7, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c60149180>, 7, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60149070>
func = <built-in method result4 of LDAP object at 0x7f3c60149180>
args = (7, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.INSUFFICIENT_ACCESS'>
exc_value = INSUFFICIENT_ACCESS({'msgtype': 103, 'msgid': 7, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=user,dc=example,dc=com'.\n"})
exc_traceback = <traceback object at 0x7f3c612bf5c0>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60149070>
func = <built-in method result4 of LDAP object at 0x7f3c60149180>
args = (7, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 7, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=user,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS

During handling of the above exception, another exception occurred:

topo = <lib389.topologies.TopologyMain object at 0x7f3c601490d0>

def test_ticket49039(topo):
"""Test "password must change" verses "password min age". Min age should not
block password update if the password was reset.
"""

# Setup SSL (for ldappasswd test)
topo.standalone.enable_tls()

# Configure password policy
try:
policy = PwPolicyManager(topo.standalone)
policy.set_global_policy(properties={'nsslapd-pwpolicy-local': 'on',
'passwordMustChange': 'on',
'passwordExp': 'on',
'passwordMaxAge': '86400000',
'passwordMinAge': '8640000',
'passwordChange': 'on'})
except ldap.LDAPError as e:
log.fatal('Failed to set password policy: ' + str(e))

# Add user, bind, and set password
try:
topo.standalone.add_s(Entry((USER_DN, {
'objectclass': 'top extensibleObject'.split(),
'uid': 'user1',
'userpassword': PASSWORD
})))
except ldap.LDAPError as e:
log.fatal('Failed to add user: error ' + e.args[0]['desc'])
assert False

# Reset password as RootDN
try:
topo.standalone.modify_s(USER_DN, [(ldap.MOD_REPLACE, 'userpassword', ensure_bytes(PASSWORD))])
except ldap.LDAPError as e:
log.fatal('Failed to bind: error ' + e.args[0]['desc'])
assert False

time.sleep(1)

# Reset password as user
try:
topo.standalone.simple_bind_s(USER_DN, PASSWORD)
except ldap.LDAPError as e:
log.fatal('Failed to bind: error ' + e.args[0]['desc'])
assert False

try:
topo.standalone.modify_s(USER_DN, [(ldap.MOD_REPLACE, 'userpassword', ensure_bytes(PASSWORD))])
except ldap.LDAPError as e:
log.fatal('Failed to change password: error ' + e.args[0]['desc'])
> assert False
E assert False

/export/tests/tickets/ticket49039_test.py:78: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket49039_test:ticket49039_test.py:77 Failed to change password: error Insufficient access
Failed tickets/ticket49072_test.py::test_ticket49072_basedn 13.44
topo = <lib389.topologies.TopologyMain object at 0x7f3c61d94b80>

def test_ticket49072_basedn(topo):
"""memberOf fixup task does not validate args

:id: dce9b898-119d-42b8-a236-1130e59bfe18
:feature: memberOf
:setup: Standalone instance, with memberOf plugin
:steps: 1. Run fixup-memberOf.pl with invalid DN entry
2. Check if error log reports "Failed to get be backend"
:expectedresults: Fixup-memberOf.pl task should complete, but errors logged.
"""

log.info("Ticket 49072 memberof fixup task with invalid basedn...")
topo.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
topo.standalone.restart(timeout=10)

if ds_is_older('1.3'):
inst_dir = topo.standalone.get_inst_dir()
memof_task = os.path.join(inst_dir, FIXUP_MEMOF)
try:
output = subprocess.check_output([memof_task, '-D', DN_DM, '-w', PASSWORD, '-b', TEST_BASEDN, '-f', FILTER])
except subprocess.CalledProcessError as err:
output = err.output
else:
sbin_dir = topo.standalone.get_sbin_dir()
memof_task = os.path.join(sbin_dir, FIXUP_MEMOF)
try:
> output = subprocess.check_output(
[memof_task, '-D', DN_DM, '-w', PASSWORD, '-b', TEST_BASEDN, '-Z', SERVERID_STANDALONE, '-f', FILTER])

/export/tests/tickets/ticket49072_test.py:55:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
/usr/lib64/python3.9/subprocess.py:505: in run
with Popen(*popenargs, **kwargs) as process:
/usr/lib64/python3.9/subprocess.py:951: in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Popen: returncode: 255 args: ['/usr/sbin/fixup-memberof.pl', '-D', 'cn=Dire...>
args = ['/usr/sbin/fixup-memberof.pl', '-D', 'cn=Directory Manager', '-w', 'password', '-b', ...]
executable = b'/usr/sbin/fixup-memberof.pl', preexec_fn = None, close_fds = True
pass_fds = (), cwd = None, env = None, startupinfo = None, creationflags = 0
shell = False, p2cread = -1, p2cwrite = -1, c2pread = 35, c2pwrite = 37
errread = -1, errwrite = -1, restore_signals = True, gid = None, gids = None
uid = None, umask = -1, start_new_session = False

def _execute_child(self, args, executable, preexec_fn, close_fds,
pass_fds, cwd, env,
startupinfo, creationflags, shell,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite,
restore_signals,
gid, gids, uid, umask,
start_new_session):
"""Execute program (POSIX version)"""

if isinstance(args, (str, bytes)):
args = [args]
elif isinstance(args, os.PathLike):
if shell:
raise TypeError('path-like args is not allowed when '
'shell is true')
args = [args]
else:
args = list(args)

if shell:
# On Android the default shell is at '/system/bin/sh'.
unix_shell = ('/system/bin/sh' if
hasattr(sys, 'getandroidapilevel') else '/bin/sh')
args = [unix_shell, "-c"] + args
if executable:
args[0] = executable

if executable is None:
executable = args[0]

sys.audit("subprocess.Popen", executable, args, cwd, env)

if (_USE_POSIX_SPAWN
and os.path.dirname(executable)
and preexec_fn is None
and not close_fds
and not pass_fds
and cwd is None
and (p2cread == -1 or p2cread > 2)
and (c2pwrite == -1 or c2pwrite > 2)
and (errwrite == -1 or errwrite > 2)
and not start_new_session
and gid is None
and gids is None
and uid is None
and umask < 0):
self._posix_spawn(args, executable, env, restore_signals,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)
return

orig_executable = executable

# For transferring possible exec failure from child to parent.
# Data format: "exception name:hex errno:description"
# Pickle is not used; it is complex and involves memory allocation.
errpipe_read, errpipe_write = os.pipe()
# errpipe_write must not be in the standard io 0, 1, or 2 fd range.
low_fds_to_close = []
while errpipe_write < 3:
low_fds_to_close.append(errpipe_write)
errpipe_write = os.dup(errpipe_write)
for low_fd in low_fds_to_close:
os.close(low_fd)
try:
try:
# We must avoid complex work that could involve
# malloc or free in the child process to avoid
# potential deadlocks, thus we do all this here.
# and pass it to fork_exec()

if env is not None:
env_list = []
for k, v in env.items():
k = os.fsencode(k)
if b'=' in k:
raise ValueError("illegal environment variable name")
env_list.append(k + b'=' + os.fsencode(v))
else:
env_list = None # Use execv instead of execve.
executable = os.fsencode(executable)
if os.path.dirname(executable):
executable_list = (executable,)
else:
# This matches the behavior of os._execvpe().
executable_list = tuple(
os.path.join(os.fsencode(dir), executable)
for dir in os.get_exec_path(env))
fds_to_keep = set(pass_fds)
fds_to_keep.add(errpipe_write)
self.pid = _posixsubprocess.fork_exec(
args, executable_list,
close_fds, tuple(sorted(map(int, fds_to_keep))),
cwd, env_list,
p2cread, p2cwrite, c2pread, c2pwrite,
errread, errwrite,
errpipe_read, errpipe_write,
restore_signals, start_new_session,
gid, gids, uid, umask,
preexec_fn)
self._child_created = True
finally:
# be sure the FD is closed no matter what
os.close(errpipe_write)

self._close_pipe_fds(p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)

# Wait for exec to fail or succeed; possibly raising an
# exception (limited in size)
errpipe_data = bytearray()
while True:
part = os.read(errpipe_read, 50000)
errpipe_data += part
if not part or len(errpipe_data) > 50000:
break
finally:
# be sure the FD is closed no matter what
os.close(errpipe_read)

if errpipe_data:
try:
pid, sts = os.waitpid(self.pid, 0)
if pid == self.pid:
self._handle_exitstatus(sts)
else:
self.returncode = sys.maxsize
except ChildProcessError:
pass

try:
exception_name, hex_errno, err_msg = (
errpipe_data.split(b':', 2))
# The encoding here should match the encoding
# written in by the subprocess implementations
# like _posixsubprocess
err_msg = err_msg.decode()
except ValueError:
exception_name = b'SubprocessError'
hex_errno = b'0'
err_msg = 'Bad exception data from child: {!r}'.format(
bytes(errpipe_data))
child_exception_type = getattr(
builtins, exception_name.decode('ascii'),
SubprocessError)
if issubclass(child_exception_type, OSError) and hex_errno:
errno_num = int(hex_errno, 16)
child_exec_never_called = (err_msg == "noexec")
if child_exec_never_called:
err_msg = ""
# The error must be from chdir(cwd).
err_filename = cwd
else:
err_filename = orig_executable
if errno_num != 0:
err_msg = os.strerror(errno_num)
> raise child_exception_type(errno_num, err_msg, err_filename)
E FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/fixup-memberof.pl'

/usr/lib64/python3.9/subprocess.py:1823: FileNotFoundError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49072_test:ticket49072_test.py:40 Ticket 49072 memberof fixup task with invalid basedn...
Failed tickets/ticket49072_test.py::test_ticket49072_filter 12.54
topo = <lib389.topologies.TopologyMain object at 0x7f3c61d94b80>

def test_ticket49072_filter(topo):
"""memberOf fixup task does not validate args

:id: dde9e893-119d-42c8-a236-1190e56bfe98
:feature: memberOf
:setup: Standalone instance, with memberOf plugin
:steps: 1. Run fixup-memberOf.pl with invalid filter
2. Check if error log reports "Bad search filter"
:expectedresults: Fixup-memberOf.pl task should complete, but errors logged.
"""
log.info("Ticket 49072 memberof fixup task with invalid filter...")
log.info('Wait for 10 secs and check if task is completed')
time.sleep(10)
task_memof = 'cn=memberOf task,cn=tasks,cn=config'
if topo.standalone.search_s(task_memof, ldap.SCOPE_SUBTREE, 'cn=memberOf_fixup*', ['dn:']):
log.info('memberof task is still running, wait for +10 secs')
time.sleep(10)

if ds_is_older('1.3'):
inst_dir = topo.standalone.get_inst_dir()
memof_task = os.path.join(inst_dir, FIXUP_MEMOF)
try:
output = subprocess.check_output([memof_task, '-D', DN_DM, '-w', PASSWORD, '-b', SUFFIX, '-f', TEST_FILTER])
except subprocess.CalledProcessError as err:
output = err.output
else:
sbin_dir = topo.standalone.get_sbin_dir()
memof_task = os.path.join(sbin_dir, FIXUP_MEMOF)
try:
> output = subprocess.check_output(
[memof_task, '-D', DN_DM, '-w', PASSWORD, '-b', SUFFIX, '-Z', SERVERID_STANDALONE, '-f', TEST_FILTER])

/export/tests/tickets/ticket49072_test.py:96:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.9/subprocess.py:424: in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
/usr/lib64/python3.9/subprocess.py:505: in run
with Popen(*popenargs, **kwargs) as process:
/usr/lib64/python3.9/subprocess.py:951: in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Popen: returncode: 255 args: ['/usr/sbin/fixup-memberof.pl', '-D', 'cn=Dire...>
args = ['/usr/sbin/fixup-memberof.pl', '-D', 'cn=Directory Manager', '-w', 'password', '-b', ...]
executable = b'/usr/sbin/fixup-memberof.pl', preexec_fn = None, close_fds = True
pass_fds = (), cwd = None, env = None, startupinfo = None, creationflags = 0
shell = False, p2cread = -1, p2cwrite = -1, c2pread = 35, c2pwrite = 37
errread = -1, errwrite = -1, restore_signals = True, gid = None, gids = None
uid = None, umask = -1, start_new_session = False

def _execute_child(self, args, executable, preexec_fn, close_fds,
pass_fds, cwd, env,
startupinfo, creationflags, shell,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite,
restore_signals,
gid, gids, uid, umask,
start_new_session):
"""Execute program (POSIX version)"""

if isinstance(args, (str, bytes)):
args = [args]
elif isinstance(args, os.PathLike):
if shell:
raise TypeError('path-like args is not allowed when '
'shell is true')
args = [args]
else:
args = list(args)

if shell:
# On Android the default shell is at '/system/bin/sh'.
unix_shell = ('/system/bin/sh' if
hasattr(sys, 'getandroidapilevel') else '/bin/sh')
args = [unix_shell, "-c"] + args
if executable:
args[0] = executable

if executable is None:
executable = args[0]

sys.audit("subprocess.Popen", executable, args, cwd, env)

if (_USE_POSIX_SPAWN
and os.path.dirname(executable)
and preexec_fn is None
and not close_fds
and not pass_fds
and cwd is None
and (p2cread == -1 or p2cread > 2)
and (c2pwrite == -1 or c2pwrite > 2)
and (errwrite == -1 or errwrite > 2)
and not start_new_session
and gid is None
and gids is None
and uid is None
and umask < 0):
self._posix_spawn(args, executable, env, restore_signals,
p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)
return

orig_executable = executable

# For transferring possible exec failure from child to parent.
# Data format: "exception name:hex errno:description"
# Pickle is not used; it is complex and involves memory allocation.
errpipe_read, errpipe_write = os.pipe()
# errpipe_write must not be in the standard io 0, 1, or 2 fd range.
low_fds_to_close = []
while errpipe_write < 3:
low_fds_to_close.append(errpipe_write)
errpipe_write = os.dup(errpipe_write)
for low_fd in low_fds_to_close:
os.close(low_fd)
try:
try:
# We must avoid complex work that could involve
# malloc or free in the child process to avoid
# potential deadlocks, thus we do all this here.
# and pass it to fork_exec()

if env is not None:
env_list = []
for k, v in env.items():
k = os.fsencode(k)
if b'=' in k:
raise ValueError("illegal environment variable name")
env_list.append(k + b'=' + os.fsencode(v))
else:
env_list = None # Use execv instead of execve.
executable = os.fsencode(executable)
if os.path.dirname(executable):
executable_list = (executable,)
else:
# This matches the behavior of os._execvpe().
executable_list = tuple(
os.path.join(os.fsencode(dir), executable)
for dir in os.get_exec_path(env))
fds_to_keep = set(pass_fds)
fds_to_keep.add(errpipe_write)
self.pid = _posixsubprocess.fork_exec(
args, executable_list,
close_fds, tuple(sorted(map(int, fds_to_keep))),
cwd, env_list,
p2cread, p2cwrite, c2pread, c2pwrite,
errread, errwrite,
errpipe_read, errpipe_write,
restore_signals, start_new_session,
gid, gids, uid, umask,
preexec_fn)
self._child_created = True
finally:
# be sure the FD is closed no matter what
os.close(errpipe_write)

self._close_pipe_fds(p2cread, p2cwrite,
c2pread, c2pwrite,
errread, errwrite)

# Wait for exec to fail or succeed; possibly raising an
# exception (limited in size)
errpipe_data = bytearray()
while True:
part = os.read(errpipe_read, 50000)
errpipe_data += part
if not part or len(errpipe_data) > 50000:
break
finally:
# be sure the FD is closed no matter what
os.close(errpipe_read)

if errpipe_data:
try:
pid, sts = os.waitpid(self.pid, 0)
if pid == self.pid:
self._handle_exitstatus(sts)
else:
self.returncode = sys.maxsize
except ChildProcessError:
pass

try:
exception_name, hex_errno, err_msg = (
errpipe_data.split(b':', 2))
# The encoding here should match the encoding
# written in by the subprocess implementations
# like _posixsubprocess
err_msg = err_msg.decode()
except ValueError:
exception_name = b'SubprocessError'
hex_errno = b'0'
err_msg = 'Bad exception data from child: {!r}'.format(
bytes(errpipe_data))
child_exception_type = getattr(
builtins, exception_name.decode('ascii'),
SubprocessError)
if issubclass(child_exception_type, OSError) and hex_errno:
errno_num = int(hex_errno, 16)
child_exec_never_called = (err_msg == "noexec")
if child_exec_never_called:
err_msg = ""
# The error must be from chdir(cwd).
err_filename = cwd
else:
err_filename = orig_executable
if errno_num != 0:
err_msg = os.strerror(errno_num)
> raise child_exception_type(errno_num, err_msg, err_filename)
E FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/fixup-memberof.pl'

/usr/lib64/python3.9/subprocess.py:1823: FileNotFoundError
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49072_test:ticket49072_test.py:77 Ticket 49072 memberof fixup task with invalid filter... INFO tests.tickets.ticket49072_test:ticket49072_test.py:78 Wait for 10 secs and check if task is completed
Failed tickets/ticket49073_test.py::test_ticket49073 37.98
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c60686700>

def test_ticket49073(topology_m2):
"""Write your replication test here.

To access each DirSrv instance use: topology_m2.ms["supplier1"], topology_m2.ms["supplier2"],
..., topology_m2.hub1, ..., topology_m2.consumer1,...

Also, if you need any testcase initialization,
please, write additional fixture for that(include finalizer).
"""
topology_m2.ms["supplier1"].plugins.enable(name=PLUGIN_MEMBER_OF)
topology_m2.ms["supplier1"].restart(timeout=10)
topology_m2.ms["supplier2"].plugins.enable(name=PLUGIN_MEMBER_OF)
topology_m2.ms["supplier2"].restart(timeout=10)

# Configure fractional to prevent total init to send memberof
ents = topology_m2.ms["supplier1"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1
log.info('update %s to add nsDS5ReplicatedAttributeListTotal' % ents[0].dn)
> topology_m2.ms["supplier1"].modify_s(ents[0].dn,
[(ldap.MOD_REPLACE,
'nsDS5ReplicatedAttributeListTotal',
'(objectclass=*) $ EXCLUDE '),
(ldap.MOD_REPLACE,
'nsDS5ReplicatedAttributeList',
'(objectclass=*) $ EXCLUDE memberOf')])

/export/tests/tickets/ticket49073_test.py:97:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:612: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:609: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60686910>
func = <built-in method modify_ext of LDAP object at 0x7f3c60f42d20>
args = ('cn=002,cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsDS5ReplicatedAttributeListTotal', '(objectclass=*) $ EXCLUDE '), (2, 'nsDS5ReplicatedAttributeList', '(objectclass=*) $ EXCLUDE memberOf')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: TypeError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 47a48377-3571-443e-a386-9394fb1350ba / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7e5c2a26-2d30-45c2-bc7d-eac5575d75c9 / got description=47a48377-3571-443e-a386-9394fb1350ba) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49073_test:ticket49073_test.py:96 update cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal
Failed tickets/ticket49104_test.py::test_ticket49104_setup 9.06
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c623bcf10>

def test_ticket49104_setup(topology_st):
"""
Generate an ldif file having 10K entries and import it.
"""
# Generate a test ldif (100k entries)
ldif_dir = topology_st.standalone.get_ldif_dir()
import_ldif = ldif_dir + '/49104.ldif'
try:
> topology_st.standalone.buildLDIF(100000, import_ldif)

/export/tests/tickets/ticket49104_test.py:30:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60160460>, num = 100000
ldif_file = '/var/lib/dirsrv/slapd-standalone1/ldif/49104.ldif'
suffix = 'dc=example,dc=com'

def buildLDIF(self, num, ldif_file, suffix='dc=example,dc=com'):
"""Generate a simple ldif file using the dbgen.pl script, and set the
ownership and permissions to match the user that the server runs as.

@param num - number of entries to create
@param ldif_file - ldif file name(including the path)
@suffix - DN of the parent entry in the ldif file
@return - nothing
@raise - OSError
"""
> raise Exception("Perl tools disabled on this system. Try dbgen py module.")
E Exception: Perl tools disabled on this system. Try dbgen py module.

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:3236: Exception
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket49192_test.py::test_ticket49192 10.85
topo = <lib389.topologies.TopologyMain object at 0x7f3c605c2130>

def test_ticket49192(topo):
"""Trigger deadlock when removing suffix
"""

#
# Create a second suffix/backend
#
log.info('Creating second backend...')
> topo.standalone.backends.create(None, properties={
BACKEND_NAME: "Second_Backend",
'suffix': "o=hang.com",
})

/export/tests/tickets/ticket49192_test.py:35:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1215: in create
return co.create(rdn, properties, self._basedn)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.backend.Backend object at 0x7f3c605c2df0>, dn = None
properties = {'name': 'Second_Backend', 'suffix': 'o=hang.com'}
basedn = 'cn=ldbm database,cn=plugins,cn=config', create_mapping_tree = True

def create(self, dn=None, properties=None, basedn=DN_LDBM, create_mapping_tree=True):
"""Add a new backend entry, create mapping tree,
and, if requested, sample entries

:param dn: DN of the new entry
:type dn: str
:param properties: Attributes and parameters for the new entry
:type properties: dict
:param basedn: Base DN of the new entry
:type basedn: str
:param create_mapping_tree: If a related mapping tree node should be created
:type create_mapping_tree: bool

:returns: DSLdapObject of the created entry
"""

sample_entries = False
parent_suffix = False

# normalize suffix (remove spaces between comps)
if dn is not None:
dn_comps = ldap.dn.explode_dn(dn.lower())
dn = ",".join(dn_comps)

if properties is not None:
> suffix_dn = properties['nsslapd-suffix'].lower()
E KeyError: 'nsslapd-suffix'

/usr/local/lib/python3.9/site-packages/lib389/backend.py:613: KeyError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49192_test:ticket49192_test.py:34 Creating second backend...
Failed tickets/ticket49287_test.py::test_ticket49287 40.03
self = <lib389.mappingTree.MappingTreeLegacy object at 0x7f3c61d94c40>
suffix = 'dc=test,dc=com', bename = 'test', parent = None

def create(self, suffix=None, bename=None, parent=None):
'''
Create a mapping tree entry (under "cn=mapping tree,cn=config"),
for the 'suffix' and that is stored in 'bename' backend.
'bename' backend must exist before creating the mapping tree entry.

If a 'parent' is provided that means that we are creating a
sub-suffix mapping tree.

@param suffix - suffix mapped by this mapping tree entry. It will
be the common name ('cn') of the entry
@param benamebase - backend common name (e.g. 'userRoot')
@param parent - if provided is a parent suffix of 'suffix'

@return DN of the mapping tree entry

@raise ldap.NO_SUCH_OBJECT - if the backend entry or parent mapping
tree does not exist
ValueError - if missing a parameter,

'''
# Check suffix is provided
if not suffix:
raise ValueError("suffix is mandatory")
else:
nsuffix = normalizeDN(suffix)

# Check backend name is provided
if not bename:
raise ValueError("backend name is mandatory")

# Check that if the parent suffix is provided then
# it exists a mapping tree for it
if parent:
nparent = normalizeDN(parent)
filt = suffixfilt(parent)
try:
entry = self.conn.getEntry(DN_MAPPING_TREE, ldap.SCOPE_SUBTREE,
filt)
pass
except NoSuchEntryError:
raise ValueError("parent suffix has no mapping tree")
else:
nparent = ""

# Check if suffix exists, return
filt = suffixfilt(suffix)
try:
entry = self.conn.getEntry(DN_MAPPING_TREE, ldap.SCOPE_SUBTREE,
filt)
return entry
except ldap.NO_SUCH_OBJECT:
entry = None

#
# Now start the real work
#

# fix me when we can actually used escaped DNs
dn = ','.join(('cn="%s"' % nsuffix, DN_MAPPING_TREE))
entry = Entry(dn)
entry.update({
'objectclass': ['top', 'extensibleObject', MT_OBJECTCLASS_VALUE],
'nsslapd-state': 'backend',
# the value in the dn has to be DN escaped
# internal code will add the quoted value - unquoted value is
# useful for searching.
MT_PROPNAME_TO_ATTRNAME[MT_SUFFIX]: nsuffix,
MT_PROPNAME_TO_ATTRNAME[MT_BACKEND]: bename
})

# possibly add the parent
if parent:
entry.setValues(MT_PROPNAME_TO_ATTRNAME[MT_PARENT_SUFFIX], nparent)

try:
self.log.debug("Creating entry: %s", entry.dn)
self.log.info("Entry %r", entry)
> self.conn.add_s(entry)

/usr/local/lib/python3.9/site-packages/lib389/mappingTree.py:154:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (dn: cn="dc=test,dc=com",cn=mapping tree,cn=config
cn: dc=test,dc=com
nsslapd-backend: test
nsslapd-state: backend
objectclass: top
objectclass: extensibleObject
objectclass: nsMappingTree

,)
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x7f3c6142d440, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 169,...neno=187, function='_multicall', code_context=[' res = hook_impl.function(*args)\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3d574da0, file '/usr/local/lib/python3.9/site-packages/lib389/mappingTree.py', line 15.../lib389/mappingTree.py', lineno=154, function='create', code_context=[' self.conn.add_s(entry)\n'], index=0)
ent = dn: cn="dc=test,dc=com",cn=mapping tree,cn=config
cn: dc=test,dc=com
nsslapd-backend: test
nsslapd-state: backend
objectclass: top
objectclass: extensibleObject
objectclass: nsMappingTree



def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
> return f(ent.dn, ent.toTupleList(), *args[2:])

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60f2dd90>
dn = 'cn="dc=test,dc=com",cn=mapping tree,cn=config'
modlist = [('objectclass', [b'top', b'extensibleObject', b'nsMappingTree']), ('nsslapd-state', [b'backend']), ('cn', [b'dc=test,dc=com']), ('nsslapd-backend', [b'test'])]

def add_s(self,dn,modlist):
> return self.add_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:439:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn="dc=test,dc=com",cn=mapping tree,cn=config', [('objectclass', [b'top', b'extensibleObject', b'nsMappingTree']), ('nsslapd-state', [b'backend']), ('cn', [b'dc=test,dc=com']), ('nsslapd-backend', [b'test'])], None, None)
kwargs = {}, ent = 'cn="dc=test,dc=com",cn=mapping tree,cn=config'

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:171:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60f2dd90>
dn = 'cn="dc=test,dc=com",cn=mapping tree,cn=config'
modlist = [('objectclass', [b'top', b'extensibleObject', b'nsMappingTree']), ('nsslapd-state', [b'backend']), ('cn', [b'dc=test,dc=com']), ('nsslapd-backend', [b'test'])]
serverctrls = None, clientctrls = None

def add_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.add_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (4,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60f2dd90>, msgid = 4, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (4, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60f2dd90>, msgid = 4, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c60577810>, 4, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60f2dd90>
func = <built-in method result4 of LDAP object at 0x7f3c60577810>
args = (4, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.UNWILLING_TO_PERFORM'>
exc_value = UNWILLING_TO_PERFORM({'msgtype': 105, 'msgid': 4, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []})
exc_traceback = <traceback object at 0x7f3c61313c80>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60f2dd90>
func = <built-in method result4 of LDAP object at 0x7f3c60577810>
args = (4, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 105, 'msgid': 4, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM

During handling of the above exception, another exception occurred:

topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c60059fd0>

def test_ticket49287(topology_m2):
"""
test case for memberof and conflict entries

"""

# return
M1 = topology_m2.ms["supplier1"]
M2 = topology_m2.ms["supplier2"]

config_memberof(M1)
config_memberof(M2)

_enable_spec_logging(M1)
_enable_spec_logging(M2)

_disable_nunc_stans(M1)
_disable_nunc_stans(M2)

M1.restart(timeout=10)
M2.restart(timeout=10)

testbase = 'dc=test,dc=com'
bename = 'test'
> create_backend(M1, M2, testbase, bename)

/export/tests/tickets/ticket49287_test.py:282:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket49287_test.py:204: in create_backend
s1.mappingtree.create(beSuffix, beName)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.mappingTree.MappingTreeLegacy object at 0x7f3c61d94c40>
suffix = 'dc=test,dc=com', bename = 'test', parent = None

def create(self, suffix=None, bename=None, parent=None):
'''
Create a mapping tree entry (under "cn=mapping tree,cn=config"),
for the 'suffix' and that is stored in 'bename' backend.
'bename' backend must exist before creating the mapping tree entry.

If a 'parent' is provided that means that we are creating a
sub-suffix mapping tree.

@param suffix - suffix mapped by this mapping tree entry. It will
be the common name ('cn') of the entry
@param benamebase - backend common name (e.g. 'userRoot')
@param parent - if provided is a parent suffix of 'suffix'

@return DN of the mapping tree entry

@raise ldap.NO_SUCH_OBJECT - if the backend entry or parent mapping
tree does not exist
ValueError - if missing a parameter,

'''
# Check suffix is provided
if not suffix:
raise ValueError("suffix is mandatory")
else:
nsuffix = normalizeDN(suffix)

# Check backend name is provided
if not bename:
raise ValueError("backend name is mandatory")

# Check that if the parent suffix is provided then
# it exists a mapping tree for it
if parent:
nparent = normalizeDN(parent)
filt = suffixfilt(parent)
try:
entry = self.conn.getEntry(DN_MAPPING_TREE, ldap.SCOPE_SUBTREE,
filt)
pass
except NoSuchEntryError:
raise ValueError("parent suffix has no mapping tree")
else:
nparent = ""

# Check if suffix exists, return
filt = suffixfilt(suffix)
try:
entry = self.conn.getEntry(DN_MAPPING_TREE, ldap.SCOPE_SUBTREE,
filt)
return entry
except ldap.NO_SUCH_OBJECT:
entry = None

#
# Now start the real work
#

# fix me when we can actually used escaped DNs
dn = ','.join(('cn="%s"' % nsuffix, DN_MAPPING_TREE))
entry = Entry(dn)
entry.update({
'objectclass': ['top', 'extensibleObject', MT_OBJECTCLASS_VALUE],
'nsslapd-state': 'backend',
# the value in the dn has to be DN escaped
# internal code will add the quoted value - unquoted value is
# useful for searching.
MT_PROPNAME_TO_ATTRNAME[MT_SUFFIX]: nsuffix,
MT_PROPNAME_TO_ATTRNAME[MT_BACKEND]: bename
})

# possibly add the parent
if parent:
entry.setValues(MT_PROPNAME_TO_ATTRNAME[MT_PARENT_SUFFIX], nparent)

try:
self.log.debug("Creating entry: %s", entry.dn)
self.log.info("Entry %r", entry)
self.conn.add_s(entry)
except ldap.LDAPError as e:
> raise ldap.LDAPError("Error adding suffix entry " + dn, e)
E ldap.LDAPError: ('Error adding suffix entry cn="dc=test,dc=com",cn=mapping tree,cn=config', UNWILLING_TO_PERFORM({'msgtype': 105, 'msgid': 4, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []}))

/usr/local/lib/python3.9/site-packages/lib389/mappingTree.py:156: LDAPError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect eafc4be7-f829-4da6-a67d-a601db2de99e / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 5e031af0-9b63-4973-b474-32bcb2b0ba62 / got description=eafc4be7-f829-4da6-a67d-a601db2de99e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49287_test:ticket49287_test.py:77 update cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO tests.tickets.ticket49287_test:ticket49287_test.py:77 update cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO lib389:mappingTree.py:153 Entry dn: cn="dc=test,dc=com",cn=mapping tree,cn=config cn: dc=test,dc=com nsslapd-backend: test nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree
Failed tickets/ticket49303_test.py::test_ticket49303 26.09
topo = <lib389.topologies.TopologyMain object at 0x7f3c6048b970>

def test_ticket49303(topo):
"""
Test the nsTLSAllowClientRenegotiation setting.
"""
sslport = SECUREPORT_STANDALONE1

log.info("Ticket 49303 - Allow disabling of SSL renegotiation")

# No value set, defaults to reneg allowed
enable_ssl(topo.standalone, sslport)
> assert try_reneg(HOST_STANDALONE1, sslport) is True
E AssertionError: assert False is True
E + where False = try_reneg('LOCALHOST', 63601)

/export/tests/tickets/ticket49303_test.py:88: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49303_test:ticket49303_test.py:84 Ticket 49303 - Allow disabling of SSL renegotiation
Failed tickets/ticket49412_test.py::test_ticket49412 26.64
topo = <lib389.topologies.TopologyMain object at 0x7f3c602df190>

def test_ticket49412(topo):
"""Specify a test case purpose or name here

:id: 4c7681ff-0511-4256-9589-bdcad84c13e6
:setup: Fill in set up configuration here
:steps:
1. Fill in test case steps here
2. And indent them like this (RST format requirement)
:expectedresults:
1. Fill in the result that is expected
2. For each test step
"""

M1 = topo.ms["supplier1"]

# wrong call with invalid value (should be str(60)
# that create replace with NULL value
# it should fail with UNWILLING_TO_PERFORM
try:
> M1.modify_s(CHANGELOG, [(ldap.MOD_REPLACE, MAXAGE_ATTR, 60),
(ldap.MOD_REPLACE, TRIMINTERVAL, 10)])

/export/tests/tickets/ticket49412_test.py:44:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602ec340>
func = <built-in method result4 of LDAP object at 0x7f3c602dffc0>
args = (39, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_OBJECT: {'msgtype': 103, 'msgid': 39, 'result': 32, 'desc': 'No such object', 'ctrls': []}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: NO_SUCH_OBJECT
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 97898cc1-dd53-4283-b734-375fb3e12aa6 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
Failed tickets/ticket49463_test.py::test_ticket_49463 254.29
topo = <lib389.topologies.TopologyMain object at 0x7f3c60f42d60>

def test_ticket_49463(topo):
"""Specify a test case purpose or name here

:id: 2a68e8be-387d-4ac7-9452-1439e8483c13
:setup: Fill in set up configuration here
:steps:
1. Enable fractional replication
2. Enable replication logging
3. Check that replication is working fine
4. Generate skipped updates to create keep alive entries
5. Remove M3 from the topology
6. issue cleanAllRuv FORCE that will run on M1 then propagated M2 and M4
7. Check that Number DEL keep alive '3' is <= 1
8. Check M1 is the originator of cleanAllRuv and M2/M4 the propagated ones
9. Check replication M1,M2 and M4 can recover
10. Remove M4 from the topology
11. Issue cleanAllRuv not force while M2 is stopped (that hangs the cleanAllRuv)
12. Check that nsds5ReplicaCleanRUV is correctly encoded on M1 (last value: 1)
13. Check that nsds5ReplicaCleanRUV encoding survives M1 restart
14. Check that nsds5ReplicaCleanRUV encoding is valid on M2 (last value: 0)
15. Check that (for M4 cleanAllRUV) M1 is Originator and M2 propagation
:expectedresults:
1. No report of failure when the RUV is updated
"""

# Step 1 - Configure fractional (skip telephonenumber) replication
M1 = topo.ms["supplier1"]
M2 = topo.ms["supplier2"]
M3 = topo.ms["supplier3"]
M4 = topo.ms["supplier4"]
repl = ReplicationManager(DEFAULT_SUFFIX)
fractional_server_to_replica(M1, M2)
fractional_server_to_replica(M1, M3)
fractional_server_to_replica(M1, M4)

fractional_server_to_replica(M2, M1)
fractional_server_to_replica(M2, M3)
fractional_server_to_replica(M2, M4)

fractional_server_to_replica(M3, M1)
fractional_server_to_replica(M3, M2)
fractional_server_to_replica(M3, M4)

fractional_server_to_replica(M4, M1)
fractional_server_to_replica(M4, M2)
fractional_server_to_replica(M4, M3)

# Step 2 - enable internal op logging and replication debug
for i in (M1, M2, M3, M4):
i.config.loglevel(vals=[256 + 4], service='access')
i.config.loglevel(vals=[LOG_REPLICA, LOG_DEFAULT], service='error')

# Step 3 - Check that replication is working fine
add_user(M1, 11, desc="add to M1")
add_user(M2, 21, desc="add to M2")
add_user(M3, 31, desc="add to M3")
add_user(M4, 41, desc="add to M4")

for i in (M1, M2, M3, M4):
for j in (M1, M2, M3, M4):
if i == j:
continue
repl.wait_for_replication(i, j)

# Step 4 - Generate skipped updates to create keep alive entries
for i in (M1, M2, M3, M4):
cn = '%s_%d' % (USER_CN, 11)
dn = 'uid=%s,ou=People,%s' % (cn, SUFFIX)
users = UserAccount(i, dn)
for j in range(110):
users.set('telephoneNumber', str(j))

# Step 5 - Remove M3 from the topology
M3.stop()
M1.agreement.delete(suffix=SUFFIX, consumer_host=M3.host, consumer_port=M3.port)
M2.agreement.delete(suffix=SUFFIX, consumer_host=M3.host, consumer_port=M3.port)
M4.agreement.delete(suffix=SUFFIX, consumer_host=M3.host, consumer_port=M3.port)

# Step 6 - Then issue cleanAllRuv FORCE that will run on M1, M2 and M4
M1.tasks.cleanAllRUV(suffix=SUFFIX, replicaid='3',
force=True, args={TASK_WAIT: True})

# Step 7 - Count the number of received DEL of the keep alive 3
for i in (M1, M2, M4):
i.restart()
regex = re.compile(".*DEL dn=.cn=repl keep alive 3.*")
for i in (M1, M2, M4):
count = count_pattern_accesslog(M1, regex)
log.debug("count on %s = %d" % (i, count))

# check that DEL is replicated once (If DEL is kept in the fix)
# check that DEL is is not replicated (If DEL is finally no long done in the fix)
assert ((count == 1) or (count == 0))

# Step 8 - Check that M1 is Originator of cleanAllRuv and M2, M4 propagation
regex = re.compile(".*Original task deletes Keep alive entry .3.*")
assert pattern_errorlog(M1, regex)

regex = re.compile(".*Propagated task does not delete Keep alive entry .3.*")
assert pattern_errorlog(M2, regex)
assert pattern_errorlog(M4, regex)

# Step 9 - Check replication M1,M2 and M4 can recover
add_user(M1, 12, desc="add to M1")
add_user(M2, 22, desc="add to M2")
for i in (M1, M2, M4):
for j in (M1, M2, M4):
if i == j:
continue
repl.wait_for_replication(i, j)

# Step 10 - Remove M4 from the topology
M4.stop()
M1.agreement.delete(suffix=SUFFIX, consumer_host=M4.host, consumer_port=M4.port)
M2.agreement.delete(suffix=SUFFIX, consumer_host=M4.host, consumer_port=M4.port)

# Step 11 - Issue cleanAllRuv not force while M2 is stopped (that hangs the cleanAllRuv)
M2.stop()
M1.tasks.cleanAllRUV(suffix=SUFFIX, replicaid='4',
force=False, args={TASK_WAIT: False})

# Step 12
# CleanAllRuv is hanging waiting for M2 to restart
# Check that nsds5ReplicaCleanRUV is correctly encoded on M1
replicas = Replicas(M1)
replica = replicas.list()[0]
time.sleep(0.5)
replica.present('nsds5ReplicaCleanRUV')
log.info("M1: nsds5ReplicaCleanRUV=%s" % replica.get_attr_val_utf8('nsds5replicacleanruv'))
regex = re.compile("^4:.*:no:1$")
> assert regex.match(replica.get_attr_val_utf8('nsds5replicacleanruv'))
E AssertionError: assert None
E + where None = <built-in method match of re.Pattern object at 0x7f3c613a2490>('4:no:1:dc=example,dc=com')
E + where <built-in method match of re.Pattern object at 0x7f3c613a2490> = re.compile('^4:.*:no:1$').match
E + and '4:no:1:dc=example,dc=com' = <bound method DSLdapObject.get_attr_val_utf8 of <lib389.replica.Replica object at 0x7f3c61d9ed00>>('nsds5replicacleanruv')
E + where <bound method DSLdapObject.get_attr_val_utf8 of <lib389.replica.Replica object at 0x7f3c61d9ed00>> = <lib389.replica.Replica object at 0x7f3c61d9ed00>.get_attr_val_utf8

/export/tests/tickets/ticket49463_test.py:188: AssertionError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier4 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'supplier4', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ee51f32b-464d-48d3-94cf-5e9f5d31f7f9 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 448e14ee-52fb-45c9-8583-b868408027e1 / got description=ee51f32b-464d-48d3-94cf-5e9f5d31f7f9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 1f99a9b1-ea16-464c-a5aa-c76093944ec5 / got description=448e14ee-52fb-45c9-8583-b868408027e1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 72cedab2-2f21-4df4-a8ee-032734f52fda / got description=1f99a9b1-ea16-464c-a5aa-c76093944ec5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:156 Joining supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect b2b0e9a2-70b9-4d3f-bc8c-b0b5e150e368 / got description=72cedab2-2f21-4df4-a8ee-032734f52fda) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect e473b85c-a266-4194-bf43-f9c59ec67b99 / got description=b2b0e9a2-70b9-4d3f-bc8c-b0b5e150e368) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier4 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 101ccdb0-c39e-4ccb-aed0-414268e36a0c / got description=e473b85c-a266-4194-bf43-f9c59ec67b99) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f6ffa383-915b-4d26-b435-233e0bebf2a7 / got description=101ccdb0-c39e-4ccb-aed0-414268e36a0c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 26a4633b-5ff6-4f09-b257-e31acccb95a3 / got description=f6ffa383-915b-4d26-b435-233e0bebf2a7) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 26a4633b-5ff6-4f09-b257-e31acccb95a3 / got description=f6ffa383-915b-4d26-b435-233e0bebf2a7) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 26a4633b-5ff6-4f09-b257-e31acccb95a3 / got description=f6ffa383-915b-4d26-b435-233e0bebf2a7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 74e3218b-55b7-4cd6-9369-99152d717df4 / got description=26a4633b-5ff6-4f09-b257-e31acccb95a3) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 74e3218b-55b7-4cd6-9369-99152d717df4 / got description=26a4633b-5ff6-4f09-b257-e31acccb95a3) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 74e3218b-55b7-4cd6-9369-99152d717df4 / got description=26a4633b-5ff6-4f09-b257-e31acccb95a3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect c24b1e56-797e-4927-a676-d8c3c564f4bd / got description=74e3218b-55b7-4cd6-9369-99152d717df4) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect c24b1e56-797e-4927-a676-d8c3c564f4bd / got description=74e3218b-55b7-4cd6-9369-99152d717df4) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect c24b1e56-797e-4927-a676-d8c3c564f4bd / got description=74e3218b-55b7-4cd6-9369-99152d717df4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 17b2b4b0-df6f-40f5-9266-a619857c887d / got description=c24b1e56-797e-4927-a676-d8c3c564f4bd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0e647db6-5d80-400f-80d5-c1d790d4bb21 / got description=17b2b4b0-df6f-40f5-9266-a619857c887d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect cfddd6ef-cfe7-462a-9b81-1b1dcd63a7bd / got description=0e647db6-5d80-400f-80d5-c1d790d4bb21) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 97123bc6-4da6-4ae8-9806-8a93c9f83cf5 / got description=cfddd6ef-cfe7-462a-9b81-1b1dcd63a7bd) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 97123bc6-4da6-4ae8-9806-8a93c9f83cf5 / got description=cfddd6ef-cfe7-462a-9b81-1b1dcd63a7bd) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 97123bc6-4da6-4ae8-9806-8a93c9f83cf5 / got description=cfddd6ef-cfe7-462a-9b81-1b1dcd63a7bd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7fbe10c4-94ef-44ef-9329-d5493e135317 / got description=97123bc6-4da6-4ae8-9806-8a93c9f83cf5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect da6bb982-faf3-4da4-8af2-03194b28662e / got description=7fbe10c4-94ef-44ef-9329-d5493e135317) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect a3cfeac3-cbe3-437d-b3b2-2f297a6ffebd / got description=da6bb982-faf3-4da4-8af2-03194b28662e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389:agreement.py:1094 Agreement (cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:agreement.py:1094 Agreement (cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:agreement.py:1094 Agreement (cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:tasks.py:1463 cleanAllRUV task (task-04242021_012809) completed successfully INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c732dd9c-db38-489d-8372-f15541a0f738 / got description=a3cfeac3-cbe3-437d-b3b2-2f297a6ffebd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 47f73d30-66a0-4841-b159-59f671035b02 / got description=c732dd9c-db38-489d-8372-f15541a0f738) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 6b2d7ff2-6156-494c-ab06-68e6e83b6669 / got description=47f73d30-66a0-4841-b159-59f671035b02) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 952f8b55-6ef5-4401-832e-ce92dc82bf74 / got description=6b2d7ff2-6156-494c-ab06-68e6e83b6669) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 952f8b55-6ef5-4401-832e-ce92dc82bf74 / got description=6b2d7ff2-6156-494c-ab06-68e6e83b6669) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 952f8b55-6ef5-4401-832e-ce92dc82bf74 / got description=6b2d7ff2-6156-494c-ab06-68e6e83b6669) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect d5aa7c59-34eb-4184-a46b-1dbf05866016 / got description=952f8b55-6ef5-4401-832e-ce92dc82bf74) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ad2bf96d-d357-4ce3-8e40-6cd8c4fa53af / got description=d5aa7c59-34eb-4184-a46b-1dbf05866016) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389:agreement.py:1094 Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:agreement.py:1094 Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:tasks.py:1463 cleanAllRUV task (task-04242021_012857) completed successfully INFO lib389.utils:ticket49463_test.py:186 M1: nsds5ReplicaCleanRUV=4:no:1:dc=example,dc=com
Failed tickets/ticket50232_test.py::test_ticket50232_normal 9.30
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60264340>

def test_ticket50232_normal(topology_st):
"""
The fix for ticket 50232


The test sequence is:
- create suffix
- add suffix entry and some child entries
- "normally" done after populating suffix: enable replication
- get RUV and database generation
- export -r
- import
- get RUV and database generation
- assert database generation has not changed
"""

log.info('Testing Ticket 50232 - export creates not imprtable ldif file, normal creation order')

topology_st.standalone.backend.create(NORMAL_SUFFIX, {BACKEND_NAME: NORMAL_BACKEND_NAME})
topology_st.standalone.mappingtree.create(NORMAL_SUFFIX, bename=NORMAL_BACKEND_NAME, parent=None)

_populate_suffix(topology_st.standalone, NORMAL_BACKEND_NAME)

repl = ReplicationManager(DEFAULT_SUFFIX)
> repl._ensure_changelog(topology_st.standalone)

/export/tests/tickets/ticket50232_test.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/replica.py:1928: in _ensure_changelog
cl.create(properties={
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:972: in create
return self._create(rdn, properties, basedn, ensure=False)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:947: in _create
self._instance.add_ext_s(e, serverctrls=self._server_controls, clientctrls=self._client_controls, escapehatch='i am sure')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60264970>
func = <built-in method result4 of LDAP object at 0x7f3c5afe72a0>
args = (13, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 105, 'msgid': 13, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': [], 'info': 'Changelog configuration is part of the backend configuration'}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=o=normal INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=normal,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=normal,cn=ldbm database,cn=plugins,cn=config cn: normal nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/normal nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=normal objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=normal",cn=mapping tree,cn=config cn: o=normal nsslapd-backend: normal nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dnormal,cn=mapping tree,cn=config cn: o=normal nsslapd-backend: normal nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree
Failed tickets/ticket50232_test.py::test_ticket50232_reverse 1.46
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60264340>

def test_ticket50232_reverse(topology_st):
"""
The fix for ticket 50232


The test sequence is:
- create suffix
- enable replication before suffix enztry is added
- add suffix entry and some child entries
- get RUV and database generation
- export -r
- import
- get RUV and database generation
- assert database generation has not changed
"""

log.info('Testing Ticket 50232 - export creates not imprtable ldif file, normal creation order')

#
# Setup Replication
#
log.info('Setting up replication...')
repl = ReplicationManager(DEFAULT_SUFFIX)
# repl.create_first_supplier(topology_st.standalone)
#
# enable dynamic plugins, memberof and retro cl plugin
#
topology_st.standalone.backend.create(REVERSE_SUFFIX, {BACKEND_NAME: REVERSE_BACKEND_NAME})
topology_st.standalone.mappingtree.create(REVERSE_SUFFIX, bename=REVERSE_BACKEND_NAME, parent=None)

> _enable_replica(topology_st.standalone, REVERSE_SUFFIX)

/export/tests/tickets/ticket50232_test.py:155:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/export/tests/tickets/ticket50232_test.py:35: in _enable_replica
repl._ensure_changelog(instance)
/usr/local/lib/python3.9/site-packages/lib389/replica.py:1928: in _ensure_changelog
cl.create(properties={
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:972: in create
return self._create(rdn, properties, basedn, ensure=False)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:947: in _create
self._instance.add_ext_s(e, serverctrls=self._server_controls, clientctrls=self._client_controls, escapehatch='i am sure')
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:169: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:425: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c60264970>
func = <built-in method result4 of LDAP object at 0x7f3c5afe72a0>
args = (22, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.UNWILLING_TO_PERFORM: {'msgtype': 105, 'msgid': 22, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': [], 'info': 'Changelog configuration is part of the backend configuration'}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: UNWILLING_TO_PERFORM
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=o=reverse INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=reverse,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=reverse,cn=ldbm database,cn=plugins,cn=config cn: reverse nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/reverse nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=reverse objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=reverse",cn=mapping tree,cn=config cn: o=reverse nsslapd-backend: reverse nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dreverse,cn=mapping tree,cn=config cn: o=reverse nsslapd-backend: reverse nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree
Failed tickets/ticket548_test.py::test_ticket548_test_with_no_policy 9.33
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60078c40>

def test_ticket548_test_with_no_policy(topology_st):
"""
Check shadowAccount under no password policy
"""
log.info("Case 1. No password policy")

log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

log.info('Add an entry' + USER1_DN)
try:
topology_st.standalone.add_s(
Entry((USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson shadowAccount".split(),
'sn': '1',
'cn': 'user 1',
'uid': 'user1',
'givenname': 'user',
'mail': 'user1@' + DEFAULT_SUFFIX,
'userpassword': USER_PW})))
except ldap.LDAPError as e:
log.fatal('test_ticket548: Failed to add user' + USER1_DN + ': error ' + e.message['desc'])
assert False

edate = int(time.time() / (60 * 60 * 24))
log.info('Search entry %s' % USER1_DN)

log.info("Bind as %s" % USER1_DN)
topology_st.standalone.simple_bind_s(USER1_DN, USER_PW)
> entry = topology_st.standalone.getEntry(USER1_DN, ldap.SCOPE_BASE, "(objectclass=*)", ['shadowLastChange'])

/export/tests/tickets/ticket548_test.py:211:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>
args = ('uid=user1,dc=example,dc=com', 0, '(objectclass=*)', ['shadowLastChange'])
kwargs = {}, res = 6, restype = 101, obj = []

def getEntry(self, *args, **kwargs):
"""Wrapper around SimpleLDAPObject.search. It is common to just get
one entry.
@param - entry dn
@param - search scope, in ldap.SCOPE_BASE (default),
ldap.SCOPE_SUB, ldap.SCOPE_ONE
@param filterstr - filterstr, default '(objectClass=*)' from
SimpleLDAPObject
@param attrlist - list of attributes to retrieve. eg ['cn', 'uid']
@oaram attrsonly - default None from SimpleLDAPObject
eg. getEntry(dn, scope, filter, attributes)

XXX This cannot return None
"""
self.log.debug("Retrieving entry with %r", [args])
if len(args) == 1 and 'scope' not in kwargs:
args += (ldap.SCOPE_BASE, )

res = self.search(*args, **kwargs)
restype, obj = self.result(res)
# TODO: why not test restype?
if not obj:
> raise NoSuchEntryError("no such entry for %r", [args])
E lib389.exceptions.NoSuchEntryError: ('no such entry for %r', [('uid=user1,dc=example,dc=com', 0, '(objectclass=*)', ['shadowLastChange'])])

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:1697: NoSuchEntryError
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket548_test.py::test_ticket548_test_global_policy 0.67
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60078c40>

def test_ticket548_test_global_policy(topology_st):
"""
Check shadowAccount with global password policy
"""

log.info("Case 2. Check shadowAccount with global password policy")

log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

set_global_pwpolicy(topology_st)

log.info('Add an entry' + USER2_DN)
try:
topology_st.standalone.add_s(
Entry((USER2_DN, {'objectclass': "top person organizationalPerson inetOrgPerson shadowAccount".split(),
'sn': '2',
'cn': 'user 2',
'uid': 'user2',
'givenname': 'user',
'mail': 'user2@' + DEFAULT_SUFFIX,
'userpassword': USER_PW})))
except ldap.LDAPError as e:
log.fatal('test_ticket548: Failed to add user' + USER2_DN + ': error ' + e.message['desc'])
assert False

edate = int(time.time() / (60 * 60 * 24))

log.info("Bind as %s" % USER1_DN)
topology_st.standalone.simple_bind_s(USER1_DN, USER_PW)

log.info('Search entry %s' % USER1_DN)
> entry = topology_st.standalone.getEntry(USER1_DN, ldap.SCOPE_BASE, "(objectclass=*)")

/export/tests/tickets/ticket548_test.py:249:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>
args = ('uid=user1,dc=example,dc=com', 0, '(objectclass=*)'), kwargs = {}
res = 15, restype = 101, obj = []

def getEntry(self, *args, **kwargs):
"""Wrapper around SimpleLDAPObject.search. It is common to just get
one entry.
@param - entry dn
@param - search scope, in ldap.SCOPE_BASE (default),
ldap.SCOPE_SUB, ldap.SCOPE_ONE
@param filterstr - filterstr, default '(objectClass=*)' from
SimpleLDAPObject
@param attrlist - list of attributes to retrieve. eg ['cn', 'uid']
@oaram attrsonly - default None from SimpleLDAPObject
eg. getEntry(dn, scope, filter, attributes)

XXX This cannot return None
"""
self.log.debug("Retrieving entry with %r", [args])
if len(args) == 1 and 'scope' not in kwargs:
args += (ldap.SCOPE_BASE, )

res = self.search(*args, **kwargs)
restype, obj = self.result(res)
# TODO: why not test restype?
if not obj:
> raise NoSuchEntryError("no such entry for %r", [args])
E lib389.exceptions.NoSuchEntryError: ('no such entry for %r', [('uid=user1,dc=example,dc=com', 0, '(objectclass=*)')])

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:1697: NoSuchEntryError
Failed tickets/ticket548_test.py::test_ticket548_test_subtree_policy 3.42
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60078c40>
user = 'uid=user3,dc=example,dc=com', passwd = 'password'
newpasswd = 'password0'

def update_passwd(topology_st, user, passwd, newpasswd):
log.info(" Bind as {%s,%s}" % (user, passwd))
topology_st.standalone.simple_bind_s(user, passwd)
try:
> topology_st.standalone.modify_s(user, [(ldap.MOD_REPLACE, 'userpassword', newpasswd.encode())])

/export/tests/tickets/ticket548_test.py:160:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=user3,dc=example,dc=com', [(2, 'userpassword', b'password0')])
kwargs = {}
c_stack = [FrameInfo(frame=<frame at 0x7f3c63aa2840, file '/usr/local/lib/python3.9/site-packages/lib389/__init__.py', line 173,...mbda>', code_context=[' self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(\n'], index=0), ...]
frame = FrameInfo(frame=<frame at 0x559b3f374550, file '/export/tests/tickets/ticket548_test.py', line 164, code update_passwd...[" topology_st.standalone.modify_s(user, [(ldap.MOD_REPLACE, 'userpassword', newpasswd.encode())])\n"], index=0)

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>
dn = 'uid=user3,dc=example,dc=com'
modlist = [(2, 'userpassword', b'password0')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:640:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('uid=user3,dc=example,dc=com', [(2, 'userpassword', b'password0')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>
dn = 'uid=user3,dc=example,dc=com'
modlist = [(2, 'userpassword', b'password0')], serverctrls = None
clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
> resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (34,), kwargs = {'all': 1, 'timeout': -1}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>, msgid = 34, all = 1
timeout = -1, resp_ctrl_classes = None

def result3(self,msgid=ldap.RES_ANY,all=1,timeout=None,resp_ctrl_classes=None):
> resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
msgid,all,timeout,
add_ctrls=0,add_intermediates=0,add_extop=0,
resp_ctrl_classes=resp_ctrl_classes
)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (34, 1, -1)
kwargs = {'add_ctrls': 0, 'add_extop': 0, 'add_intermediates': 0, 'resp_ctrl_classes': None}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>, msgid = 34, all = 1
timeout = -1, add_ctrls = 0, add_intermediates = 0, add_extop = 0
resp_ctrl_classes = None

def result4(self,msgid=ldap.RES_ANY,all=1,timeout=None,add_ctrls=0,add_intermediates=0,add_extop=0,resp_ctrl_classes=None):
if timeout is None:
timeout = self.timeout
> ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method result4 of LDAP object at 0x7f3c5af8a8d0>, 34, 1, -1, 0, 0, ...)
kwargs = {}

def inner(*args, **kwargs):
if name in [
'add_s',
'bind_s',
'delete_s',
'modify_s',
'modrdn_s',
'rename_s',
'sasl_interactive_bind_s',
'search_s',
'search_ext_s',
'simple_bind_s',
'unbind_s',
'getEntry',
] and not ('escapehatch' in kwargs and kwargs['escapehatch'] == 'i am sure'):
c_stack = inspect.stack()
frame = c_stack[1]

warnings.warn(DeprecationWarning("Use of raw ldap function %s. This will be removed in a future release. "
"Found in: %s:%s" % (name, frame.filename, frame.lineno)))
# Later, we will add a sleep here to make it even more painful.
# Finally, it will raise an exception.
elif 'escapehatch' in kwargs:
kwargs.pop('escapehatch')

if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>
func = <built-in method result4 of LDAP object at 0x7f3c5af8a8d0>
args = (34, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
result = func(*args,**kwargs)
if __debug__ and self._trace_level>=2:
if func.__name__!="unbind_ext":
diagnostic_message_success = self._l.get_option(ldap.OPT_DIAGNOSTIC_MESSAGE)
finally:
self._ldap_object_lock.release()
except LDAPError as e:
exc_type,exc_value,exc_traceback = sys.exc_info()
try:
if 'info' not in e.args[0] and 'errno' in e.args[0]:
e.args[0]['info'] = strerror(e.args[0]['errno'])
except IndexError:
pass
if __debug__ and self._trace_level>=2:
self._trace_file.write('=> LDAPError - %s: %s\n' % (e.__class__.__name__,str(e)))
try:
> reraise(exc_type, exc_value, exc_traceback)

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

exc_type = <class 'ldap.INSUFFICIENT_ACCESS'>
exc_value = INSUFFICIENT_ACCESS({'msgtype': 103, 'msgid': 34, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=user3,dc=example,dc=com'.\n"})
exc_traceback = <traceback object at 0x7f3c63fe2880>

def reraise(exc_type, exc_value, exc_traceback):
"""Re-raise an exception given information from sys.exc_info()

Note that unlike six.reraise, this does not support replacing the
traceback. All arguments must come from a single sys.exc_info() call.
"""
# In Python 3, all exception info is contained in one object.
> raise exc_value

/usr/lib64/python3.9/site-packages/ldap/compat.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c602546a0>
func = <built-in method result4 of LDAP object at 0x7f3c5af8a8d0>
args = (34, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 34, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'userPassword' attribute of entry 'uid=user3,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS

During handling of the above exception, another exception occurred:

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60078c40>

def test_ticket548_test_subtree_policy(topology_st):
"""
Check shadowAccount with subtree level password policy
"""

log.info("Case 3. Check shadowAccount with subtree level password policy")

log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
# Check the global policy values

set_subtree_pwpolicy(topology_st, 2, 20, 6)

log.info('Add an entry' + USER3_DN)
try:
topology_st.standalone.add_s(
Entry((USER3_DN, {'objectclass': "top person organizationalPerson inetOrgPerson shadowAccount".split(),
'sn': '3',
'cn': 'user 3',
'uid': 'user3',
'givenname': 'user',
'mail': 'user3@' + DEFAULT_SUFFIX,
'userpassword': USER_PW})))
except ldap.LDAPError as e:
log.fatal('test_ticket548: Failed to add user' + USER3_DN + ': error ' + e.message['desc'])
assert False

log.info('Search entry %s' % USER3_DN)
entry0 = topology_st.standalone.getEntry(USER3_DN, ldap.SCOPE_BASE, "(objectclass=*)")

log.info('Expecting shadowLastChange 0 since passwordMustChange is on')
check_shadow_attr_value(entry0, 'shadowLastChange', 0, USER3_DN)

# passwordMinAge -- 2 day
check_shadow_attr_value(entry0, 'shadowMin', 2, USER3_DN)

# passwordMaxAge -- 20 days
check_shadow_attr_value(entry0, 'shadowMax', 20, USER3_DN)

# passwordWarning -- 6 days
check_shadow_attr_value(entry0, 'shadowWarning', 6, USER3_DN)

log.info("Bind as %s" % USER3_DN)
topology_st.standalone.simple_bind_s(USER3_DN, USER_PW)

log.info('Search entry %s' % USER3_DN)
try:
entry1 = topology_st.standalone.getEntry(USER3_DN, ldap.SCOPE_BASE, "(objectclass=*)")
except ldap.UNWILLING_TO_PERFORM:
log.info('test_ticket548: Search by' + USER3_DN + ' failed by UNWILLING_TO_PERFORM as expected')
except ldap.LDAPError as e:
log.fatal('test_ticket548: Failed to serch user' + USER3_DN + ' by self: error ' + e.message['desc'])
assert False

log.info("Bind as %s and updating the password with a new one" % USER3_DN)
topology_st.standalone.simple_bind_s(USER3_DN, USER_PW)

# Bind as DM again, change policy
log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

set_subtree_pwpolicy(topology_st, 4, 40, 12)

newpasswd = USER_PW + '0'
> update_passwd(topology_st, USER3_DN, USER_PW, newpasswd)

/export/tests/tickets/ticket548_test.py:372:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f3c60078c40>
user = 'uid=user3,dc=example,dc=com', passwd = 'password'
newpasswd = 'password0'

def update_passwd(topology_st, user, passwd, newpasswd):
log.info(" Bind as {%s,%s}" % (user, passwd))
topology_st.standalone.simple_bind_s(user, passwd)
try:
topology_st.standalone.modify_s(user, [(ldap.MOD_REPLACE, 'userpassword', newpasswd.encode())])
except ldap.LDAPError as e:
> log.fatal('test_ticket548: Failed to update the password ' + cpw + ' of user ' + user + ': error ' + e.message[
'desc'])
E NameError: name 'cpw' is not defined

/export/tests/tickets/ticket548_test.py:162: NameError
XFailed suites/acl/syntax_test.py::test_aci_invalid_syntax_fail[test_targattrfilters_18] 8.50
topo = <lib389.topologies.TopologyMain object at 0x7f3c640d5250>
real_value = '(target = ldap:///cn=Jeff Vedder,ou=Product Development,dc=example,dc=com)(targetattr="*")(version 3.0; acl "Name of ...3123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123";)'

@pytest.mark.xfail(reason='https://bugzilla.redhat.com/show_bug.cgi?id=1691473')
@pytest.mark.parametrize("real_value", [a[1] for a in FAILED],
ids=[a[0] for a in FAILED])
def test_aci_invalid_syntax_fail(topo, real_value):
"""

Try to set wrong ACI syntax.

:id: 83c40784-fff5-49c8-9535-7064c9c19e7e
:parametrized: yes
:setup: Standalone Instance
:steps:
1. Create ACI
2. Try to setup the ACI with Instance
:expectedresults:
1. It should pass
2. It should not pass
"""
domain = Domain(topo.standalone, DEFAULT_SUFFIX)
with pytest.raises(ldap.INVALID_SYNTAX):
> domain.add("aci", real_value)
E Failed: DID NOT RAISE <class 'ldap.INVALID_SYNTAX'>

suites/acl/syntax_test.py:213: Failed
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
XFailed suites/acl/syntax_test.py::test_aci_invalid_syntax_fail[test_targattrfilters_20] 0.07
topo = <lib389.topologies.TopologyMain object at 0x7f3c640d5250>
real_value = '(target = ldap:///cn=Jeff Vedder,ou=Product Development,dc=example,dc=com)(targetattr="*")(version 3.0; acl "Name of the ACI"; deny(write)userdns="ldap:///anyone";)'

@pytest.mark.xfail(reason='https://bugzilla.redhat.com/show_bug.cgi?id=1691473')
@pytest.mark.parametrize("real_value", [a[1] for a in FAILED],
ids=[a[0] for a in FAILED])
def test_aci_invalid_syntax_fail(topo, real_value):
"""

Try to set wrong ACI syntax.

:id: 83c40784-fff5-49c8-9535-7064c9c19e7e
:parametrized: yes
:setup: Standalone Instance
:steps:
1. Create ACI
2. Try to setup the ACI with Instance
:expectedresults:
1. It should pass
2. It should not pass
"""
domain = Domain(topo.standalone, DEFAULT_SUFFIX)
with pytest.raises(ldap.INVALID_SYNTAX):
> domain.add("aci", real_value)
E Failed: DID NOT RAISE <class 'ldap.INVALID_SYNTAX'>

suites/acl/syntax_test.py:213: Failed
XFailed suites/acl/syntax_test.py::test_aci_invalid_syntax_fail[test_bind_rule_set_with_more_than_three] 0.29
topo = <lib389.topologies.TopologyMain object at 0x7f3c640d5250>
real_value = '(target = ldap:///dc=example,dc=com)(targetattr="*")(version 3.0; acl "Name of the ACI"; deny absolute (all)userdn="ldap:////////anyone";)'

@pytest.mark.xfail(reason='https://bugzilla.redhat.com/show_bug.cgi?id=1691473')
@pytest.mark.parametrize("real_value", [a[1] for a in FAILED],
ids=[a[0] for a in FAILED])
def test_aci_invalid_syntax_fail(topo, real_value):
"""

Try to set wrong ACI syntax.

:id: 83c40784-fff5-49c8-9535-7064c9c19e7e
:parametrized: yes
:setup: Standalone Instance
:steps:
1. Create ACI
2. Try to setup the ACI with Instance
:expectedresults:
1. It should pass
2. It should not pass
"""
domain = Domain(topo.standalone, DEFAULT_SUFFIX)
with pytest.raises(ldap.INVALID_SYNTAX):
> domain.add("aci", real_value)
E Failed: DID NOT RAISE <class 'ldap.INVALID_SYNTAX'>

suites/acl/syntax_test.py:213: Failed
XFailed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_3, CHILDREN)] 0.12
topo = <lib389.topologies.TopologyMain object at 0x7f3c65452910>
_add_user = None, user = 'uid=Grandparent,ou=Inheritance,dc=example,dc=com'
entry = 'ou=CHILDREN,ou=PARENTS,ou=GRANDPARENTS,ou=ANCESTORS,ou=Inheritance,dc=example,dc=com'

@pytest.mark.parametrize("user,entry", [
(CAN, ROLEDNACCESS),
(CAN, USERDNACCESS),
(CAN, GROUPDNACCESS),
(CAN, LDAPURLACCESS),
(CAN, ATTRNAMEACCESS),
(LEVEL_0, OU_2),
(LEVEL_1, ANCESTORS),
(LEVEL_2, GRANDPARENTS),
(LEVEL_4, OU_2),
(LEVEL_4, ANCESTORS),
(LEVEL_4, GRANDPARENTS),
(LEVEL_4, PARENTS),
(LEVEL_4, CHILDREN),
pytest.param(LEVEL_3, CHILDREN, marks=pytest.mark.xfail(reason="May be some bug")),
], ids=[
"(CAN,ROLEDNACCESS)",
"(CAN,USERDNACCESS)",
"(CAN,GROUPDNACCESS)",
"(CAN,LDAPURLACCESS)",
"(CAN,ATTRNAMEACCESS)",
"(LEVEL_0, OU_2)",
"(LEVEL_1,ANCESTORS)",
"(LEVEL_2,GRANDPARENTS)",
"(LEVEL_4,OU_2)",
"(LEVEL_4, ANCESTORS)",
"(LEVEL_4,GRANDPARENTS)",
"(LEVEL_4,PARENTS)",
"(LEVEL_4,CHILDREN)",
"(LEVEL_3, CHILDREN)"
])
def test_mod_see_also_positive(topo, _add_user, user, entry):
"""
Try to set seeAlso on entry with binding specific user, it will success
as per the ACI.

:id: 65745426-7a01-11e8-8ac2-8c16451d917b
:parametrized: yes
:setup: Standalone Instance
:steps:
1. Add test entry
2. Add ACI
3. User should follow ACI role
:expectedresults:
1. Entry should be added
2. Operation should succeed
3. Operation should succeed
"""
conn = UserAccount(topo.standalone, user).bind(PW_DM)
> UserAccount(conn, entry).replace('seeAlso', 'cn=1')

suites/acl/userattr_test.py:216:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:281: in replace
self.set(key, value, action=ldap.MOD_REPLACE)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:447: in set
return self._instance.modify_ext_s(self._dn, [(action, key, value)],
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:613: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:764: in result3
resp_type, resp_data, resp_msgid, decoded_resp_ctrls, retoid, retval = self.result4(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:774: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:340: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.9/site-packages/ldap/compat.py:46: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c6277c670>
func = <built-in method result4 of LDAP object at 0x7f3c6277ba80>
args = (5, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INSUFFICIENT_ACCESS: {'msgtype': 103, 'msgid': 5, 'result': 50, 'desc': 'Insufficient access', 'ctrls': [], 'info': "Insufficient 'write' privilege to the 'seeAlso' attribute of entry 'ou=children,ou=parents,ou=grandparents,ou=ancestors,ou=inheritance,dc=example,dc=com'.\n"}

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: INSUFFICIENT_ACCESS
XFailed suites/clu/dsidm_user_test.py::test_dsidm_user_get_dn 0.33
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c6426a760>
create_test_user = None

@pytest.mark.bz1893667
@pytest.mark.xfail(reason="Will fail because of bz1893667")
@pytest.mark.skipif(ds_is_older("1.4.2"), reason="Not implemented")
def test_dsidm_user_get_dn(topology_st, create_test_user):
""" Test dsidm user get_dn option

:id: 787bf278-87c3-402e-936e-6161799d098d
:setup: Standalone instance
:steps:
1. Run dsidm user get_dn for created user
2. Check the output content is correct
:expectedresults:
1. Success
2. Success
"""

standalone = topology_st.standalone
users = nsUserAccounts(standalone, DEFAULT_SUFFIX)
test_user = users.get('test_user_1000')
args = FakeArgs()
args.dn = test_user.dn

log.info('Empty the log file to prevent false data to check about user')
topology_st.logcap.flush()

log.info('Test dsidm user get_dn without json')
> get_dn(standalone, DEFAULT_SUFFIX, topology_st.logcap.log, args)

suites/clu/dsidm_user_test.py:214:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/site-packages/lib389/cli_idm/user.py:38: in get_dn
_generic_get_dn(inst, basedn, log.getChild('_generic_get_dn'), MANY, dn, args)
/usr/local/lib/python3.9/site-packages/lib389/cli_idm/__init__.py:101: in _generic_get_dn
o = mc.get(dn=dn)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1144: in get
results = self._get_dn(dn)
/usr/local/lib/python3.9/site-packages/lib389/_mapped_object.py:1162: in _get_dn
return self._instance.search_ext_s(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:863: in search_ext_s
msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:853: in search_ext
return self._ldap_call(
/usr/local/lib/python3.9/site-packages/lib389/__init__.py:173: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f3c61f380d0>
func = <built-in method search_ext of LDAP object at 0x7f3c651bc720>
args = (<function get_dn.<locals>.<lambda> at 0x7f3c627270d0>, 0, '(&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount))', ['dn'], 0, None, ...)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: search_ext() argument 1 must be str, not function

/usr/lib64/python3.9/site-packages/ldap/ldapobject.py:324: TypeError
-------------------------------Captured log setup-------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:210 Empty the log file to prevent false data to check about user INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:213 Test dsidm user get_dn without json
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
XFailed suites/config/config_test.py::test_defaultnamingcontext_1 0.73
topo = <lib389.topologies.TopologyMain object at 0x7f3c63c3db20>

@pytest.mark.xfail(reason="This may fail due to bug 1610234")
def test_defaultnamingcontext_1(topo):
"""This test case should be part of function test_defaultnamingcontext
Please move it back after we have a fix for bug 1610234
"""
log.info("Remove the original suffix which is currently nsslapd-defaultnamingcontext"
"and check nsslapd-defaultnamingcontext become empty.")

""" Please remove these declarations after moving the test
to function test_defaultnamingcontext
"""
backends = Backends(topo.standalone)
test_db2 = 'test2_db'
test_suffix2 = 'dc=test2,dc=com'
b2 = backends.create(properties={'cn': test_db2,
'nsslapd-suffix': test_suffix2})
b2.delete()
> assert topo.standalone.config.get_attr_val_utf8('nsslapd-defaultnamingcontext') == ' '
E AssertionError: assert 'dc=example,dc=com' == ' '
E Strings contain only whitespace, escaping them using repr()
E - ' '
E + 'dc=example,dc=com'

suites/config/config_test.py:300: AssertionError
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:288 Remove the original suffix which is currently nsslapd-defaultnamingcontextand check nsslapd-defaultnamingcontext become empty.
XFailed suites/export/export_test.py::test_dbtasks_db2ldif_with_non_accessible_ldif_file_path_output 3.75
topo = <lib389.topologies.TopologyMain object at 0x7f3c6256a7c0>

@pytest.mark.bz1860291
@pytest.mark.xfail(reason="bug 1860291")
@pytest.mark.skipif(ds_is_older("1.3.10", "1.4.2"), reason="Not implemented")
def test_dbtasks_db2ldif_with_non_accessible_ldif_file_path_output(topo):
"""Export with db2ldif, giving a ldif file path which can't be accessed by the user (dirsrv by default)

:id: fcc63387-e650-40a7-b643-baa68c190037
:setup: Standalone Instance - entries imported in the db
:steps:
1. Stop the server
2. Launch db2ldif with a non accessible ldif file path
3. check the error reported in the command output
:expected results:
1. Operation successful
2. Operation properly fails
3. An clear error message is reported as output of the cli
"""
export_ldif = '/tmp/nonexistent/export.ldif'

log.info("Stopping the instance...")
topo.standalone.stop()

log.info("Performing an offline export to a non accessible ldif file path - should fail and output a clear error message")
expected_output="No such file or directory"
> run_db2ldif_and_clear_logs(topo, topo.standalone, DEFAULT_BENAME, export_ldif, expected_output)

suites/export/export_test.py:150:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology = <lib389.topologies.TopologyMain object at 0x7f3c6256a7c0>
instance = <lib389.DirSrv object at 0x7f3c64036f70>, backend = 'userRoot'
ldif = '/tmp/nonexistent/export.ldif', output_msg = 'No such file or directory'
encrypt = False, repl = False

def run_db2ldif_and_clear_logs(topology, instance, backend, ldif, output_msg, encrypt=False, repl=False):
args = FakeArgs()
args.instance = instance.serverid
args.backend = backend
args.encrypted = encrypt
args.replication = repl
args.ldif = ldif

dbtasks_db2ldif(instance, topology.logcap.log, args)

log.info('checking output msg')
if not topology.logcap.contains(output_msg):
log.error('The output message is not the expected one')
> assert False
E assert False

suites/export/export_test.py:36: AssertionError
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/nonexistent/export.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.utils:export_test.py:145 Stopping the instance... INFO lib389.utils:export_test.py:148 Performing an offline export to a non accessible ldif file path - should fail and output a clear error message CRITICAL LogCapture:dbtasks.py:41 db2ldif failed INFO lib389.utils:export_test.py:33 checking output msg ERROR lib389.utils:export_test.py:35 The output message is not the expected one
XFailed suites/healthcheck/healthcheck_test.py::test_healthcheck_unable_to_query_backend 1.77
topology_st = <lib389.topologies.TopologyMain object at 0x7f3c62240430>

@pytest.mark.ds50873
@pytest.mark.bz1796343
@pytest.mark.skipif(ds_is_older("1.4.1"), reason="Not implemented")
@pytest.mark.xfail(reason="Will fail because of bz1837315. Set proper version after bug is fixed")
def test_healthcheck_unable_to_query_backend(topology_st):
"""Check if HealthCheck returns DSBLE0002 code

:id: 716b1ff1-94bd-4780-98b8-96ff8ef21e30
:setup: Standalone instance
:steps:
1. Create DS instance
2. Create a new root suffix and database
3. Disable new suffix
4. Use HealthCheck without --json option
5. Use HealthCheck with --json option
:expectedresults:
1. Success
2. Success
3. Success
4. HealthCheck should return code DSBLE0002
5. HealthCheck should return code DSBLE0002
"""

RET_CODE = 'DSBLE0002'
NEW_SUFFIX = 'dc=test,dc=com'
NEW_BACKEND = 'userData'

standalone = topology_st.standalone

log.info('Create new suffix')
backends = Backends(standalone)
backends.create(properties={
'cn': NEW_BACKEND,
'nsslapd-suffix': NEW_SUFFIX,
})

log.info('Disable the newly created suffix')
mts = MappingTrees(standalone)
mt_new = mts.get(NEW_SUFFIX)
mt_new.replace('nsslapd-state', 'disabled')

run_healthcheck_and_flush_log(topology_st, standalone, RET_CODE, json=False)
run_healthcheck_and_flush_log(topology_st, standalone, RET_CODE, json=True)

log.info('Enable the suffix again and check if nothing is broken')
mt_new.replace('nsslapd-state', 'backend')
> run_healthcheck_and_flush_log(topology_st, standalone, RET_CODE, json=False)

suites/healthcheck/healthcheck_test.py:453:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology = <lib389.topologies.TopologyMain object at 0x7f3c62240430>
instance = <lib389.DirSrv object at 0x7f3c62204970>, searched_code = 'DSBLE0002'
json = False, searched_code2 = None, list_checks = False, list_errors = False
check = None, searched_list = None

def run_healthcheck_and_flush_log(topology, instance, searched_code=None, json=False, searched_code2=None,
list_checks=False, list_errors=False, check=None, searched_list=None):
args = FakeArgs()
args.instance = instance.serverid
args.verbose = instance.verbose
args.list_errors = list_errors
args.list_checks = list_checks
args.check = check
args.dry_run = False
args.json = json

log.info('Use healthcheck with --json == {} option'.format(json))
health_check_run(instance, topology.logcap.log, args)

if searched_list is not None:
for item in searched_list:
assert topology.logcap.contains(item)
log.info('Healthcheck returned searched item: %s' % item)
else:
> assert topology.logcap.contains(searched_code)
E AssertionError: assert False
E + where False = <bound method LogCapture.contains of <LogCapture (NOTSET)>>('DSBLE0002')
E + where <bound method LogCapture.contains of <LogCapture (NOTSET)>> = <LogCapture (NOTSET)>.contains
E + where <LogCapture (NOTSET)> = <lib389.topologies.TopologyMain object at 0x7f3c62240430>.logcap

suites/healthcheck/healthcheck_test.py:49: AssertionError
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userdata:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userdata:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userdata:search ... INFO LogCapture:health.py:99 Checking backends:userdata:virt_attrs ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 4 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSBLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: backends:userdata:mappingtree INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- userdata INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 This backend may be missing the correct mapping tree references. Mapping Trees allow the directory server to determine which backend an operation is routed to in the abscence of other information. This is extremely important for correct functioning of LDAP ADD for example. A correct Mapping tree for this backend must contain the suffix name, the database name and be a backend type. IE: cn=o3Dexample,cn=mapping tree,cn=config cn: o=example nsslapd-backend: userRoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Either you need to create the mapping tree, or you need to repair the related mapping tree. You will need to do this by hand by editing cn=config, or stopping the instance and editing dse.ldif. INFO LogCapture:health.py:45 [2] DS Lint Error: DSBLE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: backends:userdata:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=test,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 Unable to query the backend. LDAP error ({'msgtype': 101, 'msgid': 27, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Warning: Operation attempted on a disabled node : dc=example,dc=com\n'}) INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Check the server's error and access logs for more information. INFO LogCapture:health.py:45 [3] DS Lint Error: DSBLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: backends:userdata:mappingtree INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- userdata INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 This backend may be missing the correct mapping tree references. Mapping Trees allow the directory server to determine which backend an operation is routed to in the abscence of other information. This is extremely important for correct functioning of LDAP ADD for example. A correct Mapping tree for this backend must contain the suffix name, the database name and be a backend type. IE: cn=o3Dexample,cn=mapping tree,cn=config cn: o=example nsslapd-backend: userRoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Either you need to create the mapping tree, or you need to repair the related mapping tree. You will need to do this by hand by editing cn=config, or stopping the instance and editing dse.ldif. INFO LogCapture:health.py:45 [4] DS Lint Error: DSBLE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: backends:userdata:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=test,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 Unable to query the backend. LDAP error ({'msgtype': 101, 'msgid': 27, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Warning: Operation attempted on a disabled node : dc=example,dc=com\n'}) INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Check the server's error and access logs for more information. INFO LogCapture:health.py:124 ===== End Of Report (4 Issues found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSBLE0001", "severity": "MEDIUM", "description": "Possibly incorrect mapping tree.", "items": [ "userdata" ], "detail": "This backend may be missing the correct mapping tree references. Mapping Trees allow\nthe directory server to determine which backend an operation is routed to in the\nabscence of other information. This is extremely important for correct functioning\nof LDAP ADD for example.\n\nA correct Mapping tree for this backend must contain the suffix name, the database name\nand be a backend type. IE:\n\ncn=o3Dexample,cn=mapping tree,cn=config\ncn: o=example\nnsslapd-backend: userRoot\nnsslapd-state: backend\nobjectClass: top\nobjectClass: extensibleObject\nobjectClass: nsMappingTree\n\n", "fix": "Either you need to create the mapping tree, or you need to repair the related\nmapping tree. You will need to do this by hand by editing cn=config, or stopping\nthe instance and editing dse.ldif.\n", "check": "backends:userdata:mappingtree" }, { "dsle": "DSBLE0002", "severity": "HIGH", "description": "Unable to query backend.", "items": [ "dc=test,dc=com" ], "detail": "Unable to query the backend. LDAP error ({'msgtype': 101, 'msgid': 27, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Warning: Operation attempted on a disabled node : dc=example,dc=com\\n'})", "fix": "Check the server's error and access logs for more information.", "check": "backends:userdata:search" }, { "dsle": "DSBLE0001", "severity": "MEDIUM", "description": "Possibly incorrect mapping tree.", "items": [ "userdata" ], "detail": "This backend may be missing the correct mapping tree references. Mapping Trees allow\nthe directory server to determine which backend an operation is routed to in the\nabscence of other information. This is extremely important for correct functioning\nof LDAP ADD for example.\n\nA correct Mapping tree for this backend must contain the suffix name, the database name\nand be a backend type. IE:\n\ncn=o3Dexample,cn=mapping tree,cn=config\ncn: o=example\nnsslapd-backend: userRoot\nnsslapd-state: backend\nobjectClass: top\nobjectClass: extensibleObject\nobjectClass: nsMappingTree\n\n", "fix": "Either you need to create the mapping tree, or you need to repair the related\nmapping tree. You will need to do this by hand by editing cn=config, or stopping\nthe instance and editing dse.ldif.\n", "check": "backends:userdata:mappingtree" }, { "dsle": "DSBLE0002", "severity": "HIGH", "description": "Unable to query backend.", "items": [ "dc=test,dc=com" ], "detail": "Unable to query the backend. LDAP error ({'msgtype': 101, 'msgid': 27, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Warning: Operation attempted on a disabled node : dc=example,dc=com\\n'})", "fix": "Check the server's error and access logs for more information.", "check": "backends:userdata:search" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userdata:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userdata:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userdata:search ... INFO LogCapture:health.py:99 Checking backends:userdata:virt_attrs ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 2 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSBLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:userdata:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=test,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The backend database has not been initialized yet INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You need to import an LDIF file, or create the suffix entry, in order to initialize the database. INFO LogCapture:health.py:45 [2] DS Lint Error: DSBLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:userdata:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=test,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The backend database has not been initialized yet INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You need to import an LDIF file, or create the suffix entry, in order to initialize the database. INFO LogCapture:health.py:124 ===== End Of Report (2 Issues found) =====
XFailed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_memberof_groups 7.07
self = <tests.suites.replication.conflict_resolve_test.TestTwoSuppliers object at 0x7f3c62206790>
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c61dbdc40>
base_m2 = <lib389.idm.nscontainer.nsContainer object at 0x7f3c61f9deb0>

def test_memberof_groups(self, topology_m2, base_m2):
"""Check that conflict properly resolved for operations
with memberOf and groups

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb3
:setup: Two supplier replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Enable memberOf plugin
2. Add 30 users to m1 and wait for replication to happen
3. Pause replication
4. Create a group on m1 and m2
5. Create a group on m1 and m2, delete from m1
6. Create a group on m1, delete from m1, and create on m2,
7. Create a group on m2 and m1, delete from m1
8. Create two different groups on m2
9. Resume replication
10. Check that the entries on both suppliers are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
9. It should pass
10. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:403: XFailed
XFailed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_managed_entries 0.08
self = <tests.suites.replication.conflict_resolve_test.TestTwoSuppliers object at 0x7f3c61e5c850>
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c61dbdc40>

def test_managed_entries(self, topology_m2):
"""Check that conflict properly resolved for operations
with managed entries

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb4
:setup: Two supplier replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Create ou=managed_users and ou=managed_groups under test container
2. Configure managed entries plugin and add a template to test container
3. Add a user to m1 and wait for replication to happen
4. Pause replication
5. Create a user on m1 and m2 with a same group ID on both supplier
6. Create a user on m1 and m2 with a different group ID on both supplier
7. Resume replication
8. Check that the entries on both suppliers are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:494: XFailed
XFailed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_nested_entries_with_children 9.53
self = <tests.suites.replication.conflict_resolve_test.TestTwoSuppliers object at 0x7f3c610a51c0>
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f3c61dbdc40>
base_m2 = <lib389.idm.nscontainer.nsContainer object at 0x7f3c610a58b0>

def test_nested_entries_with_children(self, topology_m2, base_m2):
"""Check that conflict properly resolved for operations
with nested entries with children

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb5
:setup: Two supplier replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Add 15 containers to m1 and wait for replication to happen
2. Pause replication
3. Create parent-child on supplier2 and supplier1
4. Create parent-child on supplier1 and supplier2
5. Create parent-child on supplier1 and supplier2 different child rdn
6. Create parent-child on supplier1 and delete parent on supplier2
7. Create parent on supplier1, delete it and parent-child on supplier2, delete them
8. Create parent on supplier1, delete it and parent-two children on supplier2
9. Create parent-two children on supplier1 and parent-child on supplier2, delete them
10. Create three subsets inside existing container entry, applying only part of changes on m2
11. Create more combinations of the subset with parent-child on m1 and parent on m2
12. Delete container on m1, modify user1 on m1, create parent on m2 and modify user2 on m2
13. Resume replication
14. Check that the entries on both suppliers are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
9. It should pass
10. It should pass
11. It should pass
12. It should pass
13. It should pass
14. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:585: XFailed
XFailed suites/replication/conflict_resolve_test.py::TestThreeSuppliers::test_nested_entries 61.63
self = <tests.suites.replication.conflict_resolve_test.TestThreeSuppliers object at 0x7f3c63f57c40>
topology_m3 = <lib389.topologies.TopologyMain object at 0x7f3c63f576a0>
base_m3 = <lib389.idm.nscontainer.nsContainer object at 0x7f3c6208a250>

def test_nested_entries(self, topology_m3, base_m3):
"""Check that conflict properly resolved for operations
with nested entries with children

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb6
:setup: Three supplier replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Add 15 containers to m1 and wait for replication to happen
2. Pause replication
3. Create two child entries under each of two entries
4. Create three child entries under each of three entries
5. Create two parents on m1 and m2, then on m1 - create a child and delete one parent,
on m2 - delete one parent and create a child
6. Test a few more parent-child combinations with three instances
7. Resume replication
8. Check that the entries on both suppliers are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:969: XFailed
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 97677c37-308f-4e40-a40a-e32b85db1ffd / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 10c4e280-4f9b-4217-9aa7-b10425f2630b / got description=97677c37-308f-4e40-a40a-e32b85db1ffd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f1a28f9c-a734-401b-b7f0-c717ac2ec526 / got description=10c4e280-4f9b-4217-9aa7-b10425f2630b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 11903983-3589-49e5-bdae-861522b3ada4 / got description=f1a28f9c-a734-401b-b7f0-c717ac2ec526) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
XFailed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaPort-0-65535-9999999999999999999999999999999999999999999999999999999999999999999-invalid-389] 0.13
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaPort', too_small = '0', too_big = '65535'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '389'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_add(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf94
:parametrized: yes
:setup: standalone instance
:steps:
1. Use a value that is too small
2. Use a value that is too big
3. Use a value that overflows the int
4. Use a value with character value (not a number)
5. Use a valid value
:expectedresults:
1. Add is rejected
2. Add is rejected
3. Add is rejected
4. Add is rejected
5. Add is allowed
"""

agmt_reset(topo)
replica = replica_setup(topo)

agmts = Agreements(topo.standalone, basedn=replica.dn)

# Test too small
perform_invalid_create(agmts, agmt_dict, attr, too_small)
# Test too big
> perform_invalid_create(agmts, agmt_dict, attr, too_big)

suites/replication/replica_config_test.py:217:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

many = <lib389.agreement.Agreements object at 0x7f3c61306d30>
properties = {'cn': 'test_agreement', 'nsDS5ReplicaBindDN': 'uid=tester', 'nsDS5ReplicaBindMethod': 'SIMPLE', 'nsDS5ReplicaHost': 'localhost.localdomain', ...}
attr = 'nsds5ReplicaPort', value = '65535'

def perform_invalid_create(many, properties, attr, value):
my_properties = copy.deepcopy(properties)
my_properties[attr] = value
with pytest.raises(ldap.LDAPError) as ei:
> many.create(properties=my_properties)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:108: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaPort-0-65535-9999999999999999999999999999999999999999999999999999999999999999999-invalid-389] 0.25
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaPort', too_small = '0', too_big = '65535'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '389'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
> perform_invalid_modify(agmt, attr, too_small)

suites/replication/replica_config_test.py:253:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c61e5f850>
attr = 'nsds5ReplicaPort', value = '0'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.25
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaTimeout', too_small = '-1', too_big = '9223372036854775807'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '6'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
perform_invalid_modify(agmt, attr, too_small)
# Value too big
> perform_invalid_modify(agmt, attr, too_big)

suites/replication/replica_config_test.py:255:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c61330550>
attr = 'nsds5ReplicaTimeout', value = '9223372036854775807'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaBusyWaitTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.24
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaBusyWaitTime', too_small = '-1'
too_big = '9223372036854775807'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '6'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
perform_invalid_modify(agmt, attr, too_small)
# Value too big
> perform_invalid_modify(agmt, attr, too_big)

suites/replication/replica_config_test.py:255:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c6109e910>
attr = 'nsds5ReplicaBusyWaitTime', value = '9223372036854775807'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaSessionPauseTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.23
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaSessionPauseTime', too_small = '-1'
too_big = '9223372036854775807'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '6'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
perform_invalid_modify(agmt, attr, too_small)
# Value too big
> perform_invalid_modify(agmt, attr, too_big)

suites/replication/replica_config_test.py:255:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c622844c0>
attr = 'nsds5ReplicaSessionPauseTime', value = '9223372036854775807'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaFlowControlWindow--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.22
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaFlowControlWindow', too_small = '-1'
too_big = '9223372036854775807'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '6'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
perform_invalid_modify(agmt, attr, too_small)
# Value too big
> perform_invalid_modify(agmt, attr, too_big)

suites/replication/replica_config_test.py:255:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c61e5f220>
attr = 'nsds5ReplicaFlowControlWindow', value = '9223372036854775807'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaFlowControlPause--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.22
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaFlowControlPause', too_small = '-1'
too_big = '9223372036854775807'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '6'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
perform_invalid_modify(agmt, attr, too_small)
# Value too big
> perform_invalid_modify(agmt, attr, too_big)

suites/replication/replica_config_test.py:255:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c623d2ac0>
attr = 'nsds5ReplicaFlowControlPause', value = '9223372036854775807'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.22
topo = <lib389.topologies.TopologyMain object at 0x7f3c61005970>
attr = 'nsds5ReplicaProtocolTimeout', too_small = '-1'
too_big = '9223372036854775807'
overflow = '9999999999999999999999999999999999999999999999999999999999999999999'
notnum = 'invalid', valid = '6'

@pytest.mark.xfail(reason="Agreement validation current does not work.")
@pytest.mark.parametrize("attr, too_small, too_big, overflow, notnum, valid", agmt_attrs)
def test_agmt_num_modify(topo, attr, too_small, too_big, overflow, notnum, valid):
"""Test all the number values you can set for a replica config entry

:id: a8b47d4a-a089-4d70-8070-e6181209bf95
:parametrized: yes
:setup: standalone instance
:steps:
1. Replace a value that is too small
2. Replace a value that is too big
3. Replace a value that overflows the int
4. Replace a value with character value (not a number)
5. Replace a vlue with a valid value
:expectedresults:
1. Value is rejected
2. Value is rejected
3. Value is rejected
4. Value is rejected
5. Value is allowed
"""

agmt = agmt_setup(topo)

# Value too small
perform_invalid_modify(agmt, attr, too_small)
# Value too big
> perform_invalid_modify(agmt, attr, too_big)

suites/replication/replica_config_test.py:255:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

o = <lib389.agreement.Agreement object at 0x7f3c624cbcd0>
attr = 'nsds5ReplicaProtocolTimeout', value = '9223372036854775807'

def perform_invalid_modify(o, attr, value):
with pytest.raises(ldap.LDAPError) as ei:
> o.replace(attr, value)
E Failed: DID NOT RAISE <class 'ldap.LDAPError'>

suites/replication/replica_config_test.py:113: Failed
XFailed suites/replication/ruvstore_test.py::test_memoryruv_sync_with_databaseruv 3.46
topo = <lib389.topologies.TopologyMain object at 0x7f3c6135df10>

@pytest.mark.xfail(reason="No method to safety access DB ruv currently exists online.")
def test_memoryruv_sync_with_databaseruv(topo):
"""Check if memory ruv and database ruv are synced

:id: 5f38ac5f-6353-460d-bf60-49cafffda5b3
:setup: Replication with two suppliers.
:steps: 1. Add user to server and compare memory ruv and database ruv.
2. Modify description of user and compare memory ruv and database ruv.
3. Modrdn of user and compare memory ruv and database ruv.
4. Delete user and compare memory ruv and database ruv.
:expectedresults:
1. For add user, the memory ruv and database ruv should be the same.
2. For modify operation, the memory ruv and database ruv should be the same.
3. For modrdn operation, the memory ruv and database ruv should be the same.
4. For delete operation, the memory ruv and database ruv should be the same.
"""

log.info('Adding user: {} to supplier1'.format(TEST_ENTRY_NAME))
users = UserAccounts(topo.ms['supplier1'], DEFAULT_SUFFIX)
tuser = users.create(properties=USER_PROPERTIES)
> _compare_memoryruv_and_databaseruv(topo, 'add')

suites/replication/ruvstore_test.py:139:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topo = <lib389.topologies.TopologyMain object at 0x7f3c6135df10>
operation_type = 'add'

def _compare_memoryruv_and_databaseruv(topo, operation_type):
"""Compare the memoryruv and databaseruv for ldap operations"""

log.info('Checking memory ruv for ldap: {} operation'.format(operation_type))
replicas = Replicas(topo.ms['supplier1'])
replica = replicas.list()[0]
memory_ruv = replica.get_attr_val_utf8('nsds50ruv')

log.info('Checking database ruv for ldap: {} operation'.format(operation_type))
> entry = replicas.get_ruv_entry(DEFAULT_SUFFIX)
E AttributeError: 'Replicas' object has no attribute 'get_ruv_entry'

suites/replication/ruvstore_test.py:81: AttributeError
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:136 Adding user: rep2lusr to supplier1 INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:75 Checking memory ruv for ldap: add operation INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:80 Checking database ruv for ldap: add operation
XPassed suites/acl/syntax_test.py::test_aci_invalid_syntax_fail[test_Use_double_equal_instead_of_equal_in_the_targetattr] 0.10
No log output captured.
XPassed suites/acl/syntax_test.py::test_aci_invalid_syntax_fail[test_Use_double_equal_instead_of_equal_in_the_targetfilter] 0.08
No log output captured.
XPassed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.25
No log output captured.
XPassed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaBusyWaitTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.30
No log output captured.
XPassed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaSessionPauseTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.24
No log output captured.
XPassed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaFlowControlWindow--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.28
No log output captured.
XPassed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaFlowControlPause--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.25
No log output captured.
XPassed suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.26
No log output captured.
Skipped suites/config/regression_test.py::test_set_cachememsize_to_custom_value 0.00
('suites/config/regression_test.py', 34, 'Skipped: available memory is too low')
Skipped suites/ds_logs/ds_logs_test.py::test_etime_at_border_of_second 0.00
('suites/ds_logs/ds_logs_test.py', 736, 'Skipped: rsearch was removed')
Skipped suites/memory_leaks/MMR_double_free_test.py::test_MMR_double_free 0.00
('suites/memory_leaks/MMR_double_free_test.py', 67, "Skipped: Don't run if ASAN is not enabled")
Skipped suites/memory_leaks/range_search_test.py::test_range_search 0.00
('suites/memory_leaks/range_search_test.py', 24, "Skipped: Don't run if ASAN is not enabled")
Skipped suites/migration/export_data_test.py::test_export_data_from_source_host 0.00
('suites/migration/export_data_test.py', 24, 'Skipped: This test is meant to execute in specific test environment')
Skipped suites/migration/import_data_test.py::test_import_data_to_target_host 0.00
('suites/migration/import_data_test.py', 24, 'Skipped: This test is meant to execute in specific test environment')
Skipped suites/replication/changelog_test.py::test_cldump_files_removed 0.00
('suites/replication/changelog_test.py', 236, 'Skipped: does not work for prefix builds')
Skipped suites/replication/changelog_test.py::test_changelog_compactdbinterval 0.00
('suites/replication/changelog_test.py', 631, 'Skipped: changelog compaction is done by the backend itself, with id2entry as well, nsslapd-changelogcompactdb-interval is no longer supported')
Skipped suites/rewriters/adfilter_test.py::test_adfilter_objectSid 1.78
('suites/rewriters/adfilter_test.py', 90, 'Skipped: It is missing samba python bindings')
Skipped tickets/ticket47815_test.py::test_ticket47815 0.00
('tickets/ticket47815_test.py', 26, 'Skipped: Not implemented, or invalid by nsMemberOf')
Skipped tickets/ticket49121_test.py::test_ticket49121 0.00
('tickets/ticket49121_test.py', 32, "Skipped: Don't run if ASAN is not enabled")
Passed suites/acl/aci_excl_filter_test.py::test_aci_with_exclude_filter 9.62
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:96 Create an OU for them INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:98 Create an top org users INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:100 Add aci which contains extensible filter. INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:105 Add aci which contains extensible filter. INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:114 Adding OU entries ... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:117 Adding "ou" : OU0 under "dn" : dc=example,dc=com... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:47 Organisation OU0 created for ou :ou=OU0,dc=example,dc=com . INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:120 Adding outest under ou=OU0,dc=example,dc=com... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:47 Organisation outest created for ou :ou=outest,ou=OU0,dc=example,dc=com . INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:117 Adding "ou" : OU1 under "dn" : dc=example,dc=com... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:47 Organisation OU1 created for ou :ou=OU1,dc=example,dc=com . INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:120 Adding outest under ou=OU1,dc=example,dc=com... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:47 Organisation outest created for ou :ou=outest,ou=OU1,dc=example,dc=com . INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:128 Adding User: admin0 under ou=outest,ou=OU0,dc=example,dc=com... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:65 User created for dn :ou=admin0,ou=outest,ou=OU0,dc=example,dc=com . INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:128 Adding User: admin01 under ou=outest,ou=OU1,dc=example,dc=com... INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:65 User created for dn :ou=admin01,ou=outest,ou=OU1,dc=example,dc=com . INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:131 Bind as user admin01 INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:141 Verify 2 Entries returned for cn (cn=admin01) INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:145 Verified the entries do not contain 'telephonenumber' INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:145 Verified the entries do not contain 'telephonenumber' INFO tests.suites.acl.aci_excl_filter_test:aci_excl_filter_test.py:146 Test complete
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, REAL_EQ_ACI)] 9.39
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, REAL_PRES_ACI)] 0.53
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, REAL_SUB_ACI)] 0.87
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, ROLE_PRES_ACI)] 1.11
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, ROLE_SUB_ACI)] 0.43
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, COS_EQ_ACI)] 0.46
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, COS_PRES_ACI)] 1.14
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, COS_SUB_ACI)] 0.39
No log output captured.
Passed suites/acl/acivattr_test.py::test_positive[(ENG_USER, ENG_MANAGER, LDAPURL_ACI)] 0.52
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, REAL_EQ_ACI)] 0.45
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_OU, REAL_PRES_ACI)] 0.35
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, REAL_SUB_ACI)] 0.68
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, ROLE_EQ_ACI)] 0.37
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, ROLE_PRES_ACI)] 0.36
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, ROLE_SUB_ACI)] 0.63
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, COS_EQ_ACI)] 0.43
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, COS_PRES_ACI)] 0.36
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, SALES_MANAGER, COS_SUB_ACI)] 0.66
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(SALES_UESER, SALES_MANAGER, LDAPURL_ACI)] 0.37
No log output captured.
Passed suites/acl/acivattr_test.py::test_negative[(ENG_USER, ENG_MANAGER, ROLE_EQ_ACI)] 1.57
No log output captured.
Passed suites/acl/acl_deny_test.py::test_multi_deny_aci 22.90
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389:acl_deny_test.py:47 Add uid=tuser1,ou=People,dc=example,dc=com INFO lib389:acl_deny_test.py:58 Add uid=tuser,ou=People,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO lib389:acl_deny_test.py:90 Pass 1 INFO lib389:acl_deny_test.py:93 Testing two searches behave the same... INFO lib389:acl_deny_test.py:136 Testing search does not return any entries... INFO lib389:acl_deny_test.py:90 Pass 2 INFO lib389:acl_deny_test.py:93 Testing two searches behave the same... INFO lib389:acl_deny_test.py:136 Testing search does not return any entries... INFO lib389:acl_deny_test.py:200 Test PASSED
Passed suites/acl/acl_test.py::test_aci_attr_subtype_targetattr[lang-ja] 23.28
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c60a5f17-36c4-45e0-9acc-1e092aa740ed / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1774bbbd-8b40-4c02-bbbf-1415ae27d5ce / got description=c60a5f17-36c4-45e0-9acc-1e092aa740ed) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO tests.suites.acl.acl_test:acl_test.py:76 ========Executing test with 'lang-ja' subtype======== INFO tests.suites.acl.acl_test:acl_test.py:77 Add a target attribute INFO tests.suites.acl.acl_test:acl_test.py:80 Add a user attribute INFO tests.suites.acl.acl_test:acl_test.py:88 Add an ACI with attribute subtype
-------------------------------Captured log call--------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:118 Search for the added attribute INFO tests.suites.acl.acl_test:acl_test.py:125 The added attribute was found
-----------------------------Captured log teardown------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:92 Finally, delete an ACI with the 'lang-ja' subtype
Passed suites/acl/acl_test.py::test_aci_attr_subtype_targetattr[binary] 0.21
-------------------------------Captured log setup-------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:76 ========Executing test with 'binary' subtype======== INFO tests.suites.acl.acl_test:acl_test.py:77 Add a target attribute INFO tests.suites.acl.acl_test:acl_test.py:80 Add a user attribute INFO tests.suites.acl.acl_test:acl_test.py:88 Add an ACI with attribute subtype
-------------------------------Captured log call--------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:118 Search for the added attribute INFO tests.suites.acl.acl_test:acl_test.py:125 The added attribute was found
-----------------------------Captured log teardown------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:92 Finally, delete an ACI with the 'binary' subtype
Passed suites/acl/acl_test.py::test_aci_attr_subtype_targetattr[phonetic] 0.18
-------------------------------Captured log setup-------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:76 ========Executing test with 'phonetic' subtype======== INFO tests.suites.acl.acl_test:acl_test.py:77 Add a target attribute INFO tests.suites.acl.acl_test:acl_test.py:80 Add a user attribute INFO tests.suites.acl.acl_test:acl_test.py:88 Add an ACI with attribute subtype
-------------------------------Captured log call--------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:118 Search for the added attribute INFO tests.suites.acl.acl_test:acl_test.py:125 The added attribute was found
-----------------------------Captured log teardown------------------------------
INFO tests.suites.acl.acl_test:acl_test.py:92 Finally, delete an ACI with the 'phonetic' subtype
Passed suites/acl/acl_test.py::test_mode_default_add_deny 0.28
-------------------------------Captured log setup-------------------------------
INFO lib389:acl_test.py:233 ######## INITIALIZATION ######## INFO lib389:acl_test.py:236 Add uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:254 Add cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:258 Add cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:262 Add cn=excepts,cn=accounts,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:294 ######## mode moddn_aci : ADD (should fail) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:302 Try to add cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:311 Exception (expected): INSUFFICIENT_ACCESS
Passed suites/acl/acl_test.py::test_mode_default_delete_deny 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:329 ######## DELETE (should fail) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:336 Try to delete cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:341 Exception (expected): INSUFFICIENT_ACCESS
Passed suites/acl/acl_test.py::test_moddn_staging_prod[0-cn=staged user,dc=example,dc=com-cn=accounts,dc=example,dc=com-False] 0.26
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (0) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account0,cn=staged user,dc=example,dc=com -> uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account0,cn=staged user,dc=example,dc=com -> uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[1-cn=staged user,dc=example,dc=com-cn=accounts,dc=example,dc=com-False] 0.24
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (1) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account1,cn=staged user,dc=example,dc=com -> uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account1,cn=staged user,dc=example,dc=com -> uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[2-cn=staged user,dc=example,dc=com-cn=bad*,dc=example,dc=com-True] 0.23
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (2) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account2,cn=staged user,dc=example,dc=com -> uid=new_account2,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account2,cn=staged user,dc=example,dc=com -> uid=new_account2,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:409 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[3-cn=st*,dc=example,dc=com-cn=accounts,dc=example,dc=com-False] 0.22
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (3) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account3,cn=staged user,dc=example,dc=com -> uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account3,cn=staged user,dc=example,dc=com -> uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[4-cn=bad*,dc=example,dc=com-cn=accounts,dc=example,dc=com-True] 0.29
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (4) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account4,cn=staged user,dc=example,dc=com -> uid=new_account4,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account4,cn=staged user,dc=example,dc=com -> uid=new_account4,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:409 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[5-cn=st*,dc=example,dc=com-cn=ac*,dc=example,dc=com-False] 0.21
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (5) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account5,cn=staged user,dc=example,dc=com -> uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account5,cn=staged user,dc=example,dc=com -> uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[6-None-cn=ac*,dc=example,dc=com-False] 0.21
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (6) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account6,cn=staged user,dc=example,dc=com -> uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account6,cn=staged user,dc=example,dc=com -> uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[7-cn=st*,dc=example,dc=com-None-False] 0.21
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (7) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account7,cn=staged user,dc=example,dc=com -> uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account7,cn=staged user,dc=example,dc=com -> uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[8-None-None-False] 0.25
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:376 ######## MOVE staging -> Prod (8) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:388 Try to MODDN uid=new_account8,cn=staged user,dc=example,dc=com -> uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:395 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:399 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:406 Try to MODDN uid=new_account8,cn=staged user,dc=example,dc=com -> uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod_9 0.69
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:453 ######## MOVE staging -> Prod (9) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:466 Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:473 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:479 Disable the moddn right INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:484 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:492 Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:499 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:521 Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:532 Enable the moddn right INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:536 ######## MOVE staging -> Prod (10) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:548 Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:555 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:572 Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:579 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:588 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:594 Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_prod_staging 0.34
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:623 ######## MOVE staging -> Prod (11) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:636 Try to MODDN uid=new_account11,cn=staged user,dc=example,dc=com -> uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:643 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:647 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:653 Try to MODDN uid=new_account11,cn=staged user,dc=example,dc=com -> uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:668 Try to move back MODDN uid=new_account11,cn=accounts,dc=example,dc=com -> uid=new_account11,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:675 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_check_repl_M2_to_M1 1.09
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:705 Bind as cn=Directory Manager (M2) INFO lib389:acl_test.py:725 Update (M2) uid=new_account12,cn=staged user,dc=example,dc=com (description) INFO lib389:acl_test.py:738 Update uid=new_account12,cn=staged user,dc=example,dc=com (description) replicated on M1
Passed suites/acl/acl_test.py::test_moddn_staging_prod_except 0.24
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:763 ######## MOVE staging -> Prod (13) ######## INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:775 Try to MODDN uid=new_account13,cn=staged user,dc=example,dc=com -> uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:782 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:786 ######## MOVE to and from equality filter ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:160 Add a DENY aci under cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:793 Try to MODDN uid=new_account13,cn=staged user,dc=example,dc=com -> uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:799 ######## MOVE staging -> Prod/Except (14) ######## INFO lib389:acl_test.py:805 Try to MODDN uid=new_account14,cn=staged user,dc=example,dc=com -> uid=new_account14,cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:812 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:160 Add a DENY aci under cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_mode_default_ger_no_moddn 0.06
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:839 ######## mode moddn_aci : GER no moddn ######## INFO lib389:acl_test.py:850 dn: cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:850 dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:853 ######## entryLevelRights: b'v'
Passed suites/acl/acl_test.py::test_mode_default_ger_with_moddn 0.20
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:877 ######## mode moddn_aci: GER with moddn ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:895 dn: cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:895 dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:898 ######## entryLevelRights: b'vn' INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_mode_legacy_ger_no_moddn1 0.09
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:928 ######## Disable the moddn aci mod ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:932 ######## mode legacy 1: GER no moddn ######## INFO lib389:acl_test.py:942 dn: cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:942 dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:945 ######## entryLevelRights: b'v'
Passed suites/acl/acl_test.py::test_mode_legacy_ger_no_moddn2 0.22
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:971 ######## Disable the moddn aci mod ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:975 ######## mode legacy 2: GER no moddn ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:992 dn: cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:992 dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:995 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_mode_legacy_ger_with_moddn 0.16
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:1031 ######## Disable the moddn aci mod ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:1035 ######## mode legacy : GER with moddn ######## INFO lib389:acl_test.py:133 Bind as cn=Directory Manager INFO lib389:acl_test.py:139 Bind as uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1057 dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1060 ######## entryLevelRights: b'vn' INFO lib389:acl_test.py:133 Bind as cn=Directory Manager
Passed suites/acl/acl_test.py::test_rdn_write_get_ger 0.13
-------------------------------Captured log setup-------------------------------
INFO lib389:acl_test.py:1071 ######## Add entry tuser ########
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:1097 ######## GER rights for anonymous ######## INFO lib389:acl_test.py:1107 dn: dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: ou=groups,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: ou=people,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: ou=services,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=demo_user,ou=people,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=demo_group,ou=groups,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=group_admin,ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=group_modify,ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=user_admin,ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=user_modify,ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=user_passwd_reset,ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=user_private_read,ou=permissions,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=replication_managers,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702,ou=services,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=bind_entry,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=excepts,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account2,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account4,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account12,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account14,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account15,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account16,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account17,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account18,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: uid=new_account19,cn=staged user,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v' INFO lib389:acl_test.py:1107 dn: cn=tuser,dc=example,dc=com INFO lib389:acl_test.py:1109 ######## entryLevelRights: b'v'
Passed suites/acl/acl_test.py::test_rdn_write_modrdn_anonymous 4.40
-------------------------------Captured log call--------------------------------
INFO lib389:acl_test.py:1136 dn: INFO lib389:acl_test.py:1138 ######## 'objectClass': [b'top'] INFO lib389:acl_test.py:1138 ######## 'defaultnamingcontext': [b'dc=example,dc=com'] INFO lib389:acl_test.py:1138 ######## 'dataversion': [b'020210424011941'] INFO lib389:acl_test.py:1138 ######## 'netscapemdsuffix': [b'cn=ldap://dc=localhost,dc=localdomain:39001'] INFO lib389:acl_test.py:1143 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:acl_test.py:1150 The entry was not renamed (expected) INFO lib389:acl_test.py:133 Bind as cn=Directory Manager
Passed suites/acl/default_aci_allows_self_write_test.py::test_acl_default_allow_self_write_nsuser 19.53
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/default_aci_allows_self_write_test.py::test_acl_default_allow_self_write_user 10.18
------------------------------Captured stdout call------------------------------
uid cn sn uidNumber gidNumber homeDirectory
Passed suites/acl/deladd_test.py::test_allow_delete_access_to_groupdn 9.32
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/deladd_test.py::test_allow_add_access_to_anyone 0.24
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_to_anyone 0.23
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_not_to_userdn 0.27
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_not_to_group 0.34
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_add_access_to_parent 0.23
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_to_parent 0.23
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_to_dynamic_group 0.25
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_to_dynamic_group_uid 0.22
No log output captured.
Passed suites/acl/deladd_test.py::test_allow_delete_access_not_to_dynamic_group 1.69
No log output captured.
Passed suites/acl/enhanced_aci_modrnd_test.py::test_enhanced_aci_modrnd 10.68
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:32 Add a container: ou=test_ou_1,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:38 Add a container: ou=test_ou_2,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:44 Add a user: cn=test_user,ou=test_ou_1,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:58 Add an ACI 'allow (all)' by cn=test_user,ou=test_ou_1,dc=example,dc=com to the ou=test_ou_1,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:62 Add an ACI 'allow (all)' by cn=test_user,ou=test_ou_1,dc=example,dc=com to the ou=test_ou_2,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:93 Bind as cn=test_user,ou=test_ou_1,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:97 User MODRDN operation from ou=test_ou_1,dc=example,dc=com to ou=test_ou_2,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:103 Check there is no user in ou=test_ou_1,dc=example,dc=com INFO tests.suites.acl.enhanced_aci_modrnd_test:enhanced_aci_modrnd_test.py:109 Check there is our user in ou=test_ou_2,dc=example,dc=com
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_five 9.37
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_six 0.12
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_seven 0.10
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_eight 0.09
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_nine 0.09
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_ten 0.11
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_eleven 0.11
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_twelve 0.11
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_fourteen 0.15
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_fifteen 0.13
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_sixteen 0.10
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_seventeen 0.10
No log output captured.
Passed suites/acl/globalgroup_part2_test.py::test_undefined_in_group_eval_eighteen 2.48
No log output captured.
Passed suites/acl/globalgroup_test.py::test_caching_changes 10.93
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/globalgroup_test.py::test_deny_group_member_all_rights_to_user 0.15
No log output captured.
Passed suites/acl/globalgroup_test.py::test_deny_group_member_all_rights_to_group_members 0.10
No log output captured.
Passed suites/acl/globalgroup_test.py::test_deeply_nested_groups_aci_denial 0.14
No log output captured.
Passed suites/acl/globalgroup_test.py::test_deeply_nested_groups_aci_denial_two 0.10
No log output captured.
Passed suites/acl/globalgroup_test.py::test_deeply_nested_groups_aci_allow 0.09
No log output captured.
Passed suites/acl/globalgroup_test.py::test_deeply_nested_groups_aci_allow_two 0.09
No log output captured.
Passed suites/acl/globalgroup_test.py::test_undefined_in_group_eval 0.10
No log output captured.
Passed suites/acl/globalgroup_test.py::test_undefined_in_group_eval_two 0.10
No log output captured.
Passed suites/acl/globalgroup_test.py::test_undefined_in_group_eval_three 0.08
No log output captured.
Passed suites/acl/globalgroup_test.py::test_undefined_in_group_eval_four 1.20
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_access_from_certain_network_only_ip 13.70
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/keywords_part2_test.py::test_connectin_from_an_unauthorized_network 0.31
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_ip_keyword_test_noip_cannot 0.19
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_user_can_access_the_data_at_any_time 0.41
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_user_can_access_the_data_only_in_the_morning 0.18
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_user_can_access_the_data_only_in_the_afternoon 0.17
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_timeofday_keyword 1.22
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_dayofweek_keyword_test_everyday_can_access 0.18
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_dayofweek_keyword_today_can_access 0.17
No log output captured.
Passed suites/acl/keywords_part2_test.py::test_user_cannot_access_the_data_at_all 1.73
No log output captured.
Passed suites/acl/keywords_test.py::test_user_binds_with_a_password_and_can_access_the_data 9.56
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/keywords_test.py::test_user_binds_with_a_bad_password_and_cannot_access_the_data 0.08
No log output captured.
Passed suites/acl/keywords_test.py::test_anonymous_user_cannot_access_the_data 0.10
No log output captured.
Passed suites/acl/keywords_test.py::test_authenticated_but_has_no_rigth_on_the_data 0.12
No log output captured.
Passed suites/acl/keywords_test.py::test_the_bind_client_is_accessing_the_directory 0.08
No log output captured.
Passed suites/acl/keywords_test.py::test_users_binds_with_a_password_and_can_access_the_data 0.08
No log output captured.
Passed suites/acl/keywords_test.py::test_user_binds_without_any_password_and_cannot_access_the_data 0.35
No log output captured.
Passed suites/acl/keywords_test.py::test_user_cannot_access_the_data_if_not_from_a_certain_domain 0.12
No log output captured.
Passed suites/acl/keywords_test.py::test_dnsalias_keyword_test_nodns_cannot 0.40
No log output captured.
Passed suites/acl/keywords_test.py::test_user_can_access_from_ipv4_or_ipv6_address[127.0.0.1] 0.11
No log output captured.
Passed suites/acl/keywords_test.py::test_user_can_access_from_ipv4_or_ipv6_address[[::1]] 2.03
No log output captured.
Passed suites/acl/misc_test.py::test_accept_aci_in_addition_to_acl 9.13
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/misc_test.py::test_more_then_40_acl_will_crash_slapd 0.33
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_search_access_should_not_include_read_access 0.10
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_only_allow_some_targetattr 0.17
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_only_allow_some_targetattr_two 0.44
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_memberurl_needs_to_be_normalized 0.24
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_greater_than_200_acls_can_be_created 4.16
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_server_bahaves_properly_with_very_long_attribute_names 0.17
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_do_bind_as_201_distinct_users 25.63
-------------------------------Captured log setup-------------------------------
INFO lib389:misc_test.py:76 Exception (expected): ALREADY_EXISTS
Passed suites/acl/misc_test.py::test_info_disclosure 2.74
No log output captured.
Passed suites/acl/modify_test.py::test_allow_write_access_to_targetattr_with_a_single_attribute 9.02
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/modify_test.py::test_allow_write_access_to_targetattr_with_multiple_attibutes 0.46
No log output captured.
Passed suites/acl/modify_test.py::test_allow_write_access_to_userdn_all 0.60
No log output captured.
Passed suites/acl/modify_test.py::test_allow_write_access_to_userdn_with_wildcards_in_dn 0.21
No log output captured.
Passed suites/acl/modify_test.py::test_allow_write_access_to_userdn_with_multiple_dns 0.33
No log output captured.
Passed suites/acl/modify_test.py::test_allow_write_access_to_target_with_wildcards 0.31
No log output captured.
Passed suites/acl/modify_test.py::test_allow_write_access_to_userdnattr 0.76
No log output captured.
Passed suites/acl/modify_test.py::test_allow_selfwrite_access_to_anyone 0.51
No log output captured.
Passed suites/acl/modify_test.py::test_uniquemember_should_also_be_the_owner 0.30
No log output captured.
Passed suites/acl/modify_test.py::test_aci_with_both_allow_and_deny 0.50
No log output captured.
Passed suites/acl/modify_test.py::test_allow_owner_to_modify_entry 2.71
No log output captured.
Passed suites/acl/modrdn_test.py::test_allow_write_privilege_to_anyone 9.95
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/modrdn_test.py::test_allow_write_privilege_to_dynamic_group_with_scope_set_to_base_in_ldap_url 0.32
No log output captured.
Passed suites/acl/modrdn_test.py::test_write_access_to_naming_atributes 0.24
No log output captured.
Passed suites/acl/modrdn_test.py::test_write_access_to_naming_atributes_two 0.29
No log output captured.
Passed suites/acl/modrdn_test.py::test_access_aci_list_contains_any_deny_rule 0.54
No log output captured.
Passed suites/acl/modrdn_test.py::test_renaming_target_entry 1.93
No log output captured.
Passed suites/acl/repeated_ldap_add_test.py::test_repeated_ldap_add 43.40
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stdout call------------------------------
Entry uid=buser123,ou=BOU,dc=example,dc=com is locked
-------------------------------Captured log call--------------------------------
INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:184 Testing Bug 1347760 - Information disclosure via repeated use of LDAP ADD operation, etc. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:186 Disabling accesslog logbuffering INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:189 Bind as {cn=Directory Manager,password} INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:192 Adding ou=BOU a bind user belongs to. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:197 Adding a bind user. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:204 Adding a test user. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:211 Deleting aci in dc=example,dc=com. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:214 While binding as DM, acquire an access log path and instance dir INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:220 Bind case 1. the bind user has no rights to read the entry itself, bind should be successful. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:221 Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} who has no access rights. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:229 Access log path: /var/log/dirsrv/slapd-standalone1/access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:231 Bind case 2-1. the bind user does not exist, bind should fail with error INVALID_CREDENTIALS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:233 Bind as {uid=bogus,dc=example,dc=com,bogus} who does not exist. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:237 Exception (expected): INVALID_CREDENTIALS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:238 Desc Invalid credentials INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:246 Cause found - [23/Apr/2021:21:23:25.058418087 -0400] conn=1 op=11 RESULT err=49 tag=97 nentries=0 wtime=0.000195826 optime=0.002854527 etime=0.003049201 - No such entry INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:249 Bind case 2-2. the bind user's suffix does not exist, bind should fail with error INVALID_CREDENTIALS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:251 Bind as {uid=bogus,ou=people,dc=bogus,bogus} who does not exist. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:260 Cause found - [23/Apr/2021:21:23:26.066211530 -0400] conn=1 op=12 RESULT err=49 tag=97 nentries=0 wtime=0.000172952 optime=0.003232083 etime=0.003399875 - No suffix for bind dn found INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:263 Bind case 2-3. the bind user's password is wrong, bind should fail with error INVALID_CREDENTIALS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:265 Bind as {uid=buser123,ou=BOU,dc=example,dc=com,bogus} who does not exist. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:269 Exception (expected): INVALID_CREDENTIALS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:270 Desc Invalid credentials INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:278 Cause found - [23/Apr/2021:21:23:27.098459348 -0400] conn=1 op=13 RESULT err=49 tag=97 nentries=0 wtime=0.000242989 optime=0.027780166 etime=0.028017867 - Invalid credentials INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:281 Adding aci for uid=buser123,ou=BOU,dc=example,dc=com to ou=BOU,dc=example,dc=com. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:283 aci: (targetattr="*")(version 3.0; acl "buser123"; allow(all) userdn = "ldap:///uid=buser123,ou=BOU,dc=example,dc=com";) INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:284 Bind as {cn=Directory Manager,password} INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:289 Bind case 3. the bind user has the right to read the entry itself, bind should be successful. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:290 Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} which should be ok. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:293 The following operations are against the subtree the bind user uid=buser123,ou=BOU,dc=example,dc=com has no rights. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:297 Search case 1. the bind user has no rights to read the search entry, it should return no search results with <class 'ldap.SUCCESS'> INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Searching existing entry uid=tuser0,ou=people,dc=example,dc=com, which should be ok. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:141 Search should return none INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:303 Search case 2-1. the search entry does not exist, the search should return no search results with SUCCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Searching non-existing entry uid=bogus,dc=example,dc=com, which should be ok. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:141 Search should return none INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:309 Search case 2-2. the search entry does not exist, the search should return no search results with SUCCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Searching non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should be ok. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:141 Search should return none INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:316 Add case 1. the bind user has no rights AND the adding entry exists, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Adding existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:322 Add case 2-1. the bind user has no rights AND the adding entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Adding non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:328 Add case 2-2. the bind user has no rights AND the adding entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Adding non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:335 Modify case 1. the bind user has no rights AND the modifying entry exists, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Modifying existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:341 Modify case 2-1. the bind user has no rights AND the modifying entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Modifying non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:347 Modify case 2-2. the bind user has no rights AND the modifying entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Modifying non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:354 Modrdn case 1. the bind user has no rights AND the renaming entry exists, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Renaming existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:360 Modrdn case 2-1. the bind user has no rights AND the renaming entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Renaming non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:366 Modrdn case 2-2. the bind user has no rights AND the renaming entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Renaming non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:372 Modrdn case 3. the bind user has no rights AND the node moving an entry to exists, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Moving to existing superior ou=groups,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:378 Modrdn case 4-1. the bind user has no rights AND the node moving an entry to does not, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:384 Modrdn case 4-2. the bind user has no rights AND the node moving an entry to does not, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:391 Delete case 1. the bind user has no rights AND the deleting entry exists, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Deleting existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:397 Delete case 2-1. the bind user has no rights AND the deleting entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Deleting non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:403 Delete case 2-2. the bind user has no rights AND the deleting entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Deleting non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): INSUFFICIENT_ACCESS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Insufficient access INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:407 EXTRA: Check no regressions INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:408 Adding aci for uid=buser123,ou=BOU,dc=example,dc=com to dc=example,dc=com. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:410 Bind as {cn=Directory Manager,password} INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:415 Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123}. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:425 Search case. the search entry does not exist, the search should fail with NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Searching non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc No such object INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:431 Add case. the adding entry already exists, it should fail with ALREADY_EXISTS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Adding existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with ALREADY_EXISTS. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): ALREADY_EXISTS INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc Already exists INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:436 Modify case. the modifying entry does not exist, it should fail with NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Modifying non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc No such object INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:441 Modrdn case 1. the renaming entry does not exist, it should fail with NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Renaming non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc No such object INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:446 Modrdn case 2. the node moving an entry to does not, it should fail with NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc No such object INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:451 Delete case. the deleting entry does not exist, it should fail with NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:108 Deleting non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:131 Exception (expected): NO_SUCH_OBJECT INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:132 Desc No such object INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:148 PASSED INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:454 Inactivate uid=buser123,ou=BOU,dc=example,dc=com INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:461 ['/usr/sbin/dsidm', 'standalone1', '-b', 'dc=example,dc=com', 'account', 'lock', 'uid=buser123,ou=BOU,dc=example,dc=com'] INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:465 Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} which should fail with UNWILLING_TO_PERFORM. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:469 Exception (expected): UNWILLING_TO_PERFORM INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:470 Desc Server is unwilling to perform INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:473 Bind as {uid=buser123,ou=BOU,dc=example,dc=com,bogus} which should fail with UNWILLING_TO_PERFORM. INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:477 Exception (expected): UNWILLING_TO_PERFORM INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:478 Desc Server is unwilling to perform INFO tests.suites.acl.repeated_ldap_add_test:repeated_ldap_add_test.py:481 SUCCESS
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(STEVE_ROLE, NESTED_ROLE_TESTER)] 9.42
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(HARRY_ROLE, NESTED_ROLE_TESTER)] 0.12
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(MARY_ROLE, NOT_RULE_ACCESS)] 0.12
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(STEVE_ROLE, OR_RULE_ACCESS)] 0.13
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(HARRY_ROLE, OR_RULE_ACCESS)] 0.11
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(STEVE_ROLE, ALL_ACCESS)] 0.10
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(HARRY_ROLE, ALL_ACCESS)] 0.12
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_positive[(MARY_ROLE, ALL_ACCESS)] 0.11
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_negative[(MARY_ROLE, NESTED_ROLE_TESTER)] 0.10
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_negative[(STEVE_ROLE, NOT_RULE_ACCESS)] 0.12
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_negative[(HARRY_ROLE, NOT_RULE_ACCESS)] 0.14
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_seealso_negative[(MARY_ROLE , OR_RULE_ACCESS)] 0.11
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_anonseealso_positive[NOT_RULE_ACCESS] 0.10
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_anonseealso_positive[ALL_ACCESS] 0.09
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_anonseealso_negaive[NESTED_ROLE_TESTER] 0.11
No log output captured.
Passed suites/acl/roledn_test.py::test_mod_anonseealso_negaive[OR_RULE_ACCESS] 2.30
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with__target_set_on_non_leaf 9.36
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with__target_set_on_wildcard_non_leaf 0.53
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with__target_set_on_wildcard_leaf 0.58
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_targetfilter_using_equality_search 0.36
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_targetfilter_using_equality_search_two 0.63
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_targetfilter_using_substring_search 0.36
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_targetfilter_using_substring_search_two 1.73
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_targetfilter_using_boolean_or_of_two_equality_search 0.81
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_to__userdn_two 0.55
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_userdn 0.59
No log output captured.
Passed suites/acl/search_real_part2_test.py::test_deny_all_access_with_targetfilter_using_presence_search 2.72
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_search_access_to_userdn_with_ldap_url 9.79
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/search_real_part3_test.py::test_deny_search_access_to_userdn_with_ldap_url_two 0.45
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_search_access_to_userdn_with_ldap_url_matching_all_users 0.66
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_read_access_to_a_dynamic_group 0.58
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_read_access_to_dynamic_group_with_host_port_set_on_ldap_url 0.38
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_read_access_to_dynamic_group_with_scope_set_to_one_in_ldap_url 0.41
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_read_access_to_dynamic_group_two 0.58
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_deny_access_to_group_should_deny_access_to_all_uniquemember 0.62
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_entry_with_lots_100_attributes 8.32
No log output captured.
Passed suites/acl/search_real_part3_test.py::test_groupdnattr_value_is_another_group 1.44
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_all_access_with_target_set 9.51
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/search_real_test.py::test_deny_all_access_to_a_target_with_wild_card 0.28
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_all_access_without_a_target_set 1.16
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_read_search_and_compare_access_with_target_and_targetattr_set 0.97
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_read_access_to_multiple_groupdns 1.12
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_all_access_to_userdnattr 0.30
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_all_access_with__target_set 0.61
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_all_access_with__targetattr_set 1.23
No log output captured.
Passed suites/acl/search_real_test.py::test_deny_all_access_with_targetattr_set 2.91
No log output captured.
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_add 9.77
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389:selfdn_permissions_test.py:58 Add OCticket47653 that allows 'member' attribute INFO lib389:selfdn_permissions_test.py:63 Add cn=bind_entry, dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO lib389:selfdn_permissions_test.py:106 ######################### ADD ###################### INFO lib389:selfdn_permissions_test.py:109 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:139 Try to add Add cn=test_entry, dc=example,dc=com (aci is missing): dn: cn=test_entry, dc=example,dc=com cn: test_entry member: cn=bind_entry, dc=example,dc=com objectclass: top objectclass: person objectclass: OCticket47653 postalAddress: here postalCode: 1234 sn: test_entry INFO lib389:selfdn_permissions_test.py:143 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:selfdn_permissions_test.py:147 Bind as cn=Directory Manager and add the ADD SELFDN aci INFO lib389:selfdn_permissions_test.py:159 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:164 Try to add Add cn=test_entry, dc=example,dc=com (member is missing) INFO lib389:selfdn_permissions_test.py:172 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:selfdn_permissions_test.py:178 Try to add Add cn=test_entry, dc=example,dc=com (with several member values) INFO lib389:selfdn_permissions_test.py:181 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:selfdn_permissions_test.py:184 Try to add Add cn=test_entry, dc=example,dc=com should be successful
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_search 0.34
-------------------------------Captured log call--------------------------------
INFO lib389:selfdn_permissions_test.py:205 ######################### SEARCH ###################### INFO lib389:selfdn_permissions_test.py:207 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:211 Try to search cn=test_entry, dc=example,dc=com (aci is missing) INFO lib389:selfdn_permissions_test.py:216 Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO lib389:selfdn_permissions_test.py:229 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:233 Try to search cn=test_entry, dc=example,dc=com should be successful
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_modify 0.52
-------------------------------Captured log call--------------------------------
INFO lib389:selfdn_permissions_test.py:256 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:259 ######################### MODIFY ###################### INFO lib389:selfdn_permissions_test.py:263 Try to modify cn=test_entry, dc=example,dc=com (aci is missing) INFO lib389:selfdn_permissions_test.py:267 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:selfdn_permissions_test.py:271 Bind as cn=Directory Manager and add the WRITE SELFDN aci INFO lib389:selfdn_permissions_test.py:284 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:288 Try to modify cn=test_entry, dc=example,dc=com. It should succeeds
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_delete 2.74
-------------------------------Captured log call--------------------------------
INFO lib389:selfdn_permissions_test.py:314 ######################### DELETE ###################### INFO lib389:selfdn_permissions_test.py:317 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:322 Try to delete cn=test_entry, dc=example,dc=com (aci is missing) INFO lib389:selfdn_permissions_test.py:325 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:selfdn_permissions_test.py:329 Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO lib389:selfdn_permissions_test.py:341 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:selfdn_permissions_test.py:345 Try to delete cn=test_entry, dc=example,dc=com should be successful
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_1] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_2] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_3] 0.25
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_4] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_5] 0.24
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_6] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_7] 0.24
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_8] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_9] 0.10
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_10] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_11] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_12] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_13] 0.10
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_14] 0.26
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_15] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_16] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_17] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_19] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_21] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_22] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_targattrfilters_23] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Missing_acl_mispel] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Missing_acl_string] 0.15
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Wrong_version_string] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Missing_version_string] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Authenticate_statement] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Multiple_targets] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Target_set_to_self] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_target_set_with_ldap_instead_of_ldap] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_target_set_with_more_than_three] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_target_set_with_less_than_three] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_bind_rule_set_with_less_than_three] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Use_semicolon_instead_of_comma_in_permission] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Use_double_equal_instead_of_equal_in_the_target] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_use_double_equal_instead_of_equal_in_user_and_group_access] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_donot_cote_the_name_of_the_aci] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_extra_parentheses_case_1] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_extra_parentheses_case_2] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_extra_parentheses_case_3] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_no_semicolon_at_the_end_of_the_aci] 0.07
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_a_character_different_of_a_semicolon_at_the_end_of_the_aci] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_bad_filter] 0.09
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Use_double_equal_instead_of_equal_in_the_targattrfilters] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_aci_invalid_syntax[test_Use_double_equal_instead_of_equal_inside_the_targattrfilters] 0.08
No log output captured.
Passed suites/acl/syntax_test.py::test_target_set_above_the_entry_test 2.01
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(CAN,ROLEDNACCESS)] 9.20
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(CAN,USERDNACCESS)] 0.06
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(CAN,GROUPDNACCESS)] 0.06
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(CAN,LDAPURLACCESS)] 0.07
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(CAN,ATTRNAMEACCESS)] 0.06
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_0, OU_2)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_1,ANCESTORS)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_2,GRANDPARENTS)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_4,OU_2)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_4, ANCESTORS)] 0.07
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_4,GRANDPARENTS)] 0.07
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_4,PARENTS)] 0.08
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_positive[(LEVEL_4,CHILDREN)] 0.08
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(CANNOT,ROLEDNACCESS)] 0.11
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(CANNOT,USERDNACCESS)] 0.11
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(CANNOT,GROUPDNACCESS)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(CANNOT,LDAPURLACCESS)] 0.08
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(CANNOT,ATTRNAMEACCESS)] 0.08
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(LEVEL_0, ANCESTORS)] 0.10
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(LEVEL_0,GRANDPARENTS)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(LEVEL_0,PARENTS)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(LEVEL_0,CHILDREN)] 0.09
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(LEVEL_2,PARENTS)] 0.11
No log output captured.
Passed suites/acl/userattr_test.py::test_mod_see_also_negative[(LEVEL_4,GRANDSONS)] 0.11
No log output captured.
Passed suites/acl/userattr_test.py::test_last_three[uid=Ananda Borah,ou=Accounting,dc=example,dc=com-uid=USERDNACCESS,ou=Accounting,dc=example,dc=com] 0.11
No log output captured.
Passed suites/acl/userattr_test.py::test_last_three[uid=Ananda Borah,ou=Accounting,dc=example,dc=com-uid=ROLEDNACCESS,ou=Accounting,dc=example,dc=com] 0.08
No log output captured.
Passed suites/acl/userattr_test.py::test_last_three[uid=Ananda Borah,ou=Accounting,dc=example,dc=com-uid=GROUPDNACCESS,ou=Accounting,dc=example,dc=com] 1.29
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_we_can_search_as_expected 9.31
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/valueacl_part2_test.py::test_we_can_mod_title_as_expected 0.34
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_modify_with_multiple_filters 0.59
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_denied_by_multiple_filters 0.75
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_allowed_add_one_attribute 0.44
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_cannot_add_an_entry_with_attribute_values_we_are_not_allowed_add 0.37
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_on_modrdn 0.35
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_on_modrdn_allow 0.32
No log output captured.
Passed suites/acl/valueacl_part2_test.py::test_targattrfilters_keyword 0.71
No log output captured.
Passed suites/acl/valueacl_test.py::test_delete_an_attribute_value_we_are_not_allowed_to_delete 9.20
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/acl/valueacl_test.py::test_donot_allow_write_access_to_title_if_value_is_not_architect 0.37
No log output captured.
Passed suites/acl/valueacl_test.py::test_delete_an_attribute_value_we_are_allowed_to_delete 0.58
No log output captured.
Passed suites/acl/valueacl_test.py::test_delete_an_attribute_value_we_are_not_allowed_to_deleted 0.61
No log output captured.
Passed suites/acl/valueacl_test.py::test_allow_modify_replace 0.34
No log output captured.
Passed suites/acl/valueacl_test.py::test_allow_modify_delete 0.64
No log output captured.
Passed suites/acl/valueacl_test.py::test_replace_an_attribute_if_we_lack 0.40
No log output captured.
Passed suites/acl/valueacl_test.py::test_remove_an_attribute_if_we_have_del_rights_to_all_attr_value 0.34
No log output captured.
Passed suites/acl/valueacl_test.py::test_remove_an_attribute_if_we_donot_have_del_rights_to_all_attr_value 0.46
No log output captured.
Passed suites/acl/valueacl_test.py::test_remove_an_attribute_if_we_have_del_rights_to_all_attr_values 0.54
No log output captured.
Passed suites/acl/valueacl_test.py::test_cantnot_delete_an_entry_with_attribute_values_we_are_not_allowed_delete 0.33
No log output captured.
Passed suites/acl/valueacl_test.py::test_we_can_add_and_delete_an_entry_with_attribute_values_we_are_allowed_add_and_delete 0.49
No log output captured.
Passed suites/acl/valueacl_test.py::test_allow_title 0.38
No log output captured.
Passed suites/acl/valueacl_test.py::test_allow_to_modify 0.57
No log output captured.
Passed suites/acl/valueacl_test.py::test_selfwrite_does_not_confer_write_on_a_targattrfilters_atribute 0.35
No log output captured.
Passed suites/acl/valueacl_test.py::test_selfwrite_continues_to_give_rights_to_attr_in_targetattr_list 0.59
No log output captured.
Passed suites/acl/valueacl_test.py::test_add_an_attribute_value_we_are_allowed_to_add_with_ldapanyone 0.47
No log output captured.
Passed suites/acl/valueacl_test.py::test_hierarchy 0.62
No log output captured.
Passed suites/acl/valueacl_test.py::test_targattrfilters_and_search_permissions_and_that_ldapmodify_works_as_expected 0.39
No log output captured.
Passed suites/acl/valueacl_test.py::test_targattrfilters_and_search_permissions_and_that_ldapmodify_works_as_expected_two 2.99
No log output captured.
Passed suites/attr_encryption/attr_encryption_test.py::test_basic 23.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:35 Enable TLS for attribute encryption INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:38 Enables attribute encryption INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:42 Enables attribute encryption for employeeNumber and telephoneNumber INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:46 Add a test user with encrypted attributes
-------------------------------Captured log call--------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:81 Restart the server INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:87 Extracting values of cn from the list of objects in encrypt_attrs INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:88 And appending the cn values in a list INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:93 Check employeenumber encryption is enabled INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:96 Check telephoneNumber encryption is enabled INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:99 Check that encrypted attribute is present for user i.e. telephoneNumber
Passed suites/attr_encryption/attr_encryption_test.py::test_export_import_ciphertext 12.61
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export_ciphertext.ldif
-------------------------------Captured log call--------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:127 Export data as ciphertext INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:138 Check that the attribute is present in the exported file INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:139 Check that the encrypted value of attribute is not present in the exported file INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:145 Delete the test user entry with encrypted data INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:148 Import data as ciphertext, which was exported previously INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:159 Check that the data with encrypted attribute is imported properly
Passed suites/attr_encryption/attr_encryption_test.py::test_export_import_plaintext 14.94
------------------------------Captured stderr call------------------------------
[23/Apr/2021:21:27:07.478648929 -0400] - WARN - Security Initialization - /tmp is not a private namespace. pem files not exported there [23/Apr/2021:21:27:07.492186055 -0400] - INFO - slapd_extract_cert - CA CERT NAME: Self-Signed-CA [23/Apr/2021:21:27:07.494758625 -0400] - ERR - slapd_extract_cert - Unable to open "/tmp/slapd-standalone1/Self-Signed-CA.pem" for writing (-5950, 2). [23/Apr/2021:21:27:07.496914462 -0400] - WARN - Security Initialization - SSL alert: Sending pin request to SVRCore. You may need to run systemd-tty-ask-password-agent to provide the password if pin.txt does not exist. [23/Apr/2021:21:27:07.684856632 -0400] - INFO - slapd_extract_cert - SERVER CERT NAME: Server-Cert [23/Apr/2021:21:27:07.712394094 -0400] - WARN - Security Initialization - /tmp is not a private namespace. pem files not exported there [23/Apr/2021:21:27:07.715264020 -0400] - WARN - Security Initialization - /tmp is not a private namespace. pem files not exported there ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export_plaintext.ldif [23/Apr/2021:21:27:14.440642242 -0400] - WARN - Security Initialization - /tmp is not a private namespace. pem files not exported there [23/Apr/2021:21:27:14.455540916 -0400] - INFO - slapd_extract_cert - CA CERT NAME: Self-Signed-CA [23/Apr/2021:21:27:14.458492096 -0400] - ERR - slapd_extract_cert - Unable to open "/tmp/slapd-standalone1/Self-Signed-CA.pem" for writing (-5950, 2). [23/Apr/2021:21:27:14.462018467 -0400] - WARN - Security Initialization - SSL alert: Sending pin request to SVRCore. You may need to run systemd-tty-ask-password-agent to provide the password if pin.txt does not exist. [23/Apr/2021:21:27:14.647714049 -0400] - INFO - slapd_extract_cert - SERVER CERT NAME: Server-Cert [23/Apr/2021:21:27:14.650466553 -0400] - WARN - Security Initialization - /tmp is not a private namespace. pem files not exported there [23/Apr/2021:21:27:14.653125580 -0400] - WARN - Security Initialization - /tmp is not a private namespace. pem files not exported there
-------------------------------Captured log call--------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:189 Export data as plain text INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:200 Check that the attribute is present in the exported file INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:201 Check that the plain text value of the encrypted attribute is present in the exported file INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:205 Delete the test user entry with encrypted data INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:208 Import data as plain text, which was exported previously INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:219 Check that the attribute is imported properly
Passed suites/attr_encryption/attr_encryption_test.py::test_attr_encryption_unindexed 5.64
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/emp_num_ciphertext.ldif
-------------------------------Captured log call--------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:242 Export data as cipher text INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:253 Check that the attribute is present in the exported file INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:254 Check that the encrypted value of attribute is not present in the exported file
Passed suites/attr_encryption/attr_encryption_test.py::test_attr_encryption_multiple_backends 9.72
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export_db1.ldif ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export_db2.ldif
-------------------------------Captured log call--------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:287 Add two test backends INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:307 Enables attribute encryption for telephoneNumber in test_backend1 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:312 Enables attribute encryption for employeeNumber in test_backend2 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:317 Add a test user with encrypted attributes in both backends INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:326 Export data as ciphertext from both backends INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:343 Check that the attribute is present in the exported file in db1 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:344 Check that the encrypted value of attribute is not present in the exported file in db1 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:350 Check that the attribute is present in the exported file in db2 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:351 Check that the encrypted value of attribute is not present in the exported file in db2 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:357 Delete test backends
Passed suites/attr_encryption/attr_encryption_test.py::test_attr_encryption_backends 10.37
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export_db1.ldif ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export_db2.ldif
-------------------------------Captured log call--------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:386 Add two test backends INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:405 Enables attribute encryption for telephoneNumber in test_backend1 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:410 Add a test user with telephoneNumber in both backends INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:419 Export data as ciphertext from both backends INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:436 Check that the attribute is present in the exported file in db1 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:437 Check that the encrypted value of attribute is not present in the exported file in db1 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:443 Check that the attribute is present in the exported file in db2 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:444 Check that the value of attribute is also present in the exported file in db2 INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:450 Delete test backends
-----------------------------Captured log teardown------------------------------
INFO tests.suites.attr_encryption.attr_encryption_test:attr_encryption_test.py:53 Remove attribute encryption for various attributes
Passed suites/auth_token/basic_auth_test.py::test_ldap_auth_token_config 8.34
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/auth_token/basic_auth_test.py::test_ldap_auth_token_nsuser 10.49
No log output captured.
Passed suites/auth_token/basic_auth_test.py::test_ldap_auth_token_disabled 9.47
No log output captured.
Passed suites/auth_token/basic_auth_test.py::test_ldap_auth_token_directory_manager 9.69
No log output captured.
Passed suites/auth_token/basic_auth_test.py::test_ldap_auth_token_anonymous 13.77
No log output captured.
Passed suites/automember_plugin/automember_mod_test.py::test_mods 30.10
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.automember_plugin.automember_mod_test:automember_mod_test.py:135 Test PASSED
Passed suites/automember_plugin/automember_test.py::test_automemberscope 13.12
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/automember_plugin/automember_test.py::test_automemberfilter 0.31
No log output captured.
Passed suites/automember_plugin/automember_test.py::test_adduser 0.12
No log output captured.
Passed suites/automember_plugin/automember_test.py::test_delete_default_group 6.23
No log output captured.
Passed suites/automember_plugin/automember_test.py::test_no_default_group 4.18
No log output captured.
Passed suites/automember_plugin/automember_test.py::test_delete_target_group 6.78
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_disable_the_plug_in 13.41
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
Passed suites/automember_plugin/basic_test.py::test_custom_config_area 0.99
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_ability_to_control_behavior_of_modifiers_name 8.13
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_posixaccount_objectclass_automemberdefaultgroup 0.36
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_duplicated_member_attributes_added_when_the_entry_is_re_created 0.16
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_multi_valued_automemberdefaultgroup_for_hostgroups 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_plugin_creates_member_attributes_of_the_automemberdefaultgroup 0.38
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_multi_valued_automemberdefaultgroup_with_uniquemember 8.56
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_invalid_automembergroupingattr_member 0.37
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_valid_and_invalid_automembergroupingattr 0.25
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_add_regular_expressions_for_user_groups_and_check_for_member_attribute_after_adding_users 0.18
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_matching_gid_role_inclusive_regular_expression[autoMembers_22-5288-5289-Contractor-5291-5292-Contractors] 0.11
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_matching_gid_role_inclusive_regular_expression[autoMembers_21-1161-1162-Contractor-1162-1163-Contractors] 0.10
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_matching_gid_role_inclusive_regular_expression[autoMembers_20-1188-1189-CEO-1191-1192-Contractors] 0.29
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_matching_gid_role_inclusive_regular_expression[autoMembers_15-9288-9289-Manager-9291-9292-Managers] 0.11
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_matching_gid_role_inclusive_regular_expression[autoMembers_14-561-562-Manager-562-563-Managers] 0.11
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_matching_gid_role_inclusive_regular_expression[autoMembers_13-9788-9789-VPEngg-9392-9393-Managers] 0.15
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_26-5788-5789-Intern-Contractors-SuffDef1-5] 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_25-9788-9789-Employee-Contractors-Managers-1] 0.11
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_24-1110-1111-Employee-Contractors-SuffDef1-5] 0.15
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_23-2788-2789-Contractor-Contractors-SuffDef1-5] 0.13
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_19-5788-5789-HRManager-Managers-SuffDef1-5] 0.13
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_18-6788-6789-Junior-Managers-SuffDef1-5] 0.13
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_17-562-563-Junior-Managers-SuffDef1-5] 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_gid_and_role_inclusive_exclusive_regular_expression[autoMembers_16-6788-6789-Manager-Managers-SuffDef1-5] 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_contractors_exclusive_regex_rules_member_uid[autoMembers_32-555-720-Employee-SubDef1-SubDef3] 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_contractors_exclusive_regex_rules_member_uid[autoMembers_31-515-200-Junior-SubDef1-SubDef5] 0.13
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_contractors_exclusive_regex_rules_member_uid[autoMembers_30-999-400-Supervisor-SubDef1-SubDef2] 0.13
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_contractors_exclusive_regex_rules_member_uid[autoMembers_28-555-3663-ContractHR-Contractors,cn=subsuffGroups-Managers,cn=subsuffGroups] 0.10
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_inclusive_regex_rule[autoMembers_27-595-690-ContractHR-Managers-Contractors] 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_inclusive_regex_rule[autoMembers_29-8195-2753-Employee-Contractors-Managers] 0.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_inclusive_regex_rule[autoMembers_33-545-3333-Supervisor-Contractors-Managers] 0.10
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_managers_inclusive_regex_rule[autoMembers_34-8195-693-Temporary-Managers-Contractors] 0.10
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_reject_invalid_config_and_we_donot_deadlock_the_server 8.12
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_automemtask_re_build_task 15.43
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_automemtask_export_task 10.48
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:1078 Automember Export Updates task (task-04232021_213046) completed successfully
Passed suites/automember_plugin/basic_test.py::test_automemtask_mapping 2.23
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:1129 Automember Map Updates task (task-04232021_213049) completed successfully
Passed suites/automember_plugin/basic_test.py::test_automemtask_re_build 8.51
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_automemtask_export 13.21
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:1078 Automember Export Updates task (task-04232021_213107) completed successfully
Passed suites/automember_plugin/basic_test.py::test_automemtask_run_re_build 17.58
No log output captured.
Passed suites/automember_plugin/basic_test.py::test_automemtask_run_export 16.94
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:1078 Automember Export Updates task (task-04232021_213144) completed successfully
Passed suites/automember_plugin/configuration_test.py::test_configuration 15.33
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/backups/backup_test.py::test_missing_backend 13.34
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/backups/backup_test.py::test_db_home_dir_online_backup 6.55
-------------------------------Captured log call--------------------------------
ERROR lib389:tasks.py:637 Error: backup task backup_04232021_213218 exited with -1
Passed suites/basic/basic_test.py::test_basic_ops 10.58
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/basic/basic_test.py::test_basic_import_export 47.23
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif
Passed suites/basic/basic_test.py::test_basic_backup 10.40
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:640 Backup task backup_04232021_213319 completed successfully INFO lib389:tasks.py:697 Restore task restore_04232021_213321 completed successfully
Passed suites/basic/basic_test.py::test_basic_db2index 5.78
------------------------------Captured stderr call------------------------------
[23/Apr/2021:21:33:32.727308208 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [23/Apr/2021:21:33:32.740798104 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7504797696, process usage 27398144 [23/Apr/2021:21:33:32.743691784 -0400] - INFO - check_and_set_import_cache - Import allocates 2931561KB import cache. [23/Apr/2021:21:33:32.746638987 -0400] - INFO - bdb_copy_directory - Backing up file 0 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/DBVERSION) [23/Apr/2021:21:33:32.750186468 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/DBVERSION to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/DBVERSION [23/Apr/2021:21:33:32.752482637 -0400] - INFO - bdb_copy_directory - Backing up file 1 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/ancestorid.db4) [23/Apr/2021:21:33:32.757419972 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/ancestorid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/ancestorid.db4 [23/Apr/2021:21:33:32.759801193 -0400] - INFO - bdb_copy_directory - Backing up file 2 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/entryrdn.db4) [23/Apr/2021:21:33:32.761957960 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryrdn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/entryrdn.db4 [23/Apr/2021:21:33:32.764637532 -0400] - INFO - bdb_copy_directory - Backing up file 3 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/id2entry.db4) [23/Apr/2021:21:33:32.766938222 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/id2entry.db4 [23/Apr/2021:21:33:32.769612321 -0400] - INFO - bdb_copy_directory - Backing up file 4 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/numsubordinates.db4) [23/Apr/2021:21:33:32.772013840 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/numsubordinates.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/numsubordinates.db4 [23/Apr/2021:21:33:32.774317126 -0400] - INFO - bdb_copy_directory - Backing up file 5 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/objectclass.db4) [23/Apr/2021:21:33:32.776381215 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/objectclass.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/objectclass.db4 [23/Apr/2021:21:33:32.778732315 -0400] - INFO - bdb_copy_directory - Backing up file 6 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/telephoneNumber.db4) [23/Apr/2021:21:33:32.780991787 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/telephoneNumber.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/telephoneNumber.db4 [23/Apr/2021:21:33:32.785252302 -0400] - INFO - bdb_copy_directory - Backing up file 7 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/parentid.db4) [23/Apr/2021:21:33:32.791217226 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/parentid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/parentid.db4 [23/Apr/2021:21:33:32.794138980 -0400] - INFO - bdb_copy_directory - Backing up file 8 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/nsuniqueid.db4) [23/Apr/2021:21:33:32.796876485 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/nsuniqueid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/nsuniqueid.db4 [23/Apr/2021:21:33:32.799640639 -0400] - INFO - bdb_copy_directory - Backing up file 9 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/uniquemember.db4) [23/Apr/2021:21:33:32.802269622 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/uniquemember.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/uniquemember.db4 [23/Apr/2021:21:33:32.804719869 -0400] - INFO - bdb_copy_directory - Backing up file 10 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/givenName.db4) [23/Apr/2021:21:33:32.807512106 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/givenName.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/givenName.db4 [23/Apr/2021:21:33:32.810154022 -0400] - INFO - bdb_copy_directory - Backing up file 11 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/entryUUID.db4) [23/Apr/2021:21:33:32.812660562 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryUUID.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/entryUUID.db4 [23/Apr/2021:21:33:32.816093420 -0400] - INFO - bdb_copy_directory - Backing up file 12 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/entryusn.db4) [23/Apr/2021:21:33:32.818749604 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryusn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/entryusn.db4 [23/Apr/2021:21:33:32.821373699 -0400] - INFO - bdb_copy_directory - Backing up file 13 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/aci.db4) [23/Apr/2021:21:33:32.823728970 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/aci.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/aci.db4 [23/Apr/2021:21:33:32.826133956 -0400] - INFO - bdb_copy_directory - Backing up file 14 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/sn.db4) [23/Apr/2021:21:33:32.828467515 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/sn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/sn.db4 [23/Apr/2021:21:33:32.831025059 -0400] - INFO - bdb_copy_directory - Backing up file 15 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/uid.db4) [23/Apr/2021:21:33:32.833269402 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/uid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/uid.db4 [23/Apr/2021:21:33:32.835641558 -0400] - INFO - bdb_copy_directory - Backing up file 16 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/cn.db4) [23/Apr/2021:21:33:32.838010705 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/cn.db4 [23/Apr/2021:21:33:32.840619964 -0400] - INFO - bdb_copy_directory - Backing up file 17 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/mail.db4) [23/Apr/2021:21:33:32.842823168 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/mail.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/userRoot/mail.db4 [23/Apr/2021:21:33:32.845938584 -0400] - INFO - upgradedb_core - userRoot: Start upgradedb. [23/Apr/2021:21:33:32.848745891 -0400] - INFO - bdb_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [23/Apr/2021:21:33:32.851127703 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7504306176, process usage 27398144 [23/Apr/2021:21:33:32.853318748 -0400] - INFO - check_and_set_import_cache - Import allocates 2931369KB import cache. [23/Apr/2021:21:33:33.024016923 -0400] - INFO - bdb_import_main - reindex userRoot: Index buffering enabled with bucket size 100 [23/Apr/2021:21:33:33.730349763 -0400] - INFO - import_monitor_threads - reindex userRoot: Workers finished; cleaning up... [23/Apr/2021:21:33:33.934316449 -0400] - INFO - import_monitor_threads - reindex userRoot: Workers cleaned up. [23/Apr/2021:21:33:33.937902406 -0400] - INFO - bdb_import_main - reindex userRoot: Cleaning up producer thread... [23/Apr/2021:21:33:33.943320614 -0400] - INFO - bdb_import_main - reindex userRoot: Indexing complete. Post-processing... [23/Apr/2021:21:33:33.946836711 -0400] - INFO - bdb_import_main - reindex userRoot: Generating numsubordinates (this may take several minutes to complete)... [23/Apr/2021:21:33:33.949753726 -0400] - INFO - bdb_import_main - reindex userRoot: Generating numSubordinates complete. [23/Apr/2021:21:33:33.953379692 -0400] - INFO - bdb_get_nonleaf_ids - reindex userRoot: Gathering ancestorid non-leaf IDs... [23/Apr/2021:21:33:33.956499634 -0400] - INFO - bdb_get_nonleaf_ids - reindex userRoot: Finished gathering ancestorid non-leaf IDs. [23/Apr/2021:21:33:33.959456934 -0400] - INFO - ldbm_get_nonleaf_ids - reindex userRoot: Starting sort of ancestorid non-leaf IDs... [23/Apr/2021:21:33:33.962318204 -0400] - INFO - ldbm_get_nonleaf_ids - reindex userRoot: Finished sort of ancestorid non-leaf IDs. [23/Apr/2021:21:33:33.973082183 -0400] - INFO - bdb_ancestorid_new_idl_create_index - reindex userRoot: Creating ancestorid index (new idl)... [23/Apr/2021:21:33:33.979639173 -0400] - INFO - bdb_ancestorid_new_idl_create_index - reindex userRoot: Created ancestorid index (new idl). [23/Apr/2021:21:33:33.983260111 -0400] - INFO - bdb_import_main - reindex userRoot: Flushing caches... [23/Apr/2021:21:33:33.986490695 -0400] - INFO - bdb_import_main - reindex userRoot: Closing files... [23/Apr/2021:21:33:34.099784753 -0400] - INFO - bdb_import_main - reindex userRoot: Reindexing complete. Processed 160 entries in 1 seconds. (160.00 entries/sec) [23/Apr/2021:21:33:34.105720921 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/log.0000000001 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/log.0000000001 [23/Apr/2021:21:33:34.120656638 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/DBVERSION to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T21:33:32.599090/DBVERSION [23/Apr/2021:21:33:34.124960173 -0400] - INFO - bdb_pre_close - All database threads now stopped [23/Apr/2021:21:33:34.298631177 -0400] - INFO - slapd_exemode_db2index - Backend Instance: userRoot [23/Apr/2021:21:33:34.306554932 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [23/Apr/2021:21:33:34.314899620 -0400] - INFO - bdb_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [23/Apr/2021:21:33:34.320739977 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7504261120, process usage 27512832 [23/Apr/2021:21:33:34.323468109 -0400] - INFO - check_and_set_import_cache - Import allocates 2931352KB import cache. [23/Apr/2021:21:33:34.493081828 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: uid [23/Apr/2021:21:33:34.496741137 -0400] - ERR - libdb - BDB1566 txn_checkpoint interface requires an environment configured for the transaction subsystem [23/Apr/2021:21:33:34.499577680 -0400] - ERR - bdb_force_checkpoint - Checkpoint FAILED, error Unexpected dbimpl error code (22) [23/Apr/2021:21:33:34.512133010 -0400] - INFO - bdb_db2index - userRoot: Finished indexing. [23/Apr/2021:21:33:34.564588105 -0400] - INFO - bdb_pre_close - All database threads now stopped
Passed suites/basic/basic_test.py::test_basic_acl 0.60
No log output captured.
Passed suites/basic/basic_test.py::test_basic_searches 0.15
No log output captured.
Passed suites/basic/basic_test.py::test_basic_search_lookthroughlimit[200-PASS] 0.13
No log output captured.
Passed suites/basic/basic_test.py::test_basic_search_lookthroughlimit[50-ADMINLIMIT_EXCEEDED] 0.13
No log output captured.
Passed suites/basic/basic_test.py::test_search_req_attrs[attrs0-cn-False] 0.18
No log output captured.
Passed suites/basic/basic_test.py::test_search_req_attrs[attrs1-cn-True] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_search_req_attrs[attrs2-nsUniqueId-True] 0.05
No log output captured.
Passed suites/basic/basic_test.py::test_search_req_attrs[attrs3-cn-True] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_search_req_attrs[attrs4-cn-True] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_basic_referrals 3.59
No log output captured.
Passed suites/basic/basic_test.py::test_basic_systemctl 12.32
No log output captured.
Passed suites/basic/basic_test.py::test_basic_ldapagent 5.09
No log output captured.
Passed suites/basic/basic_test.py::test_basic_dse_survives_kill9 11.36
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[namingContexts] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedLDAPVersion] 0.06
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedControl] 0.06
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedExtension] 0.06
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedSASLMechanisms] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[vendorName] 0.06
No log output captured.
Passed suites/basic/basic_test.py::test_def_rootdse_attr[vendorVersion] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[namingContexts] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedLDAPVersion] 0.08
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedControl] 0.08
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedExtension] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedSASLMechanisms] 0.08
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[vendorName] 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[vendorVersion] 0.08
No log output captured.
Passed suites/basic/basic_test.py::test_basic_anonymous_search 0.24
No log output captured.
Passed suites/basic/basic_test.py::test_search_original_type 0.07
No log output captured.
Passed suites/basic/basic_test.py::test_search_ou 0.06
No log output captured.
Passed suites/basic/basic_test.py::test_bind_invalid_entry 3.40
No log output captured.
Passed suites/basic/basic_test.py::test_bind_entry_missing_passwd 0.08
No log output captured.
Passed suites/basic/basic_test.py::test_connection_buffer_size 0.09
No log output captured.
Passed suites/basic/basic_test.py::test_critical_msg_on_empty_range_idl 6.14
No log output captured.
Passed suites/basic/basic_test.py::test_ldbm_modification_audit_log 11.37
No log output captured.
Passed suites/basic/basic_test.py::test_dscreate 15.73
------------------------------Captured stdout call------------------------------
Starting installation... Completed installation for test_dscreate
----------------------------Captured stdout teardown----------------------------
Removing instance ... Completed instance removal
Passed suites/basic/basic_test.py::test_dscreate_ldapi 15.26
-----------------------------Captured stdout setup------------------------------
Starting installation... Completed installation for test-longname-deadbeef-deadbeef-deadbeef-deadbeef-deadbeef
-------------------------------Captured log call--------------------------------
DEBUG RootDSE:_mapped_object.py:636 get_attr_vals('supportedControl')
----------------------------Captured stdout teardown----------------------------
Removing instance ... Completed instance removal
Passed suites/basic/basic_test.py::test_dscreate_multiple_dashes_name 26.52
-----------------------------Captured stdout setup------------------------------
Starting installation... Completed installation for test-longname-deadbeef-deadbeef-deadbeef-deadbeef-deadbeef
----------------------------Captured stdout teardown----------------------------
No such instance 'test-longname-deadbeef-deadbeef-deadbeef-deadbeef-deadbeef' Unable to access instance information. Are you running as the correct user? (usually dirsrv or root)
-----------------------------Captured log teardown------------------------------
CRITICAL tests.suites.basic.basic_test:basic_test.py:1504 Failed to remove test instance Error (1) None
Passed suites/basic/basic_test.py::test_dscreate_with_different_rdn[c=uk] 14.50
------------------------------Captured stdout call------------------------------
Starting installation... Completed installation for test_different_rdn
Passed suites/basic/basic_test.py::test_dscreate_with_different_rdn[cn=test_user] 18.64
-----------------------------Captured stdout setup------------------------------
Removing instance ... Completed instance removal
------------------------------Captured stdout call------------------------------
Starting installation... Completed installation for test_different_rdn
Passed suites/basic/basic_test.py::test_dscreate_with_different_rdn[dc=example,dc=com] 20.46
-----------------------------Captured stdout setup------------------------------
Removing instance ... Completed instance removal
------------------------------Captured stdout call------------------------------
Starting installation... Completed installation for test_different_rdn
Passed suites/basic/basic_test.py::test_dscreate_with_different_rdn[o=south] 19.79
-----------------------------Captured stdout setup------------------------------
Removing instance ... Completed instance removal
------------------------------Captured stdout call------------------------------
Starting installation... Completed installation for test_different_rdn
Passed suites/basic/basic_test.py::test_dscreate_with_different_rdn[ou=sales] 18.09
-----------------------------Captured stdout setup------------------------------
Removing instance ... Completed instance removal
------------------------------Captured stdout call------------------------------
Starting installation... Completed installation for test_different_rdn
Passed suites/basic/basic_test.py::test_dscreate_with_different_rdn[wrong=some_value] 17.02
-----------------------------Captured stdout setup------------------------------
Removing instance ... Completed instance removal
------------------------------Captured stdout call------------------------------
Starting installation... Error: Instance creation failed! Suffix RDN 'wrong' in 'wrong=some_value' is not supported. Supported RDN's are: 'c', 'cn', 'dc', 'o', and 'ou'
-------------------------------Captured log call--------------------------------
CRITICAL tests.suites.basic.basic_test:basic_test.py:1630 dscreate failed! Error (1) None
Passed suites/betxns/betxn_test.py::test_betxt_7bit 11.65
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.betxns.betxn_test:betxn_test.py:52 Running test_betxt_7bit... INFO tests.suites.betxns.betxn_test:betxn_test.py:78 test_betxt_7bit: PASSED
Passed suites/betxns/betxn_test.py::test_betxn_attr_uniqueness 4.80
-------------------------------Captured log call--------------------------------
INFO tests.suites.betxns.betxn_test:betxn_test.py:133 test_betxn_attr_uniqueness: PASSED
Passed suites/betxns/betxn_test.py::test_betxn_memberof 4.62
-------------------------------Captured log call--------------------------------
INFO tests.suites.betxns.betxn_test:betxn_test.py:179 test_betxn_memberof: PASSED
Passed suites/betxns/betxn_test.py::test_betxn_modrdn_memberof_cache_corruption 4.85
-------------------------------Captured log call--------------------------------
INFO tests.suites.betxns.betxn_test:betxn_test.py:233 test_betxn_modrdn_memberof: PASSED
Passed suites/betxns/betxn_test.py::test_ri_and_mep_cache_corruption 1.89
-------------------------------Captured log call--------------------------------
INFO tests.suites.betxns.betxn_test:betxn_test.py:357 Test PASSED
Passed suites/chaining_plugin/paged_search_test.py::test_chaining_paged_search 22.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO Accounts:_mapped_object.py:1071 Getting page 0 INFO Accounts:_mapped_object.py:1071 Getting page 1 INFO Accounts:_mapped_object.py:1071 Getting page 2 INFO Accounts:_mapped_object.py:1071 Getting page 3
Passed suites/clu/clu_test.py::test_clu_pwdhash 8.42
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.clu_test:clu_test.py:40 Running test_clu_pwdhash... INFO tests.suites.clu.clu_test:clu_test.py:54 pwdhash generated: {SSHA}4h84F1GMzo8Z8EwyY1ryRuHd0EI5L7dafH0U0g== INFO tests.suites.clu.clu_test:clu_test.py:55 test_clu_pwdhash: PASSED
Passed suites/clu/clu_test.py::test_clu_pwdhash_mod 2.35
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.clu_test:clu_test.py:78 Running test_clu_pwdhash_mod... INFO tests.suites.clu.clu_test:clu_test.py:87 pwdhash generated: {SSHA256}L3osMzwIwCdz5140FGQNQg4tq9X8Ob92C76k//4m13nScTPxywu5Nw== INFO tests.suites.clu.clu_test:clu_test.py:88 returned the hashed string using the algorithm set in nsslapd-rootpwstoragescheme
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_users 14.73
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:119 Run ldifgen to create users ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - suffix=dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=people,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - number=1000 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - rdn-cn=False INFO tests.suites.clu.dbgen_test:dbgen.py:61 - generic=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - start-idx=50 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - localize=False INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:196 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:122 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:127 Get number of accounts before import INFO tests.suites.clu.dbgen_test:dbgen_test.py:48 Stopping the server and running offline import... INFO tests.suites.clu.dbgen_test:dbgen_test.py:133 Check that accounts are imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_groups 32.56
------------------------------Captured stderr call------------------------------
ldap_add: Already exists (68) ldap_add: Already exists (68) ldap_add: Already exists (68)
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:183 Run ldifgen to create group ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=myGroup INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=groups,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - suffix=dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - number=1 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - num-members=1000 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-members=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - member-attr=uniquemember INFO tests.suites.clu.dbgen_test:dbgen.py:61 - member-parent=ou=people,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:250 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:186 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:191 Get number of accounts before import INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:200 Check that accounts are imported INFO tests.suites.clu.dbgen_test:dbgen_test.py:203 Check that group is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_cos_classic 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:256 Run ldifgen to create COS definition ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - type=classic INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Postal_Def INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=cos definitions,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-specifier=businessCategory INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-attr=['postalcode', 'telephonenumber'] INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-template=cn=sales,cn=classicCoS,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:304 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:259 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:267 Check that COS definition is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_cos_pointer 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:322 Run ldifgen to create COS definition ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - type=pointer INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Postal_Def_pointer INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=cos pointer definitions,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-attr=['postalcode', 'telephonenumber'] INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-template=cn=sales,cn=pointerCoS,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:304 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:325 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:333 Check that COS definition is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_cos_indirect 0.34
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:387 Run ldifgen to create COS definition ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - type=indirect INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Postal_Def_indirect INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=cos indirect definitions,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-specifier=businessCategory INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-attr=['postalcode', 'telephonenumber'] INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:304 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:390 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:398 Check that COS definition is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_cos_template 0.70
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:449 Run ldifgen to create COS template ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Template INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=cos templates,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-priority=1 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - cos-attr-val=postalcode:12345 INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:341 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:452 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:460 Check that COS template is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_managed_role 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:511 Run ldifgen to create managed role ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Managed_Role INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=managed roles,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - type=managed INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:391 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:514 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:522 Check that managed role is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_filtered_role 0.33
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:571 Run ldifgen to create filtered role ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Filtered_Role INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=filtered roles,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - type=filtered INFO tests.suites.clu.dbgen_test:dbgen.py:61 - filter="objectclass=posixAccount" INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:391 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:574 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:582 Check that filtered role is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_nested_role 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:632 Run ldifgen to create nested role ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - NAME=My_Nested_Role INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=ou=nested roles,dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - type=nested INFO tests.suites.clu.dbgen_test:dbgen.py:61 - role-dn=['cn=some_role,ou=roles,dc=example,dc=com'] INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:391 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:635 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:643 Check that nested role is imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_mod_ldif_mixed 35.64
------------------------------Captured stderr call------------------------------
ldap_modify: Operation not allowed on RDN (67) ldap_modify: Operation not allowed on RDN (67) ldap_modify: Operation not allowed on RDN (67) ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldap_rename: Invalid DN syntax (34) additional info: invalid RDN ldapmodify: extra lines at end (line 43453, entry "uid=user0999,dc=example,dc=com")
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:702 Run ldifgen to create modification ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - parent=dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-users=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - delete-users=True INFO tests.suites.clu.dbgen_test:dbgen.py:61 - create-parent=False INFO tests.suites.clu.dbgen_test:dbgen.py:61 - num-users=1000 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - add-users=100 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - del-users=999 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - modrdn-users=100 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - mod-users=10 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - mod-attrs=['cn', 'uid', 'sn'] INFO tests.suites.clu.dbgen_test:dbgen.py:61 - randomize=False INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:467 Successfully created LDIF file: /var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen_test.py:705 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:710 Get number of accounts before import INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:719 Check that some accounts are imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbgen_test.py::test_dsconf_dbgen_nested_ldif 25.39
------------------------------Captured stderr call------------------------------
ldap_add: Already exists (68)
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:759 Run ldifgen to create nested ldif INFO tests.suites.clu.dbgen_test:dbgen.py:56 Generating LDIF with the following options: INFO tests.suites.clu.dbgen_test:dbgen.py:61 - suffix=dc=example,dc=com INFO tests.suites.clu.dbgen_test:dbgen.py:61 - node-limit=100 INFO tests.suites.clu.dbgen_test:dbgen.py:61 - num-users=600 INFO tests.suites.clu.dbgen_test:dbgen.py:62 - ldif-file=/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif INFO tests.suites.clu.dbgen_test:dbgen.py:63 Writing LDIF ... INFO tests.suites.clu.dbgen_test:dbgen.py:500 Successfully created nested LDIF file (/var/lib/dirsrv/slapd-standalone1/ldif/created.ldif) containing 6 nodes/subtrees INFO tests.suites.clu.dbgen_test:dbgen_test.py:762 Check if file exists INFO tests.suites.clu.dbgen_test:dbgen_test.py:67 Check if content is present in output INFO tests.suites.clu.dbgen_test:dbgen_test.py:71 Reset log file for next test INFO tests.suites.clu.dbgen_test:dbgen_test.py:767 Get number of accounts before import INFO tests.suites.clu.dbgen_test:dbgen_test.py:57 Add entries from ldif file with ldapmodify INFO tests.suites.clu.dbgen_test:dbgen_test.py:779 Check that accounts are imported
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbgen_test:dbgen_test.py:40 Delete files
Passed suites/clu/dbmon_test.py::test_dsconf_dbmon 10.79
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbmon_test:dbmon_test.py:164 Sanity check for syntax INFO LogCapture:monitor.py:247 DB Monitor Report: 2021-04-23 21:40:18 INFO LogCapture:monitor.py:248 -------------------------------------------------------- INFO LogCapture:monitor.py:249 Database Cache: INFO LogCapture:monitor.py:250 - Cache Hit Ratio: 100% INFO LogCapture:monitor.py:251 - Free Space: 486.74 MB INFO LogCapture:monitor.py:252 - Free Percentage: 100.0% INFO LogCapture:monitor.py:253 - RO Page Drops: 0 INFO LogCapture:monitor.py:254 - Pages In: 0 INFO LogCapture:monitor.py:255 - Pages Out: 0 INFO LogCapture:monitor.py:256 INFO LogCapture:monitor.py:257 Normalized DN Cache: INFO LogCapture:monitor.py:258 - Cache Hit Ratio: 81% INFO LogCapture:monitor.py:259 - Free Space: 19.98 MB INFO LogCapture:monitor.py:260 - Free Percentage: 99.9% INFO LogCapture:monitor.py:261 - DN Count: 117 INFO LogCapture:monitor.py:262 - Evictions: 0 INFO LogCapture:monitor.py:263 INFO LogCapture:monitor.py:264 Backends: INFO LogCapture:monitor.py:266 - dc=example,dc=com (userRoot): INFO LogCapture:monitor.py:267 - Entry Cache Hit Ratio: 40% INFO LogCapture:monitor.py:268 - Entry Cache Count: 5 INFO LogCapture:monitor.py:269 - Entry Cache Free Space: 1.31 GB INFO LogCapture:monitor.py:270 - Entry Cache Free Percentage: 100.0% INFO LogCapture:monitor.py:271 - Entry Cache Average Size: 3.65 KB INFO LogCapture:monitor.py:272 - DN Cache Hit Ratio: 0% INFO LogCapture:monitor.py:273 - DN Cache Count: 5 INFO LogCapture:monitor.py:274 - DN Cache Free Space: 192.0 MB INFO LogCapture:monitor.py:275 - DN Cache Free Percentage: 100.0% INFO LogCapture:monitor.py:276 - DN Cache Average Size: 67.0 B INFO LogCapture:monitor.py:286 INFO tests.suites.clu.dbmon_test:dbmon_test.py:133 Clear the log INFO tests.suites.clu.dbmon_test:dbmon_test.py:171 Sanity check for --indexes output INFO LogCapture:monitor.py:247 DB Monitor Report: 2021-04-23 21:40:18 INFO LogCapture:monitor.py:248 -------------------------------------------------------- INFO LogCapture:monitor.py:249 Database Cache: INFO LogCapture:monitor.py:250 - Cache Hit Ratio: 100% INFO LogCapture:monitor.py:251 - Free Space: 486.74 MB INFO LogCapture:monitor.py:252 - Free Percentage: 100.0% INFO LogCapture:monitor.py:253 - RO Page Drops: 0 INFO LogCapture:monitor.py:254 - Pages In: 0 INFO LogCapture:monitor.py:255 - Pages Out: 0 INFO LogCapture:monitor.py:256 INFO LogCapture:monitor.py:257 Normalized DN Cache: INFO LogCapture:monitor.py:258 - Cache Hit Ratio: 81% INFO LogCapture:monitor.py:259 - Free Space: 19.98 MB INFO LogCapture:monitor.py:260 - Free Percentage: 99.9% INFO LogCapture:monitor.py:261 - DN Count: 117 INFO LogCapture:monitor.py:262 - Evictions: 0 INFO LogCapture:monitor.py:263 INFO LogCapture:monitor.py:264 Backends: INFO LogCapture:monitor.py:266 - dc=example,dc=com (userRoot): INFO LogCapture:monitor.py:267 - Entry Cache Hit Ratio: 40% INFO LogCapture:monitor.py:268 - Entry Cache Count: 5 INFO LogCapture:monitor.py:269 - Entry Cache Free Space: 1.31 GB INFO LogCapture:monitor.py:270 - Entry Cache Free Percentage: 100.0% INFO LogCapture:monitor.py:271 - Entry Cache Average Size: 3.65 KB INFO LogCapture:monitor.py:272 - DN Cache Hit Ratio: 0% INFO LogCapture:monitor.py:273 - DN Cache Count: 5 INFO LogCapture:monitor.py:274 - DN Cache Free Space: 192.0 MB INFO LogCapture:monitor.py:275 - DN Cache Free Percentage: 100.0% INFO LogCapture:monitor.py:276 - DN Cache Average Size: 67.0 B INFO LogCapture:monitor.py:278 - Indexes: INFO LogCapture:monitor.py:280 - Index: numsubordinates.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 0 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: parentid.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 0 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: ancestorid.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 0 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: entryrdn.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 16 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: cn.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 0 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: nsuniqueid.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 0 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: id2entry.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 8 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: uid.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 0 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: aci.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 3 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:280 - Index: objectclass.db4 INFO LogCapture:monitor.py:281 - Cache Hit: 14 INFO LogCapture:monitor.py:282 - Cache Miss: 0 INFO LogCapture:monitor.py:283 - Page In: 0 INFO LogCapture:monitor.py:284 - Page Out: 0 INFO LogCapture:monitor.py:285 INFO LogCapture:monitor.py:286 INFO tests.suites.clu.dbmon_test:dbmon_test.py:133 Clear the log INFO tests.suites.clu.dbmon_test:dbmon_test.py:179 Sanity check for --json output INFO LogCapture:monitor.py:245 { "date": "2021-04-23 21:40:18", "dbcache": { "hit_ratio": "100", "free": "486.74 MB", "free_percentage": "100.0", "roevicts": "0", "pagein": "0", "pageout": "0" }, "ndncache": { "hit_ratio": "82", "free": "19.98 MB", "free_percentage": "99.9", "count": "117", "evictions": "0" }, "backends": { "userRoot": { "suffix": "dc=example,dc=com", "entry_cache_count": "5", "entry_cache_free": "1.31 GB", "entry_cache_free_percentage": "100.0", "entry_cache_size": "3.65 KB", "entry_cache_hit_ratio": "40", "dn_cache_count": "5", "dn_cache_free": "192.0 MB", "dn_cache_free_percentage": "100.0", "dn_cache_size": "67.0 B", "dn_cache_hit_ratio": "0", "indexes": [ { "name": "numsubordinates.db4", "cachehit": "0", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "parentid.db4", "cachehit": "0", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "ancestorid.db4", "cachehit": "0", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "entryrdn.db4", "cachehit": "16", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "cn.db4", "cachehit": "0", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "nsuniqueid.db4", "cachehit": "0", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "id2entry.db4", "cachehit": "8", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "uid.db4", "cachehit": "0", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "aci.db4", "cachehit": "3", "cachemiss": "0", "pagein": "0", "pageout": "0" }, { "name": "objectclass.db4", "cachehit": "14", "cachemiss": "0", "pagein": "0", "pageout": "0" } ] } } } INFO tests.suites.clu.dbmon_test:dbmon_test.py:133 Clear the log
Passed suites/clu/dbverify_test.py::test_dsctl_dbverify 10.90
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
[23/Apr/2021:21:40:31.404603745 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dbverify_test:dbverify_test.py:63 Run dbverify INFO tests.suites.clu.dbverify_test:dbtasks.py:92 dbverify successful INFO tests.suites.clu.dbverify_test:dbverify_test.py:67 Check dbverify was successful
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dbverify_test:dbverify_test.py:33 Delete log file
Passed suites/clu/dsidm_account_test.py::test_dsidm_account_entry_status_with_lock 10.64
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:32 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:85 Test dsidm account entry-status INFO LogCapture:account.py:56 Entry DN: uid=test_user_1000,ou=people,dc=example,dc=com INFO LogCapture:account.py:62 Entry Creation Date: 20210424014052Z (2021-04-24 01:40:52) INFO LogCapture:account.py:62 Entry Modification Date: 20210424014052Z (2021-04-24 01:40:52) INFO LogCapture:account.py:63 Entry State: activated INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:89 Test dsidm account lock INFO LogCapture:account.py:109 Entry uid=test_user_1000,ou=people,dc=example,dc=com is locked INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:93 Test dsidm account entry-status with locked account INFO LogCapture:account.py:56 Entry DN: uid=test_user_1000,ou=people,dc=example,dc=com INFO LogCapture:account.py:62 Entry Creation Date: 20210424014052Z (2021-04-24 01:40:52) INFO LogCapture:account.py:62 Entry Modification Date: 20210424014052Z (2021-04-24 01:40:52) INFO LogCapture:account.py:63 Entry State: directly locked through nsAccountLock INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:97 Test dsidm account unlock INFO LogCapture:account.py:117 Entry uid=test_user_1000,ou=people,dc=example,dc=com is unlocked INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:101 Test dsidm account entry-status with unlocked account INFO LogCapture:account.py:56 Entry DN: uid=test_user_1000,ou=people,dc=example,dc=com INFO LogCapture:account.py:62 Entry Creation Date: 20210424014052Z (2021-04-24 01:40:52) INFO LogCapture:account.py:62 Entry Modification Date: 20210424014052Z (2021-04-24 01:40:52) INFO LogCapture:account.py:63 Entry State: activated
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_account_test:dsidm_account_test.py:37 Delete test user
Passed suites/clu/dsidm_config_test.py::test_dsidm_config_sssd 12.98
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stdout call------------------------------
# # sssd.conf # Generated by 389 Directory Server - dsidm # # For more details see man sssd.conf and man sssd-ldap # Be sure to review the content of this file to ensure it is secure and correct # in your environment. [domain/ldap] # Uncomment this for more verbose logging. # debug_level=3 # Cache hashes of user authentication for offline auth. cache_credentials = True id_provider = ldap auth_provider = ldap access_provider = ldap chpass_provider = ldap ldap_schema = rfc2307 ldap_search_base = dc=example,dc=com ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 # If you have DNS SRV records, you can use the following instead. This derives # from your ldap_search_base. # ldap_uri = _srv_ ldap_tls_reqcert = demand # To use cacert dir, place *.crt files in this path then run: # /usr/bin/openssl rehash /etc/openldap/certs # or (for older versions of openssl) # /usr/bin/c_rehash /etc/openldap/certs ldap_tls_cacertdir = /etc/openldap/certs # Path to the cacert # ldap_tls_cacert = /etc/openldap/certs/ca.crt # Only users who match this filter can login and authorise to this machine. Note # that users who do NOT match, will still have their uid/gid resolve, but they # can't login. # ldap_access_filter = (memberOf=<dn>) enumerate = false access_provider = ldap ldap_user_member_of = memberof ldap_user_gecos = cn ldap_user_uuid = nsUniqueId ldap_group_uuid = nsUniqueId # This is really important as it allows SSSD to respect nsAccountLock ldap_account_expire_policy = rhds ldap_access_order = filter, expire # Setup for ssh keys # Inside /etc/ssh/sshd_config add the lines: # AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys # AuthorizedKeysCommandUser nobody # You can test with the command: sss_ssh_authorizedkeys <username> ldap_user_ssh_public_key = nsSshPublicKey # This prevents an issue where the Directory is recursively walked on group # and user look ups. It makes the client faster and more responsive in almost # every scenario. ignore_group_members = False [sssd] services = nss, pam, ssh, sudo config_file_version = 2 domains = ldap [nss] homedir_substring = /home # # sssd.conf # Generated by 389 Directory Server - dsidm # # For more details see man sssd.conf and man sssd-ldap # Be sure to review the content of this file to ensure it is secure and correct # in your environment. [domain/ldap] # Uncomment this for more verbose logging. # debug_level=3 # Cache hashes of user authentication for offline auth. cache_credentials = True id_provider = ldap auth_provider = ldap access_provider = ldap chpass_provider = ldap ldap_schema = rfc2307bis ldap_search_base = dc=example,dc=com ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 # If you have DNS SRV records, you can use the following instead. This derives # from your ldap_search_base. # ldap_uri = _srv_ ldap_tls_reqcert = demand # To use cacert dir, place *.crt files in this path then run: # /usr/bin/openssl rehash /etc/openldap/certs # or (for older versions of openssl) # /usr/bin/c_rehash /etc/openldap/certs ldap_tls_cacertdir = /etc/openldap/certs # Path to the cacert # ldap_tls_cacert = /etc/openldap/certs/ca.crt # Only users who match this filter can login and authorise to this machine. Note # that users who do NOT match, will still have their uid/gid resolve, but they # can't login. ldap_access_filter = (memberOf=cn=new_group,ou=groups,dc=example,dc=com) enumerate = false access_provider = ldap ldap_user_member_of = memberof ldap_user_gecos = cn ldap_user_uuid = nsUniqueId ldap_group_uuid = nsUniqueId # This is really important as it allows SSSD to respect nsAccountLock ldap_account_expire_policy = rhds ldap_access_order = filter, expire # Setup for ssh keys # Inside /etc/ssh/sshd_config add the lines: # AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys # AuthorizedKeysCommandUser nobody # You can test with the command: sss_ssh_authorizedkeys <username> ldap_user_ssh_public_key = nsSshPublicKey # This prevents an issue where the Directory is recursively walked on group # and user look ups. It makes the client faster and more responsive in almost # every scenario. ignore_group_members = False [sssd] services = nss, pam, ssh, sudo config_file_version = 2 domains = ldap [nss] homedir_substring = /home
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:101 Create sssd.conf content DEBUG tests.suites.clu.dsidm_config_test:client_config.py:114 # # sssd.conf # Generated by 389 Directory Server - dsidm # # For more details see man sssd.conf and man sssd-ldap # Be sure to review the content of this file to ensure it is secure and correct # in your environment. [domain/ldap] # Uncomment this for more verbose logging. # debug_level=3 # Cache hashes of user authentication for offline auth. cache_credentials = True id_provider = ldap auth_provider = ldap access_provider = ldap chpass_provider = ldap ldap_schema = rfc2307 ldap_search_base = dc=example,dc=com ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 # If you have DNS SRV records, you can use the following instead. This derives # from your ldap_search_base. # ldap_uri = _srv_ ldap_tls_reqcert = demand # To use cacert dir, place *.crt files in this path then run: # /usr/bin/openssl rehash /etc/openldap/certs # or (for older versions of openssl) # /usr/bin/c_rehash /etc/openldap/certs ldap_tls_cacertdir = /etc/openldap/certs # Path to the cacert # ldap_tls_cacert = /etc/openldap/certs/ca.crt # Only users who match this filter can login and authorise to this machine. Note # that users who do NOT match, will still have their uid/gid resolve, but they # can't login. # ldap_access_filter = (memberOf=<dn>) enumerate = false access_provider = ldap ldap_user_member_of = memberof ldap_user_gecos = cn ldap_user_uuid = nsUniqueId ldap_group_uuid = nsUniqueId # This is really important as it allows SSSD to respect nsAccountLock ldap_account_expire_policy = rhds ldap_access_order = filter, expire # Setup for ssh keys # Inside /etc/ssh/sshd_config add the lines: # AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys # AuthorizedKeysCommandUser nobody # You can test with the command: sss_ssh_authorizedkeys <username> ldap_user_ssh_public_key = nsSshPublicKey # This prevents an issue where the Directory is recursively walked on group # and user look ups. It makes the client faster and more responsive in almost # every scenario. ignore_group_members = False [sssd] services = nss, pam, ssh, sudo config_file_version = 2 domains = ldap [nss] homedir_substring = /home INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:104 Check if config creation was successful INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:51 Check if content is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:56 Check if value is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:59 Reset log file for next test INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:107 Now we test allowed_group argument INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:108 Enable MemberOf plugin INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:113 Create test group INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:118 Create sssd.conf content with allowed group DEBUG tests.suites.clu.dsidm_config_test:client_config.py:114 # # sssd.conf # Generated by 389 Directory Server - dsidm # # For more details see man sssd.conf and man sssd-ldap # Be sure to review the content of this file to ensure it is secure and correct # in your environment. [domain/ldap] # Uncomment this for more verbose logging. # debug_level=3 # Cache hashes of user authentication for offline auth. cache_credentials = True id_provider = ldap auth_provider = ldap access_provider = ldap chpass_provider = ldap ldap_schema = rfc2307bis ldap_search_base = dc=example,dc=com ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 # If you have DNS SRV records, you can use the following instead. This derives # from your ldap_search_base. # ldap_uri = _srv_ ldap_tls_reqcert = demand # To use cacert dir, place *.crt files in this path then run: # /usr/bin/openssl rehash /etc/openldap/certs # or (for older versions of openssl) # /usr/bin/c_rehash /etc/openldap/certs ldap_tls_cacertdir = /etc/openldap/certs # Path to the cacert # ldap_tls_cacert = /etc/openldap/certs/ca.crt # Only users who match this filter can login and authorise to this machine. Note # that users who do NOT match, will still have their uid/gid resolve, but they # can't login. ldap_access_filter = (memberOf=cn=new_group,ou=groups,dc=example,dc=com) enumerate = false access_provider = ldap ldap_user_member_of = memberof ldap_user_gecos = cn ldap_user_uuid = nsUniqueId ldap_group_uuid = nsUniqueId # This is really important as it allows SSSD to respect nsAccountLock ldap_account_expire_policy = rhds ldap_access_order = filter, expire # Setup for ssh keys # Inside /etc/ssh/sshd_config add the lines: # AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys # AuthorizedKeysCommandUser nobody # You can test with the command: sss_ssh_authorizedkeys <username> ldap_user_ssh_public_key = nsSshPublicKey # This prevents an issue where the Directory is recursively walked on group # and user look ups. It makes the client faster and more responsive in almost # every scenario. ignore_group_members = False [sssd] services = nss, pam, ssh, sudo config_file_version = 2 domains = ldap [nss] homedir_substring = /home INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:123 Check if config creation was successful INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:47 Check if content is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:59 Reset log file for next test
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:37 Delete log file
Passed suites/clu/dsidm_config_test.py::test_dsidm_config_ldap 0.05
------------------------------Captured stdout call------------------------------
# # OpenLDAP client configuration # Generated by 389 Directory Server - dsidm # # See ldap.conf(5) for details # This file should be world readable but not world writable. BASE dc=example,dc=com # Remember to check this: you can have multiple uris on this line. You may have # multiple servers or load balancers in your environment. URI ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 # If you have DNS SRV records you can use: # URI ldaps:///dc%3Dexample%2Cdc%3Dcom DEREF never # To use cacert dir, place *.crt files in this path then run: # /usr/bin/openssl rehash /etc/openldap/certs # or (for older versions of openssl) # /usr/bin/c_rehash /etc/openldap/certs TLS_CACERTDIR /etc/openldap/certs # TLS_CACERT /etc/openldap/certs/ca.crt
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:151 Create ldap.conf content DEBUG tests.suites.clu.dsidm_config_test:client_config.py:155 # # OpenLDAP client configuration # Generated by 389 Directory Server - dsidm # # See ldap.conf(5) for details # This file should be world readable but not world writable. BASE dc=example,dc=com # Remember to check this: you can have multiple uris on this line. You may have # multiple servers or load balancers in your environment. URI ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 # If you have DNS SRV records you can use: # URI ldaps:///dc%3Dexample%2Cdc%3Dcom DEREF never # To use cacert dir, place *.crt files in this path then run: # /usr/bin/openssl rehash /etc/openldap/certs # or (for older versions of openssl) # /usr/bin/c_rehash /etc/openldap/certs TLS_CACERTDIR /etc/openldap/certs # TLS_CACERT /etc/openldap/certs/ca.crt INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:154 Check if config creation was successful INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:51 Check if content is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:59 Reset log file for next test
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:37 Delete log file
Passed suites/clu/dsidm_config_test.py::test_dsidm_config_display 6.73
------------------------------Captured stdout call------------------------------
# This is a generic list of LDAP client configuration parameters you may require # for connecting a client to this server. Some of them may or may not apply # to your application, so consult your application documentation for further # assistance. # # This program makes a number of assumptions about your data and configuration # which may not be correct. Be sure to check these values for your situation. ; ldap uri ; This is the uri of the server you will connect to and authenticate to. It ; must be a valid subjectAltName in the presented TLS certificate. Note that this ; is not an exhaustive list of your LDAP servers, and other applications in your ; network like load balancers may affect this. This is just what we derive from ; your current connection. ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 ; ldap dns discovery uri ; In some environments, you may have DNS SRV records such as ; "_ldap._tcp.<domain name>". If these are present in your dns server, you can ; use the following uri. ldap_uri = ldaps:///dc%3Dexample%2Cdc%3Dcom ; ca_cert ; To correctly use TLS, you require the valid CA cert that issued your LDAP TLS ; certificates. Sometimes a copy of this may be in your server instance as ca_cert = /etc/dirsrv/slapd-<instance>/ca.crt ; However that's not guaranteed. You can show the certs from the LDAP server ; by sshing to the server and running: certutil -L -d /etc/dirsrv/slapd-<instance>/ ; If you can identify the CA certificate name, you can then view it with: certutil -L -n <ca cert name> -a -d /etc/dirsrv/slapd-<instance>/ ; This should be a pem file you can use in your application's CA. ; Some applications don't require a ca certificate parameter, and will use the ; ca certificate from /etc/openldap/ldap.conf. You should configure ldap.conf ; in these cases. See the 'client_config ldap.conf' command in dsidm. ; basedn ; The basedn is the root suffix where all searches will originate from for ; LDAP objects. basedn = dc=example,dc=com ; schema_type ; LDAP servers have different ways to structure their objects and group ; relationships. Legacy servers will use rfc2307, where as modern servers will ; use rfc2307bis (requires MemberOf plugin to be enabled). This is the schema ; setting of your directory based on your running configuration (if we can ; detect it). schema_type = rfc2307bis ; user/account basedn ; Some applications may optionally use a user/account basedn to limit searches ; in the directory. This can be for performance or security reasons. Generally ; you shouldn't need this, preferring to use groups and filters for access ; control. user_basedn = ou=people,dc=example,dc=com ; user filter ; This is an ldap filter that will return only user objects. Additionally some ; applications will template into the filter (similar to sql statements) or they ; will generate the filter based on attributes. We list a number of possible ; filters you might use, but you should customise this for your application. ; ; If you are using rfc2307bis, you can use this filter to provide authorisation ; support by adding filters such as: (memberOf=<groupdn>) user_filter = (&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount)) user_filter = (&(&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount))(|(uid=<PARAM>)(displayName=<PARAM>)(cn=<PARAM>))) ; group basedn ; Some applications may optionnaly use a group basedn to limit searches in the ; directory. This can be for performance or security reasons. Generally you ; shouldn't need this, preferring to use groups and filters for access control. group_basedn = ou=Groups,dc=example,dc=com ; group filter ; This is an ldap filter that will return only group objects. Additionally ; some applications will template into the filter (similar to sql statements) ; or they will generate the filter base on attributes. We list a number of ; possible filters you might use, but you should customise this for your ; application. group_filter = (&(objectclass=groupOfNames)) group_filter = (&(&(objectclass=groupOfNames))(|(cn=<PARAM>))) ; attribute mappings ; Due to the variety of schemas and attribute mappings in LDAP, there are ; different representations of attributes and values. This is a guess at ; the mappings that exist in your server, and what attributes you should ; configure and use. unique id = nsUniqueId user rdn = uid user identifier = uid group rdn = cn group member attribute = member # This is a generic list of LDAP client configuration parameters you may require # for connecting a client to this server. Some of them may or may not apply # to your application, so consult your application documentation for further # assistance. # # This program makes a number of assumptions about your data and configuration # which may not be correct. Be sure to check these values for your situation. ; ldap uri ; This is the uri of the server you will connect to and authenticate to. It ; must be a valid subjectAltName in the presented TLS certificate. Note that this ; is not an exhaustive list of your LDAP servers, and other applications in your ; network like load balancers may affect this. This is just what we derive from ; your current connection. ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 ; ldap dns discovery uri ; In some environments, you may have DNS SRV records such as ; "_ldap._tcp.<domain name>". If these are present in your dns server, you can ; use the following uri. ldap_uri = ldaps:///dc%3Dexample%2Cdc%3Dcom ; ca_cert ; To correctly use TLS, you require the valid CA cert that issued your LDAP TLS ; certificates. Sometimes a copy of this may be in your server instance as ca_cert = /etc/dirsrv/slapd-<instance>/ca.crt ; However that's not guaranteed. You can show the certs from the LDAP server ; by sshing to the server and running: certutil -L -d /etc/dirsrv/slapd-<instance>/ ; If you can identify the CA certificate name, you can then view it with: certutil -L -n <ca cert name> -a -d /etc/dirsrv/slapd-<instance>/ ; This should be a pem file you can use in your application's CA. ; Some applications don't require a ca certificate parameter, and will use the ; ca certificate from /etc/openldap/ldap.conf. You should configure ldap.conf ; in these cases. See the 'client_config ldap.conf' command in dsidm. ; basedn ; The basedn is the root suffix where all searches will originate from for ; LDAP objects. basedn = dc=example,dc=com ; schema_type ; LDAP servers have different ways to structure their objects and group ; relationships. Legacy servers will use rfc2307, where as modern servers will ; use rfc2307bis (requires MemberOf plugin to be enabled). This is the schema ; setting of your directory based on your running configuration (if we can ; detect it). schema_type = rfc2307bis ; user/account basedn ; Some applications may optionally use a user/account basedn to limit searches ; in the directory. This can be for performance or security reasons. Generally ; you shouldn't need this, preferring to use groups and filters for access ; control. user_basedn = ou=people,dc=example,dc=com ; user filter ; This is an ldap filter that will return only user objects. Additionally some ; applications will template into the filter (similar to sql statements) or they ; will generate the filter based on attributes. We list a number of possible ; filters you might use, but you should customise this for your application. ; ; If you are using rfc2307bis, you can use this filter to provide authorisation ; support by adding filters such as: (memberOf=<groupdn>) user_filter = (&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount)) user_filter = (&(&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount))(|(uid=<PARAM>)(displayName=<PARAM>)(cn=<PARAM>))) ; group basedn ; Some applications may optionnaly use a group basedn to limit searches in the ; directory. This can be for performance or security reasons. Generally you ; shouldn't need this, preferring to use groups and filters for access control. group_basedn = ou=Groups,dc=example,dc=com ; group filter ; This is an ldap filter that will return only group objects. Additionally ; some applications will template into the filter (similar to sql statements) ; or they will generate the filter base on attributes. We list a number of ; possible filters you might use, but you should customise this for your ; application. group_filter = (&(objectclass=groupOfNames)) group_filter = (&(&(objectclass=groupOfNames))(|(cn=<PARAM>))) ; attribute mappings ; Due to the variety of schemas and attribute mappings in LDAP, there are ; different representations of attributes and values. This is a guess at ; the mappings that exist in your server, and what attributes you should ; configure and use. unique id = nsUniqueId user rdn = uid user identifier = uid group rdn = cn group member attribute = member
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:195 Test dsidm display option DEBUG tests.suites.clu.dsidm_config_test:client_config.py:290 # This is a generic list of LDAP client configuration parameters you may require # for connecting a client to this server. Some of them may or may not apply # to your application, so consult your application documentation for further # assistance. # # This program makes a number of assumptions about your data and configuration # which may not be correct. Be sure to check these values for your situation. ; ldap uri ; This is the uri of the server you will connect to and authenticate to. It ; must be a valid subjectAltName in the presented TLS certificate. Note that this ; is not an exhaustive list of your LDAP servers, and other applications in your ; network like load balancers may affect this. This is just what we derive from ; your current connection. ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 ; ldap dns discovery uri ; In some environments, you may have DNS SRV records such as ; "_ldap._tcp.<domain name>". If these are present in your dns server, you can ; use the following uri. ldap_uri = ldaps:///dc%3Dexample%2Cdc%3Dcom ; ca_cert ; To correctly use TLS, you require the valid CA cert that issued your LDAP TLS ; certificates. Sometimes a copy of this may be in your server instance as ca_cert = /etc/dirsrv/slapd-<instance>/ca.crt ; However that's not guaranteed. You can show the certs from the LDAP server ; by sshing to the server and running: certutil -L -d /etc/dirsrv/slapd-<instance>/ ; If you can identify the CA certificate name, you can then view it with: certutil -L -n <ca cert name> -a -d /etc/dirsrv/slapd-<instance>/ ; This should be a pem file you can use in your application's CA. ; Some applications don't require a ca certificate parameter, and will use the ; ca certificate from /etc/openldap/ldap.conf. You should configure ldap.conf ; in these cases. See the 'client_config ldap.conf' command in dsidm. ; basedn ; The basedn is the root suffix where all searches will originate from for ; LDAP objects. basedn = dc=example,dc=com ; schema_type ; LDAP servers have different ways to structure their objects and group ; relationships. Legacy servers will use rfc2307, where as modern servers will ; use rfc2307bis (requires MemberOf plugin to be enabled). This is the schema ; setting of your directory based on your running configuration (if we can ; detect it). schema_type = rfc2307bis ; user/account basedn ; Some applications may optionally use a user/account basedn to limit searches ; in the directory. This can be for performance or security reasons. Generally ; you shouldn't need this, preferring to use groups and filters for access ; control. user_basedn = ou=people,dc=example,dc=com ; user filter ; This is an ldap filter that will return only user objects. Additionally some ; applications will template into the filter (similar to sql statements) or they ; will generate the filter based on attributes. We list a number of possible ; filters you might use, but you should customise this for your application. ; ; If you are using rfc2307bis, you can use this filter to provide authorisation ; support by adding filters such as: (memberOf=<groupdn>) user_filter = (&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount)) user_filter = (&(&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount))(|(uid=<PARAM>)(displayName=<PARAM>)(cn=<PARAM>))) ; group basedn ; Some applications may optionnaly use a group basedn to limit searches in the ; directory. This can be for performance or security reasons. Generally you ; shouldn't need this, preferring to use groups and filters for access control. group_basedn = ou=Groups,dc=example,dc=com ; group filter ; This is an ldap filter that will return only group objects. Additionally ; some applications will template into the filter (similar to sql statements) ; or they will generate the filter base on attributes. We list a number of ; possible filters you might use, but you should customise this for your ; application. group_filter = (&(objectclass=groupOfNames)) group_filter = (&(&(objectclass=groupOfNames))(|(cn=<PARAM>))) ; attribute mappings ; Due to the variety of schemas and attribute mappings in LDAP, there are ; different representations of attributes and values. This is a guess at ; the mappings that exist in your server, and what attributes you should ; configure and use. unique id = nsUniqueId user rdn = uid user identifier = uid group rdn = cn group member attribute = member INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:198 Check if display option was successful INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:51 Check if content is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:56 Check if value is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:59 Reset log file for next test INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:201 Enable MemberOf plugin INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:206 Test dsidm display option with MemberOf plugin DEBUG tests.suites.clu.dsidm_config_test:client_config.py:290 # This is a generic list of LDAP client configuration parameters you may require # for connecting a client to this server. Some of them may or may not apply # to your application, so consult your application documentation for further # assistance. # # This program makes a number of assumptions about your data and configuration # which may not be correct. Be sure to check these values for your situation. ; ldap uri ; This is the uri of the server you will connect to and authenticate to. It ; must be a valid subjectAltName in the presented TLS certificate. Note that this ; is not an exhaustive list of your LDAP servers, and other applications in your ; network like load balancers may affect this. This is just what we derive from ; your current connection. ldap_uri = ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 ; ldap dns discovery uri ; In some environments, you may have DNS SRV records such as ; "_ldap._tcp.<domain name>". If these are present in your dns server, you can ; use the following uri. ldap_uri = ldaps:///dc%3Dexample%2Cdc%3Dcom ; ca_cert ; To correctly use TLS, you require the valid CA cert that issued your LDAP TLS ; certificates. Sometimes a copy of this may be in your server instance as ca_cert = /etc/dirsrv/slapd-<instance>/ca.crt ; However that's not guaranteed. You can show the certs from the LDAP server ; by sshing to the server and running: certutil -L -d /etc/dirsrv/slapd-<instance>/ ; If you can identify the CA certificate name, you can then view it with: certutil -L -n <ca cert name> -a -d /etc/dirsrv/slapd-<instance>/ ; This should be a pem file you can use in your application's CA. ; Some applications don't require a ca certificate parameter, and will use the ; ca certificate from /etc/openldap/ldap.conf. You should configure ldap.conf ; in these cases. See the 'client_config ldap.conf' command in dsidm. ; basedn ; The basedn is the root suffix where all searches will originate from for ; LDAP objects. basedn = dc=example,dc=com ; schema_type ; LDAP servers have different ways to structure their objects and group ; relationships. Legacy servers will use rfc2307, where as modern servers will ; use rfc2307bis (requires MemberOf plugin to be enabled). This is the schema ; setting of your directory based on your running configuration (if we can ; detect it). schema_type = rfc2307bis ; user/account basedn ; Some applications may optionally use a user/account basedn to limit searches ; in the directory. This can be for performance or security reasons. Generally ; you shouldn't need this, preferring to use groups and filters for access ; control. user_basedn = ou=people,dc=example,dc=com ; user filter ; This is an ldap filter that will return only user objects. Additionally some ; applications will template into the filter (similar to sql statements) or they ; will generate the filter based on attributes. We list a number of possible ; filters you might use, but you should customise this for your application. ; ; If you are using rfc2307bis, you can use this filter to provide authorisation ; support by adding filters such as: (memberOf=<groupdn>) user_filter = (&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount)) user_filter = (&(&(objectclass=nsPerson)(objectclass=nsAccount)(objectclass=nsOrgPerson)(objectclass=posixAccount))(|(uid=<PARAM>)(displayName=<PARAM>)(cn=<PARAM>))) ; group basedn ; Some applications may optionnaly use a group basedn to limit searches in the ; directory. This can be for performance or security reasons. Generally you ; shouldn't need this, preferring to use groups and filters for access control. group_basedn = ou=Groups,dc=example,dc=com ; group filter ; This is an ldap filter that will return only group objects. Additionally ; some applications will template into the filter (similar to sql statements) ; or they will generate the filter base on attributes. We list a number of ; possible filters you might use, but you should customise this for your ; application. group_filter = (&(objectclass=groupOfNames)) group_filter = (&(&(objectclass=groupOfNames))(|(cn=<PARAM>))) ; attribute mappings ; Due to the variety of schemas and attribute mappings in LDAP, there are ; different representations of attributes and values. This is a guess at ; the mappings that exist in your server, and what attributes you should ; configure and use. unique id = nsUniqueId user rdn = uid user identifier = uid group rdn = cn group member attribute = member INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:209 Check if display option was successful with MemberOf plugin enabled INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:51 Check if content is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:56 Check if value is present in output INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:59 Reset log file for next test
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_config_test:dsidm_config_test.py:37 Delete log file
Passed suites/clu/dsidm_organizational_unit_test.py::test_dsidm_organizational_unit_delete 10.88
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.clu.dsidm_organizational_unit_test:dsidm_organizational_unit_test.py:31 Create organizational unit
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_organizational_unit_test:dsidm_organizational_unit_test.py:72 Test dsidm organizationalunit delete INFO LogCapture._generic_delete:__init__.py:117 Successfully deleted ou=toDelete,dc=example,dc=com INFO tests.suites.clu.dsidm_organizational_unit_test:dsidm_organizational_unit_test.py:76 Check the entry is deleted
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_organizational_unit_test:dsidm_organizational_unit_test.py:39 Delete organizational unit
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_list 10.01
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:82 Empty the log file to prevent false data to check about user INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:85 Test dsidm user list without json INFO LogCapture._generic_list:__init__.py:82 demo_user INFO LogCapture._generic_list:__init__.py:82 test_user_1000 INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:89 Test dsidm user list with json INFO LogCapture._generic_list:__init__.py:84 { "type": "list", "items": [ "demo_user", "test_user_1000" ] } INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:94 Delete the user INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:99 Test empty dsidm user list with json INFO LogCapture._generic_list:__init__.py:84 { "type": "list", "items": [ "demo_user" ] } INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:103 Test empty dsidm user list without json INFO LogCapture._generic_list:__init__.py:82 demo_user
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_get_rdn 0.09
-------------------------------Captured log setup-------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:175 Empty the log file to prevent false data to check about user INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:178 Test dsidm user get without json INFO LogCapture._generic_get:__init__.py:96 dn: uid=test_user_1000,ou=people,dc=example,dc=com cn: test_user_1000 displayName: test_user_1000 gidNumber: 2000 homeDirectory: /home/test_user_1000 objectClass: top objectClass: nsPerson objectClass: nsAccount objectClass: nsOrgPerson objectClass: posixAccount uid: test_user_1000 uidNumber: 1000 INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:182 Test dsidm user get with json INFO LogCapture._generic_get:__init__.py:92 { "type": "entry", "dn": "uid=test_user_1000,ou=people,dc=example,dc=com", "attrs": { "objectclass": [ "top", "nsPerson", "nsAccount", "nsOrgPerson", "posixAccount" ], "uid": [ "test_user_1000" ], "cn": [ "test_user_1000" ], "displayname": [ "test_user_1000" ], "uidnumber": [ "1000" ], "gidnumber": [ "2000" ], "homedirectory": [ "/home/test_user_1000" ], "creatorsname": [ "cn=directory manager" ], "modifiersname": [ "cn=directory manager" ], "createtimestamp": [ "20210424014135Z" ], "modifytimestamp": [ "20210424014135Z" ], "nsuniqueid": [ "32dc048b-a49e11eb-9583b371-ac088f24" ], "parentid": [ "4" ], "entryid": [ "16" ], "entryuuid": [ "47f651ac-5a6c-4424-963e-3ffbb43c8c10" ], "entrydn": [ "uid=test_user_1000,ou=people,dc=example,dc=com" ] } }
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_create 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:248 Test dsidm user create INFO LogCapture._generic_create:__init__.py:110 Successfully created new_user INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:252 Check that user is present INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:257 Clean up for next test
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_delete 0.10
-------------------------------Captured log setup-------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:285 Test dsidm user delete INFO LogCapture._generic_delete:__init__.py:117 Successfully deleted uid=test_user_1000,ou=people,dc=example,dc=com INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:289 Check that user does not exist
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_modify 0.12
-------------------------------Captured log setup-------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:318 Test dsidm user modify replace INFO LogCapture._generic_modify:__init__.py:337 Successfully modified uid=test_user_1000,ou=people,dc=example,dc=com INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:322 Test dsidm user modify add INFO LogCapture._generic_modify:__init__.py:337 Successfully modified uid=test_user_1000,ou=people,dc=example,dc=com INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:328 Test dsidm user modify delete INFO LogCapture._generic_modify:__init__.py:337 Successfully modified uid=test_user_1000,ou=people,dc=example,dc=com
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_rename_keep_old_rdn 0.10
-------------------------------Captured log setup-------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:360 Test dsidm user rename INFO LogCapture._generic_rename:__init__.py:128 Successfully renamed to uid=my_user,ou=people,dc=example,dc=com INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:366 my_user should have uid attribute with the old rdn INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:371 Old user dn should not exist INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:374 Clean up
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
Passed suites/clu/dsidm_user_test.py::test_dsidm_user_rename 2.62
-------------------------------Captured log setup-------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:34 Create test user
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:403 Test dsidm user rename INFO LogCapture._generic_rename:__init__.py:128 Successfully renamed to uid=my_user,ou=people,dc=example,dc=com INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:410 New user should not have uid attribute with the old rdn INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:415 Old user dn should not exist. INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:418 Clean up
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.dsidm_user_test:dsidm_user_test.py:42 Delete test user
Passed suites/clu/dsrc_test.py::test_dsrc 10.93
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO LogCapture:dsrc.py:264 [standalone1] INFO LogCapture:dsrc.py:266 basedn = dc=example,dc=com INFO LogCapture:dsrc.py:266 binddn = cn=Directory Manager INFO LogCapture:dsrc.py:267 INFO LogCapture:dsrc.py:264 [standalone1] INFO LogCapture:dsrc.py:266 basedn = dc=example,dc=com INFO LogCapture:dsrc.py:266 binddn = cn=Directory Manager INFO LogCapture:dsrc.py:267 INFO LogCapture:dsrc.py:264 [Second] INFO LogCapture:dsrc.py:266 basedn = o=second INFO LogCapture:dsrc.py:266 binddn = cn=Directory Manager INFO LogCapture:dsrc.py:267 INFO LogCapture:dsrc.py:264 [standalone1] INFO LogCapture:dsrc.py:266 basedn = dc=example,dc=com INFO LogCapture:dsrc.py:266 binddn = cn=Directory Manager INFO LogCapture:dsrc.py:267 INFO LogCapture:dsrc.py:264 [standalone1] INFO LogCapture:dsrc.py:266 basedn = o=different INFO LogCapture:dsrc.py:266 binddn = cn=Directory Manager INFO LogCapture:dsrc.py:267 INFO LogCapture:dsrc.py:264 [standalone1] INFO LogCapture:dsrc.py:266 binddn = cn=Directory Manager INFO LogCapture:dsrc.py:267
Passed suites/clu/fixup_test.py::test_posix_winsync_fixup 20.05
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.clu.fixup_test:fixup_test.py:73 Enable POSIXWinsyncPlugin INFO tests.suites.clu.fixup_test:fixup_test.py:77 Stopping the server and importing posix accounts INFO tests.suites.clu.fixup_test:fixup_test.py:87 Run Fixup task INFO tests.suites.clu.fixup_test:posix_winsync.py:29 Attempting to add task entry... INFO tests.suites.clu.fixup_test:posix_winsync.py:39 Successfully added task entry INFO tests.suites.clu.fixup_test:fixup_test.py:90 Check log if fixup task was successful
-----------------------------Captured log teardown------------------------------
INFO tests.suites.clu.fixup_test:fixup_test.py:43 Delete files
Passed suites/clu/schema_test.py::test_origins_with_extra_parenthesis 8.80
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/clu/schema_test.py::test_origins[attr1-99999.1-None] 0.22
No log output captured.
Passed suites/clu/schema_test.py::test_origins[attr2-99999.2-test-str] 0.29
No log output captured.
Passed suites/clu/schema_test.py::test_origins[attr3-99999.3-xorg2] 0.32
No log output captured.
Passed suites/clu/schema_test.py::test_origins[attr4-99999.4-test-tuple] 1.21
No log output captured.
Passed suites/config/autotuning_test.py::test_threads_basic 8.83
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:39 Set nsslapd-threadnumber: -1 to enable autotuning INFO tests.suites.config.autotuning_test:autotuning_test.py:42 Assert nsslapd-threadnumber is equal to the documented expected value
Passed suites/config/autotuning_test.py::test_threads_warning 1.79
No log output captured.
Passed suites/config/autotuning_test.py::test_threads_invalid_value[-2] 0.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:87 Set nsslapd-threadnumber: -2. Operation should fail
Passed suites/config/autotuning_test.py::test_threads_invalid_value[0] 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:87 Set nsslapd-threadnumber: 0. Operation should fail
Passed suites/config/autotuning_test.py::test_threads_invalid_value[invalid] 0.21
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:87 Set nsslapd-threadnumber: invalid. Operation should fail
Passed suites/config/autotuning_test.py::test_threads_back_from_manual_value 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:109 Set nsslapd-threadnumber: -1 to enable autotuning and save the new value INFO tests.suites.config.autotuning_test:autotuning_test.py:113 Set nsslapd-threadnumber to the autotuned value decreased by 2 INFO tests.suites.config.autotuning_test:autotuning_test.py:118 Set nsslapd-threadnumber: -1 to enable autotuning INFO tests.suites.config.autotuning_test:autotuning_test.py:121 Assert nsslapd-threadnumber is back to the autotuned value
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[-] 4.33
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'201326592' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:180 Delete nsslapd-cache-autosize INFO tests.suites.config.autotuning_test:autotuning_test.py:190 Delete nsslapd-cache-autosize-split INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'201326592' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'25'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[-0] 5.61
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'201326592' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:180 Delete nsslapd-cache-autosize INFO tests.suites.config.autotuning_test:autotuning_test.py:187 Set nsslapd-cache-autosize-split to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'201326592' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'0'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-400] 4.23
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'201326592' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:177 Set nsslapd-cache-autosize to 10 INFO tests.suites.config.autotuning_test:autotuning_test.py:187 Set nsslapd-cache-autosize-split to 40 INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'261400690' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'469762048' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[-40] 4.78
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'261400690' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'469762048' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'40' INFO tests.suites.config.autotuning_test:autotuning_test.py:180 Delete nsslapd-cache-autosize INFO tests.suites.config.autotuning_test:autotuning_test.py:187 Set nsslapd-cache-autosize-split to 40 INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'816877158' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'1140850688' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'134217728' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-] 4.83
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'816877158' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'1140850688' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'134217728' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'40' INFO tests.suites.config.autotuning_test:autotuning_test.py:177 Set nsslapd-cache-autosize to 10 INFO tests.suites.config.autotuning_test:autotuning_test.py:190 Delete nsslapd-cache-autosize-split INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'163375431' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'603979776' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'25'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-401] 4.45
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'163375431' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'603979776' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:177 Set nsslapd-cache-autosize to 10 INFO tests.suites.config.autotuning_test:autotuning_test.py:187 Set nsslapd-cache-autosize-split to 40 INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'261400690' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'469762048' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-0] 4.68
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:169 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:170 nsslapd-dbcachesize == b'261400690' INFO tests.suites.config.autotuning_test:autotuning_test.py:171 nsslapd-cachememsize == b'469762048' INFO tests.suites.config.autotuning_test:autotuning_test.py:172 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:173 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:174 nsslapd-cache-autosize-split == b'40' INFO tests.suites.config.autotuning_test:autotuning_test.py:177 Set nsslapd-cache-autosize to 10 INFO tests.suites.config.autotuning_test:autotuning_test.py:187 Set nsslapd-cache-autosize-split to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:196 Trying to set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:199 Trying to set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:216 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:217 nsslapd-dbcachesize == b'163375431' INFO tests.suites.config.autotuning_test:autotuning_test.py:218 nsslapd-cachememsize == b'603979776' INFO tests.suites.config.autotuning_test:autotuning_test.py:219 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:220 nsslapd-cache-autosize == b'10' INFO tests.suites.config.autotuning_test:autotuning_test.py:221 nsslapd-cache-autosize-split == b'0'
Passed suites/config/autotuning_test.py::test_cache_autosize_basic_sane[0] 9.46
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:273 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:274 nsslapd-dbcachesize == b'163375431' INFO tests.suites.config.autotuning_test:autotuning_test.py:275 nsslapd-cachememsize == b'603979776' INFO tests.suites.config.autotuning_test:autotuning_test.py:276 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:277 nsslapd-cache-autosize-split == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:280 Set nsslapd-cache-autosize-split to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:289 Set nsslapd-dbcachesize to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:291 Set nsslapd-cachememsize to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:307 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:308 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:309 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:310 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:311 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:312 nsslapd-cache-autosize-split == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:273 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:274 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:275 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:276 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:277 nsslapd-cache-autosize-split == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:280 Set nsslapd-cache-autosize-split to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:289 Set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:291 Set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:307 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:308 nsslapd-dbcachesize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:309 nsslapd-cachememsize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:310 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:311 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:312 nsslapd-cache-autosize-split == b'0'
Passed suites/config/autotuning_test.py::test_cache_autosize_basic_sane[] 9.68
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:273 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:274 nsslapd-dbcachesize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:275 nsslapd-cachememsize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:276 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:277 nsslapd-cache-autosize-split == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:283 Delete nsslapd-cache-autosize-split INFO tests.suites.config.autotuning_test:autotuning_test.py:289 Set nsslapd-dbcachesize to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:291 Set nsslapd-cachememsize to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:307 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:308 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:309 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:310 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:311 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:312 nsslapd-cache-autosize-split == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:273 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:274 nsslapd-dbcachesize == b'408438579' INFO tests.suites.config.autotuning_test:autotuning_test.py:275 nsslapd-cachememsize == b'1409286144' INFO tests.suites.config.autotuning_test:autotuning_test.py:276 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:277 nsslapd-cache-autosize-split == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:283 Delete nsslapd-cache-autosize-split INFO tests.suites.config.autotuning_test:autotuning_test.py:289 Set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:291 Set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:307 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:308 nsslapd-dbcachesize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:309 nsslapd-cachememsize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:310 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:311 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:312 nsslapd-cache-autosize-split == b'25'
Passed suites/config/autotuning_test.py::test_cache_autosize_basic_sane[40] 9.56
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:273 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:274 nsslapd-dbcachesize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:275 nsslapd-cachememsize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:276 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:277 nsslapd-cache-autosize-split == b'25' INFO tests.suites.config.autotuning_test:autotuning_test.py:280 Set nsslapd-cache-autosize-split to 40 INFO tests.suites.config.autotuning_test:autotuning_test.py:289 Set nsslapd-dbcachesize to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:291 Set nsslapd-cachememsize to 0 INFO tests.suites.config.autotuning_test:autotuning_test.py:307 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:308 nsslapd-dbcachesize == b'816877158' INFO tests.suites.config.autotuning_test:autotuning_test.py:309 nsslapd-cachememsize == b'1140850688' INFO tests.suites.config.autotuning_test:autotuning_test.py:310 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:311 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:312 nsslapd-cache-autosize-split == b'40' INFO tests.suites.config.autotuning_test:autotuning_test.py:273 Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO tests.suites.config.autotuning_test:autotuning_test.py:274 nsslapd-dbcachesize == b'816877158' INFO tests.suites.config.autotuning_test:autotuning_test.py:275 nsslapd-cachememsize == b'1140850688' INFO tests.suites.config.autotuning_test:autotuning_test.py:276 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:277 nsslapd-cache-autosize-split == b'40' INFO tests.suites.config.autotuning_test:autotuning_test.py:280 Set nsslapd-cache-autosize-split to 40 INFO tests.suites.config.autotuning_test:autotuning_test.py:289 Set nsslapd-dbcachesize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:291 Set nsslapd-cachememsize to 33333333 INFO tests.suites.config.autotuning_test:autotuning_test.py:307 Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO tests.suites.config.autotuning_test:autotuning_test.py:308 nsslapd-dbcachesize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:309 nsslapd-cachememsize == b'33333333' INFO tests.suites.config.autotuning_test:autotuning_test.py:310 nsslapd-dncachememsize == b'67108864' INFO tests.suites.config.autotuning_test:autotuning_test.py:311 nsslapd-cache-autosize == b'0' INFO tests.suites.config.autotuning_test:autotuning_test.py:312 nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_invalid_values[-2] 0.84
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:346 Set nsslapd-cache-autosize-split to -2 INFO tests.suites.config.autotuning_test:autotuning_test.py:352 Set nsslapd-cache-autosize to -2
Passed suites/config/autotuning_test.py::test_cache_autosize_invalid_values[102] 0.28
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:346 Set nsslapd-cache-autosize-split to 102 INFO tests.suites.config.autotuning_test:autotuning_test.py:352 Set nsslapd-cache-autosize to 102
Passed suites/config/autotuning_test.py::test_cache_autosize_invalid_values[invalid] 1.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.autotuning_test:autotuning_test.py:346 Set nsslapd-cache-autosize-split to invalid INFO tests.suites.config.autotuning_test:autotuning_test.py:352 Set nsslapd-cache-autosize to invalid
Passed suites/config/config_delete_attr_test.py::test_delete_storagescheme 8.91
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:42 Check we can modify passwordStorageScheme INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:46 Check removal of passwordStorageScheme is rejected
Passed suites/config/config_delete_attr_test.py::test_reset_attributes 2.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:128 Change nsslapd-listenhost value to --> localhost INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:132 Now reset the attribute INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:135 nsslapd-listenhost is reset to None INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:128 Change nsslapd-securelistenhost value to --> localhost INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:132 Now reset the attribute INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:135 nsslapd-securelistenhost is reset to None INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:128 Change nsslapd-allowed-sasl-mechanisms value to --> GSSAPI INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:132 Now reset the attribute INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:135 nsslapd-allowed-sasl-mechanisms is reset to None INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:128 Change nsslapd-svrtab value to --> Some data INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:132 Now reset the attribute INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:135 nsslapd-svrtab is reset to None INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-localuser INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-defaultnamingcontext INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-accesslog INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-auditlog INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-errorlog INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-tmpdir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-rundir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-bakdir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-certdir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-instancedir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-ldifdir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-lockdir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-schemadir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-workingdir INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-localhost INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-certmap-basedn INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-port INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-secureport INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-conntablesize INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-rootpw INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-hash-filters INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-requiresrestart INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-plugin INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-privatenamespaces INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-allowed-to-delete-attrs INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-accesslog-list INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-auditfaillog-list INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-auditlog-list INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-errorlog-list INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-config INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-versionstring INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting objectclass INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting cn INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-backendconfig INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-betype INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default! INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-connection-buffer INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-malloc-mmap-threshold INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-malloc-mxfast INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-malloc-trim-threshold INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-referralmode INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting nsslapd-saslpath INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:145 Change was rejected, test passed INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:138 Resetting passwordadmindn INFO tests.suites.config.config_delete_attr_test:config_delete_attr_test.py:148 This attribute isn't part of cn=config, so is already default!
Passed suites/config/config_test.py::test_nagle_default_value 8.48
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:60 Check the value of nsslapd-nagle attribute is off by default
Passed suites/config/config_test.py::test_maxbersize_repl 46.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 06078b86-f583-4893-a935-ffcdf94d58c4 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a6a76bde-fcf7-4ca4-963f-d12052286968 / got description=06078b86-f583-4893-a935-ffcdf94d58c4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:89 Set nsslapd-maxbersize: 20K to supplier2 INFO tests.suites.config.config_test:config_test.py:94 Try to add attribute with a big value to supplier2 - expect to FAIL INFO tests.suites.config.config_test:config_test.py:101 Try to add attribute with a big value to supplier1 - expect to PASS INFO tests.suites.config.config_test:config_test.py:106 Check if a big value was successfully added to supplier1 INFO tests.suites.config.config_test:config_test.py:110 Check if a big value was successfully replicated to supplier2
Passed suites/config/config_test.py::test_config_listen_backport_size 0.25
No log output captured.
Passed suites/config/config_test.py::test_config_deadlock_policy 0.83
No log output captured.
Passed suites/config/config_test.py::test_defaultnamingcontext 1.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:240 Check the attribute nsslapd-defaultnamingcontext is present in cn=config INFO tests.suites.config.config_test:config_test.py:243 Delete nsslapd-defaultnamingcontext attribute INFO tests.suites.config.config_test:config_test.py:250 modify nsslapd-defaultnamingcontext with new suffix INFO tests.suites.config.config_test:config_test.py:253 Add new invalid value at runtime to nsslapd-defaultnamingcontext INFO tests.suites.config.config_test:config_test.py:257 Modify nsslapd-defaultnamingcontext with blank value INFO tests.suites.config.config_test:config_test.py:260 Add new suffix when nsslapd-defaultnamingcontext is empty INFO tests.suites.config.config_test:config_test.py:264 Check the value of the nsslapd-defaultnamingcontext automatically have the new suffix INFO tests.suites.config.config_test:config_test.py:267 Adding new suffix when nsslapd-defaultnamingcontext is not empty INFO tests.suites.config.config_test:config_test.py:271 Check the value of the nsslapd-defaultnamingcontext has not changed INFO tests.suites.config.config_test:config_test.py:274 Remove the newly added suffix and check the values of the attribute is not changed INFO tests.suites.config.config_test:config_test.py:278 Remove all the suffix at the end
Passed suites/config/config_test.py::test_allow_add_delete_config_attributes 3.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:328 Add a new valid attribute at runtime to cn=config INFO tests.suites.config.config_test:config_test.py:332 Delete nsslapd-listenhost to restore the default value INFO tests.suites.config.config_test:config_test.py:337 Add new invalid attribute at runtime to cn=config INFO tests.suites.config.config_test:config_test.py:341 Make sure the invalid attribute is not added
Passed suites/config/config_test.py::test_ignore_virtual_attrs 0.52
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:374 Check the attribute nsslapd-ignore-virtual-attrs is present in cn=config INFO tests.suites.config.config_test:config_test.py:377 Check the default value of attribute nsslapd-ignore-virtual-attrs should be OFF INFO tests.suites.config.config_test:config_test.py:380 Set the valid values i.e. on/ON and off/OFF for nsslapd-ignore-virtual-attrs INFO tests.suites.config.config_test:config_test.py:385 Set invalid value for attribute nsslapd-ignore-virtual-attrs INFO tests.suites.config.config_test:config_test.py:396 Add cosPointer, cosTemplate and test entry to default suffix, where virtual attribute is postal code INFO tests.suites.config.config_test:config_test.py:409 Test if virtual attribute i.e. postal code shown in test entry while nsslapd-ignore-virtual-attrs: off INFO tests.suites.config.config_test:config_test.py:412 Set nsslapd-ignore-virtual-attrs=on INFO tests.suites.config.config_test:config_test.py:415 Test if virtual attribute i.e. postal code not shown while nsslapd-ignore-virtual-attrs: on
Passed suites/config/config_test.py::test_ndn_cache_enabled 8.24
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.config_test:config_test.py:443 Check the attribute nsslapd-ndn-cache-enabled is present in cn=config INFO tests.suites.config.config_test:config_test.py:446 Check the attribute nsslapd-ndn-cache-enabled has the default value set as ON INFO tests.suites.config.config_test:config_test.py:449 Check the attribute nsslapd-ndn-cache-max-size is present in cn=config INFO tests.suites.config.config_test:config_test.py:455 Ticket#49593 : NDN cache stats should be under the global stats - Implemented in 1.4 INFO tests.suites.config.config_test:config_test.py:456 Fetch the monitor value according to the ds version INFO tests.suites.config.config_test:config_test.py:462 Check the backend monitor output for Normalized DN cache statistics, while nsslapd-ndn-cache-enabled is off INFO tests.suites.config.config_test:config_test.py:468 Check the backend monitor output for Normalized DN cache statistics, while nsslapd-ndn-cache-enabled is on INFO tests.suites.config.config_test:config_test.py:474 Set invalid value for nsslapd-ndn-cache-enabled INFO tests.suites.config.config_test:config_test.py:478 Set invalid value for nsslapd-ndn-cache-max-size
Passed suites/config/config_test.py::test_require_index 1.45
No log output captured.
Passed suites/config/config_test.py::test_require_internal_index 11.43
No log output captured.
Passed suites/config/regression_test.py::test_maxbersize_repl 17.83
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.regression_test:regression_test.py:100 Set nsslapd-errorlog-maxlogsize before nsslapd-errorlog-logmaxdiskspace INFO tests.suites.config.regression_test:regression_test.py:104 Assert no init_dse_file errors in the error log INFO tests.suites.config.regression_test:regression_test.py:108 Set nsslapd-errorlog-maxlogsize after nsslapd-errorlog-logmaxdiskspace INFO tests.suites.config.regression_test:regression_test.py:112 Assert no init_dse_file errors in the error log
Passed suites/config/removed_config_49298_test.py::test_restore_config 12.07
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.removed_config_49298_test:removed_config_49298_test.py:43 /etc/dirsrv/slapd-standalone1
Passed suites/config/removed_config_49298_test.py::test_removed_config 2.52
-------------------------------Captured log call--------------------------------
INFO tests.suites.config.removed_config_49298_test:removed_config_49298_test.py:72 /etc/dirsrv/slapd-standalone1
Passed suites/cos/cos_test.py::test_positive 10.82
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/cos/indirect_cos_test.py::test_indirect_cos 15.86
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.cos.indirect_cos_test:indirect_cos_test.py:113 Add custom schema... INFO tests.suites.cos.indirect_cos_test:indirect_cos_test.py:126 Add test user... INFO tests.suites.cos.indirect_cos_test:indirect_cos_test.py:143 Setup indirect COS...
------------------------------Captured stdout call------------------------------
Successfully created subtree password policy
-------------------------------Captured log call--------------------------------
INFO tests.suites.cos.indirect_cos_test:indirect_cos_test.py:163 Checking user... INFO tests.suites.cos.indirect_cos_test:indirect_cos_test.py:60 Create password policy for subtree ou=people,dc=example,dc=com INFO tests.suites.cos.indirect_cos_test:indirect_cos_test.py:170 Checking user...
Passed suites/disk_monitoring/disk_monitoring_test.py::test_verify_operation_when_disk_monitoring_is_off 20.95
-----------------------------Captured stdout setup------------------------------
Relabeled /var/log/dirsrv/slapd-standalone1 from unconfined_u:object_r:user_tmp_t:s0 to system_u:object_r:dirsrv_var_log_t:s0
-----------------------------Captured stderr setup------------------------------
chown: cannot access '/var/log/dirsrv/slapd-standalone1/*': No such file or directory
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
25+0 records in 25+0 records out 26214400 bytes (26 MB, 25 MiB) copied, 0.0116264 s, 2.3 GB/s dd: error writing '/var/log/dirsrv/slapd-standalone1/foo1': No space left on device 10+0 records in 9+0 records out 10465280 bytes (10 MB, 10 MiB) copied, 0.00691158 s, 1.5 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_enable_external_libs_debug_log 34.64
------------------------------Captured stderr call------------------------------
10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.00710048 s, 1.5 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_free_up_the_disk_space_and_change_ds_config 4.36
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_verify_operation_with_nsslapd_disk_monitoring_logging_critical_off 34.60
------------------------------Captured stderr call------------------------------
10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.0051851 s, 2.0 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_operation_with_nsslapd_disk_monitoring_logging_critical_on_below_half_of_the_threshold 25.44
------------------------------Captured stderr call------------------------------
31+0 records in 31+0 records out 32505856 bytes (33 MB, 31 MiB) copied, 0.014691 s, 2.2 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_setting_nsslapd_disk_monitoring_logging_critical_to_off 3.48
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_operation_with_nsslapd_disk_monitoring_logging_critical_off 66.86
------------------------------Captured stderr call------------------------------
10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.00595421 s, 1.8 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_operation_with_nsslapd_disk_monitoring_logging_critical_off_below_half_of_the_threshold 152.81
------------------------------Captured stderr call------------------------------
30+0 records in 30+0 records out 31457280 bytes (31 MB, 30 MiB) copied, 0.0134278 s, 2.3 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_go_straight_below_half_of_the_threshold 107.55
------------------------------Captured stderr call------------------------------
31+0 records in 31+0 records out 32505856 bytes (33 MB, 31 MiB) copied, 0.0276805 s, 1.2 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_readonly_on_threshold 28.04
------------------------------Captured stderr call------------------------------
10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.00660596 s, 1.6 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_readonly_on_threshold_below_half_of_the_threshold 49.18
------------------------------Captured stderr call------------------------------
31+0 records in 31+0 records out 32505856 bytes (33 MB, 31 MiB) copied, 0.0146483 s, 2.2 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_below_half_of_the_threshold_not_starting_after_shutdown 110.76
------------------------------Captured stderr call------------------------------
31+0 records in 31+0 records out 32505856 bytes (33 MB, 31 MiB) copied, 0.0143877 s, 2.3 GB/s
-------------------------------Captured log call--------------------------------
INFO lib389:disk_monitoring_test.py:619 Instance start up has failed as expected
Passed suites/disk_monitoring/disk_monitoring_test.py::test_go_straight_below_4kb 17.99
------------------------------Captured stderr call------------------------------
25+0 records in 25+0 records out 26214400 bytes (26 MB, 25 MiB) copied, 0.0163308 s, 1.6 GB/s dd: error writing '/var/log/dirsrv/slapd-standalone1/foo1': No space left on device 10+0 records in 9+0 records out 10170368 bytes (10 MB, 9.7 MiB) copied, 0.00783242 s, 1.3 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_threshold_to_overflow_value 0.10
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_threshold_is_reached_to_half 14.44
------------------------------Captured stderr call------------------------------
10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.00447011 s, 2.3 GB/s
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-threshold--2] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-threshold-9223372036854775808] 0.07
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-threshold-2047] 0.09
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-threshold-0] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-threshold--1294967296] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-threshold-invalid] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-invalid] 0.05
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-1] 0.05
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-grace-period-00] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-grace-period-525 948] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-grace-period--10] 0.05
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-logging-critical-oninvalid] 0.07
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-grace-period--11] 0.06
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_negagtive_parameterize[nsslapd-disk-monitoring-grace-period-01] 0.07
No log output captured.
Passed suites/disk_monitoring/disk_monitoring_test.py::test_valid_operations_are_permitted 12.17
No log output captured.
Passed suites/disk_monitoring/disk_space_test.py::test_basic 11.19
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:disk_space_test.py:37 Check that "partition", "size", "used", "available", "use%" words are present in the string INFO lib389:disk_space_test.py:41 Check that the sizes are numbers
Passed suites/ds_logs/ds_logs_test.py::test_check_default 8.82
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
DEBUG tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:233 on
Passed suites/ds_logs/ds_logs_test.py::test_plugin_set_invalid 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:252 test_plugin_set_invalid - Expect to fail with junk value
Passed suites/ds_logs/ds_logs_test.py::test_log_plugin_on 4.52
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:279 Bug 1273549 - Check access logs for millisecond, when attribute is ON INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:280 perform any ldap operation, which will trigger the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:36 Adding 10 users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:284 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:287 parse the access logs
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:172 Removing all added users
Passed suites/ds_logs/ds_logs_test.py::test_log_plugin_off 14.47
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:319 Bug 1273549 - Check access logs for missing millisecond, when attribute is OFF INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:321 test_log_plugin_off - set the configuration attribute to OFF INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:324 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:327 test_log_plugin_off - delete the previous access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:36 Adding 10 users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:334 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:337 check access log that microseconds are not present
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:172 Removing all added users
Passed suites/ds_logs/ds_logs_test.py::test_internal_log_server_level_0 6.94
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:365 Set nsslapd-plugin-logging to on INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:368 Configure access log level to 0 INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:372 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:376 Check if access log does not contain internal log of MOD operation INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:382 Check if the other internal operations are not present
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:153 Stopping the instance INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:155 Deleting the access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:157 Starting the instance
Passed suites/ds_logs/ds_logs_test.py::test_internal_log_server_level_4 9.37
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:414 Set nsslapd-plugin-logging to on INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:417 Configure access log level to 4 INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:421 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:426 Check if access log contains internal MOD operation in correct format INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:432 Check if the other internal operations have the correct format
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:153 Stopping the instance INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:155 Deleting the access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:157 Starting the instance
Passed suites/ds_logs/ds_logs_test.py::test_internal_log_level_260 13.55
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:102 Enable automember plugin INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:106 Enable Referential Integrity plugin INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:110 Set nsslapd-plugin-logging to on INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:113 Restart the server INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:120 Configure access log level to 260 INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:86 Renaming user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:89 Delete the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:92 Delete automember entry, org. unit and group for the next test INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:472 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:476 Check the access logs for ADD operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:492 Check the access logs for MOD operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:506 Check the access logs for DEL operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:518 Check if the other internal operations have the correct format
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:126 Delete the previous access logs for the next test
Passed suites/ds_logs/ds_logs_test.py::test_internal_log_level_131076 9.37
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:120 Configure access log level to 131076 INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:86 Renaming user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:89 Delete the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:92 Delete automember entry, org. unit and group for the next test INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:557 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:561 Check the access logs for ADD operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:577 Check the access logs for MOD operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:591 Check the access logs for DEL operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:603 Check if the other internal operations have the correct format
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:126 Delete the previous access logs for the next test
Passed suites/ds_logs/ds_logs_test.py::test_internal_log_level_516 10.94
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:120 Configure access log level to 516 INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:86 Renaming user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:89 Delete the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:92 Delete automember entry, org. unit and group for the next test INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:642 Restart the server to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:646 Check the access logs for ADD operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:663 Check the access logs for MOD operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:680 Check the access logs for DEL operation of the user INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:695 Check if the other internal operations have the correct format
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:126 Delete the previous access logs for the next test
Passed suites/ds_logs/ds_logs_test.py::test_access_log_truncated_search_message 8.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:722 Make a search INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:725 Restart the server to flush the logs
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:153 Stopping the instance INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:155 Deleting the access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:157 Starting the instance
Passed suites/ds_logs/ds_logs_test.py::test_etime_order_of_magnitude 6.09
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:811 add_users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:36 Adding 30 users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:814 search users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:817 parse the access logs to get the SRCH string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:825 get the operation start time from the SRCH string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:829 get the OP number from the SRCH string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:833 get the RESULT string matching the SRCH OP number INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:842 get the operation end time from the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:846 get the logged etime for the operation from the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:853 Calculate the ratio between logged etime for the operation and elapsed time from its start time to its end time - should be around 1
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:172 Removing all added users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:153 Stopping the instance INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:155 Deleting the access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:157 Starting the instance
Passed suites/ds_logs/ds_logs_test.py::test_optime_and_wtime_keywords 6.12
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:890 add_users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:36 Adding 30 users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:893 search users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:896 parse the access logs to get the SRCH string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:904 get the OP number from the SRCH string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:908 get the RESULT string matching the SRCH op number INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:915 Search for the wtime keyword in the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:918 get the wtime value from the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:921 Search for the optime keyword in the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:924 get the optime value from the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:927 get the etime value from the RESULT string INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:930 Check that (wtime + optime) is approximately equal to etime i.e. their ratio is 1
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:172 Removing all added users INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:153 Stopping the instance INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:155 Deleting the access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:157 Starting the instance
Passed suites/ds_logs/ds_logs_test.py::test_log_base_dn_when_invalid_attr_request 3.61
-------------------------------Captured log setup-------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:200 Disable access log buffering
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:962 delete the previous access logs to get a fresh new one INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:965 Search the default suffix, with invalid '"" ""' attribute request INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:966 A Protocol error exception should be raised, see https://github.com/389ds/389-ds-base/issues/3028 INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:972 Check the access logs for correct messages
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:203 Enable access log buffering
Passed suites/ds_logs/ds_logs_test.py::test_audit_log_rotate_and_check_string 12.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1020 Doing modifications to rotate audit log INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1025 Doing one more modification just in case INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1032 Check that DS string is present on first line INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1036 Check that DS string is present only once
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:187 Setting audit log config back to default values INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:153 Stopping the instance INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:155 Deleting the access logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:157 Starting the instance
Passed suites/ds_logs/ds_logs_test.py::test_enable_external_libs_debug_log 18.95
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1074 Create a user to bind on INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1086 Set nsslapd-external-libs-debug-enabled to "on" INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1089 Clean the error log INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1092 Bind as the user to generate OpenLDAP output INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1095 Restart the servers to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1098 Check the error log for OpenLDAP debug log INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1101 Set nsslapd-external-libs-debug-enabled to "off" INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1104 Clean the error log INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1107 Bind as the user to generate OpenLDAP output INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1110 Restart the servers to flush the logs INFO tests.suites.ds_logs.ds_logs_test:ds_logs_test.py:1113 Check the error log for OpenLDAP debug log
Passed suites/ds_logs/regression_test.py::test_default_loglevel_stripped[24576] 8.98
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/ds_logs/regression_test.py::test_default_loglevel_stripped[16512] 0.27
No log output captured.
Passed suites/ds_logs/regression_test.py::test_default_loglevel_stripped[16385] 1.35
No log output captured.
Passed suites/ds_logs/regression_test.py::test_dse_config_loglevel_error 43.00
No log output captured.
Passed suites/ds_tools/logpipe_test.py::test_user_permissions 12.87
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.ds_tools.logpipe_test:logpipe_test.py:32 Add system test user - dirsrv_testuser
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_tools.logpipe_test:logpipe_test.py:68 Try to create a logpipe in the log directory with "-u" option specifying the user
-----------------------------Captured log teardown------------------------------
INFO tests.suites.ds_tools.logpipe_test:logpipe_test.py:41 Delete system test user - dirsrv_testuser
Passed suites/ds_tools/replcheck_test.py::test_state 95.85
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 828261e7-0a67-4eef-ae31-4d758ed01609 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 21f97c6a-d30f-414b-8e9e-9da9f4ee88b3 / got description=828261e7-0a67-4eef-ae31-4d758ed01609) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 0da23512-8e10-4341-9648-a1336fa55ba0 / got description=21f97c6a-d30f-414b-8e9e-9da9f4ee88b3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO tests.suites.ds_tools.replcheck_test:replcheck_test.py:101 Export LDAPTLS_CACERTDIR env variable for ds-replcheck INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect fe8369b6-0b70-4a89-acca-d27383c72b23 / got description=0da23512-8e10-4341-9648-a1336fa55ba0) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect b948f151-34b2-4bde-b7b8-5fe9a9eaf0d3 / got description=fe8369b6-0b70-4a89-acca-d27383c72b23) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working
Passed suites/ds_tools/replcheck_test.py::test_check_ruv 17.53
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/export_supplier1.ldif ldiffile: /tmp/export_supplier2.ldif
Passed suites/ds_tools/replcheck_test.py::test_missing_entries 19.96
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/export_supplier1.ldif ldiffile: /tmp/export_supplier2.ldif
Passed suites/ds_tools/replcheck_test.py::test_tombstones 22.23
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/export_supplier1.ldif ldiffile: /tmp/export_supplier2.ldif
Passed suites/ds_tools/replcheck_test.py::test_conflict_entries 28.77
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/export_supplier1.ldif ldiffile: /tmp/export_supplier2.ldif
Passed suites/ds_tools/replcheck_test.py::test_inconsistencies 21.97
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/export_supplier1.ldif ldiffile: /tmp/export_supplier2.ldif
Passed suites/ds_tools/replcheck_test.py::test_suffix_exists 0.37
No log output captured.
Passed suites/ds_tools/replcheck_test.py::test_check_missing_tombstones 17.58
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/export_supplier1.ldif ldiffile: /tmp/export_supplier2.ldif
Passed suites/ds_tools/replcheck_test.py::test_dsreplcheck_with_password_file 0.08
No log output captured.
Passed suites/ds_tools/replcheck_test.py::test_dsreplcheck_timeout_connection_mechanisms 4.66
-------------------------------Captured log call--------------------------------
INFO tests.suites.ds_tools.replcheck_test:replcheck_test.py:545 Run ds-replcheck with -t option
Passed suites/dynamic_plugins/notice_for_restart_test.py::test_notice_when_dynamic_not_enabled 16.36
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/entryuuid/basic_test.py::test_entryuuid_indexed_import_and_search 13.42
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/entryuuid/basic_test.py::test_entryuuid_unindexed_import_and_search 4.15
No log output captured.
Passed suites/entryuuid/basic_test.py::test_entryuuid_generation_on_add 0.09
------------------------------Captured stdout call------------------------------
8811825c-2e8e-4c5f-a210-e85a56483b79
Passed suites/entryuuid/basic_test.py::test_entryuuid_fixup_task 27.41
No log output captured.
Passed suites/entryuuid/replicated_test.py::test_entryuuid_with_replication 41.89
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 755469b3-08a8-4b20-888a-dc05f127ff34 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0227beac-c687-48d3-a5fc-637e684cc1ea / got description=755469b3-08a8-4b20-888a-dc05f127ff34) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
------------------------------Captured stdout call------------------------------
🧩 ['4acc428a-8a30-4a7e-b3dc-2761371301ff'] 🧩 ['4acc428a-8a30-4a7e-b3dc-2761371301ff'] 🧩 ['4acc428a-8a30-4a7e-b3dc-2761371301ff']
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 9747b75f-bd1f-4f6f-8b26-225cab8f4ee8 / got description=0227beac-c687-48d3-a5fc-637e684cc1ea) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 9747b75f-bd1f-4f6f-8b26-225cab8f4ee8 / got description=0227beac-c687-48d3-a5fc-637e684cc1ea) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 9747b75f-bd1f-4f6f-8b26-225cab8f4ee8 / got description=0227beac-c687-48d3-a5fc-637e684cc1ea) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 9747b75f-bd1f-4f6f-8b26-225cab8f4ee8 / got description=0227beac-c687-48d3-a5fc-637e684cc1ea) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1218bce6-f6ff-492a-a20e-2b021f225b0c / got description=9747b75f-bd1f-4f6f-8b26-225cab8f4ee8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/export/export_test.py::test_dbtasks_db2ldif_with_non_accessible_ldif_file_path 15.64
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/nonexistent/export.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.utils:export_test.py:63 Stopping the instance... INFO lib389.utils:export_test.py:66 Performing an offline export to a non accessible ldif file path - should fail properly CRITICAL LogCapture:dbtasks.py:41 db2ldif failed INFO lib389.utils:export_test.py:33 checking output msg INFO lib389.utils:export_test.py:38 Clear the log INFO lib389.utils:export_test.py:70 parsing the errors log to search for the error reported INFO lib389.utils:export_test.py:79 Restarting the instance...
Passed suites/export/export_test.py::test_db2ldif_cli_with_non_accessible_ldif_file_path 5.11
------------------------------Captured stdout call------------------------------
db2ldif failed
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/nonexistent/export.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.utils:export_test.py:104 Stopping the instance... INFO lib389.utils:export_test.py:107 Performing an offline export to a non accessible ldif file path - should fail properly INFO lib389.utils:export_test.py:115 db2ldif failed properly: error (1) INFO lib389.utils:export_test.py:118 parsing the errors log to search for the error reported INFO lib389.utils:export_test.py:121 error string : '[23/Apr/2021:22:08:01.887749693 -0400] - ERR - bdb_db2ldif - db2ldif: userRoot: can\'t open /tmp/nonexistent/export.ldif: 2 (Unexpected dbimpl error code) while running as user "dirsrv"\n', '[23/Apr/2021:22:08:06.879348226 -0400] - ERR - bdb_db2ldif - db2ldif: userRoot: can\'t open /tmp/nonexistent/export.ldif: 2 (Unexpected dbimpl error code) while running as user "dirsrv"\n' INFO lib389.utils:export_test.py:123 Restarting the instance...
Passed suites/filter/basic_filter_test.py::test_search_attr 11.32
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/bitw_filter_test.py::test_bitwise_plugin_status 9.79
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/bitw_filter_test.py::test_search_disabled_accounts 0.08
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_plugin_can_be_disabled 3.48
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_plugin_is_disabled 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_enabling_works_fine 4.75
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=513))-1] 0.24
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=16777216))-1] 0.09
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=8388608))-1] 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.804:=5))-3] 0.24
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.804:=8))-3] 0.24
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.804:=7))-5] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testerperson) (testUserAccountControl:1.2.840.113556.1.4.804:=7))-0] 0.24
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (&(testUserAccountControl:1.2.840.113556.1.4.803:=98536)(testUserAccountControl:1.2.840.113556.1.4.803:=912)))-0] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (&(testUserAccountControl:1.2.840.113556.1.4.804:=87)(testUserAccountControl:1.2.840.113556.1.4.804:=91)))-8] 0.24
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (&(testUserAccountControl:1.2.840.113556.1.4.803:=89536)(testUserAccountControl:1.2.840.113556.1.4.804:=79)))-1] 0.24
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (|(testUserAccountControl:1.2.840.113556.1.4.803:=89536)(testUserAccountControl:1.2.840.113556.1.4.804:=79)))-8] 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (|(testUserAccountControl:1.2.840.113556.1.4.803:=89)(testUserAccountControl:1.2.840.113556.1.4.803:=536)))-0] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=x))-13] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=&\*#$%))-13] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=-65536))-0] 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=-1))-0] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=-))-13] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=))-13] 0.08
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=\*))-13] 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.804:=\*))-0] 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=6552))-0] 0.08
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson\))(testUserAccountControl:1.2.840.113556.1.4.804:=6552))-0] 0.07
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_all_together[(& (objectclass=testperson) (testUserAccountControl:1.2.840.113556.1.4.803:=65536))-5] 0.06
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_5_entries 0.25
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_5_entries1 0.37
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_5_entries3 0.08
No log output captured.
Passed suites/filter/bitw_filter_test.py::test_5_entries4 1.41
No log output captured.
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(sn=last1)(givenname=first1))-1] 8.75
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(sn=last1)(givenname=first1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(sn=last1)(givenname=first1)))-1] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(&(sn=last1)(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last1))(&(givenname=first1))))-1] 0.24
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=first1))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(sn=last3)(givenname=*))-1] 0.24
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=*)(sn=last3)(givenname=*))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(&(sn=last3)(givenname=*)))-1] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=*)(&(sn=last3)(givenname=*)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid5)(&(&(sn=*))(&(givenname=*))))-1] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid5)(&(&(sn=*))(&(givenname=*))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(objectclass=*)(uid=*)(sn=last*))-5] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(objectclass=*)(uid=*)(sn=last*))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(objectclass=*)(uid=*)(sn=last1))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(objectclass=*)(uid=*)(sn=last1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=uid1)(sn=last1)(givenname=first1))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=uid1)(sn=last1)(givenname=first1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=uid1)(|(sn=last1)(givenname=first1)))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=uid1)(|(sn=last1)(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=uid1)(|(|(sn=last1))(|(givenname=first1))))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=uid1)(|(|(sn=last1))(|(givenname=first1))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(objectclass=*)(sn=last1)(|(givenname=first1)))-18] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(objectclass=*)(sn=last1)(|(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(objectclass=*)(sn=last1))(|(givenname=first1)))-1] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(&(objectclass=*)(sn=last1))(|(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(objectclass=*)(sn=last))(|(givenname=first1)))-1] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(&(objectclass=*)(sn=last))(|(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(!(cn=NULL)))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(!(cn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(!(cn=NULL))(uid=uid1))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(!(cn=NULL))(uid=uid1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(&(!(uid=1))(!(givenname=first1))))-5] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=*)(&(!(uid=1))(!(givenname=first1))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(|(uid=uid1)(uid=NULL))(sn=last1))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(|(uid=uid1)(uid=NULL))(sn=last1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(|(uid=uid1)(uid=NULL))(!(sn=NULL)))-1] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(|(uid=uid1)(uid=NULL))(!(sn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(|(uid=uid1)(sn=last2))(givenname=first1))-1] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(|(uid=uid1)(sn=last2))(givenname=first1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(uid=uid1)(!(uid=NULL)))(sn=last2))-2] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(&(uid=uid1)(!(uid=NULL)))(sn=last2))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(uid=uid1)(uid=NULL))(sn=last2))-1] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(&(uid=uid1)(uid=NULL))(sn=last2))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid5)(sn=*)(cn=*)(givenname=*)(uid=u*)(sn=la*)(cn=full*)(givenname=f*)(uid>=u)(!(givenname=NULL)))-1] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid5)(sn=*)(cn=*)(givenname=*)(uid=u*)(sn=la*)(cn=full*)(givenname=f*)(uid>=u)(!(givenname=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(objectclass=*)(sn=last))(&(givenname=first1)))-1] 0.05
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(&(objectclass=*)(sn=last))(&(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(sn=last1)(givenname=NULL))-0] 0.05
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(sn=last1)(givenname=NULL))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(sn=last1)(givenname=NULL)))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(&(sn=last1)(givenname=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL))))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL)(sn=*)))(|(sn=NULL)))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL)(sn=*)))(|(sn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last*))(&(givenname=first*)))(&(sn=NULL)))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=uid1)(&(&(sn=last*))(&(givenname=first*)))(&(sn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=NULL)(sn=NULL)(givenname=NULL))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=NULL)(sn=NULL)(givenname=NULL))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=NULL)(|(sn=NULL)(givenname=NULL)))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=NULL)(|(sn=NULL)(givenname=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=NULL)(|(|(sn=NULL))(|(givenname=NULL))))-0] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=NULL)(|(|(sn=NULL))(|(givenname=NULL))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*))-6] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*))"...
Passed suites/filter/complex_filters_test.py::test_filters[(uid>=uid3)-3] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(uid>=uid3)"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(uid>=uid3))-3] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid=*)(uid>=uid3))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid>=uid3)(uid<=uid5))-6] 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(uid>=uid3)(uid<=uid5))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid>=uid3)(uid<=uid5))-3] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(&(uid>=uid3)(uid<=uid5))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(uid>=uid3)(uid<=uid5))(uid=*))-6] 1.75
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.complex_filters_test:complex_filters_test.py:130 Testing filter "(|(&(uid>=uid3)(uid<=uid5))(uid=*))"...
Passed suites/filter/filter_cert_test.py::test_positive 31.31
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index0] 10.29
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index1] 0.32
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index2] 0.70
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index3] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index4] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index5] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index6] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index7] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index8] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index9] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index10] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index11] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index12] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index13] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index14] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index15] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index16] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_valid_invalid_attributes[index17] 0.34
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod0] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod1] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod2] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod3] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod4] 0.12
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod5] 0.12
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod6] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod7] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod8] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod9] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod10] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod11] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod12] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod13] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod14] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod15] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod16] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods[mod17] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode0] 0.12
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode1] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode2] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode3] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode4] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode5] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode6] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode7] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode8] 0.12
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode9] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode10] 0.12
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode11] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode12] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode13] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode14] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode15] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode16] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_replace[mode17] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode0] 0.16
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode1] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode2] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode3] 0.15
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode4] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode5] 0.13
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode6] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode7] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode8] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode9] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode10] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode11] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode12] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode13] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode14] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode15] 0.10
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode16] 0.12
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_mods_delete[mode17] 0.11
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_search_positive_negative 1.50
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrbitStringMatch:bitStringMatch:='0001'B)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactIA5Match:caseExactIA5Match:=Sprain)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactMatch:caseExactMatch:=ÇélIné Ändrè)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactMatch:caseExactOrderingMatch:=ÇélIné Ändrè)-5] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrgeneralizedTimeMatch:generalizedTimeMatch:=20100218171300Z)-1] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrgeneralizedTimeMatch:generalizedTimeOrderingMatch:=20100218171300Z)-6] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrbooleanMatch:booleanMatch:=TRUE)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreIA5Match:caseIgnoreIA5Match:=sprain1)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreMatch:caseIgnoreMatch:=ÇélIné Ändrè1)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreMatch:caseIgnoreOrderingMatch:=ÇélIné Ändrè1)-6] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreListMatch:caseIgnoreListMatch:=foo1$bar)-1] 0.09
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrobjectIdentifierMatch:objectIdentifierMatch:=1.3.6.1.4.1.1466.115.121.1.15)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrdirectoryStringFirstComponentMatch:directoryStringFirstComponentMatch:=ÇélIné Ändrè1)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrobjectIdentifierFirstComponentMatch:objectIdentifierFirstComponentMatch:=1.3.6.1.4.1.1466.115.121.1.15)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrdistinguishedNameMatch:distinguishedNameMatch:=cn=foo1,cn=bar)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrintegerMatch:integerMatch:=-2)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrintegerMatch:integerOrderingMatch:=-2)-6] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrintegerFirstComponentMatch:integerFirstComponentMatch:=-2)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attruniqueMemberMatch:uniqueMemberMatch:=cn=foo1,cn=bar#'0001'B)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrnumericStringMatch:numericStringMatch:=00001)-10] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrnumericStringMatch:numericStringMatch:=00001)-11] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrtelephoneNumberMatch:telephoneNumberMatch:=+1 408 555 4798)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attroctetStringMatch:octetStringMatch:=AAAAAAAAAAAAAAE=)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attroctetStringMatch:octetStringOrderingMatch:=AAAAAAAAAAAAAAE=)-6] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactMatch=*ÇélIné Ändrè*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactMatch=ÇélIné Ändrè*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactMatch=*ÇélIné Ändrè)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactMatch=*é Ä*)-5] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactIA5Match=*Sprain*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactIA5Match=Sprain*)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactIA5Match=*Sprain)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseExactIA5Match=*rai*)-3] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreIA5Match=*sprain1*)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreIA5Match=sprain1*)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreIA5Match=*sprain1)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreIA5Match=*rai*)-6] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreMatch=*ÇélIné Ändrè1*)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreMatch=ÇélIné Ändrè1*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreMatch=*ÇélIné Ändrè1)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreMatch=*é Ä*)-6] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreListMatch=*foo1$bar*)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreListMatch=foo1$bar*)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreListMatch=*foo1$bar)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrcaseIgnoreListMatch=*1$b*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrnumericStringMatch=*00001*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrnumericStringMatch=00001*)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrnumericStringMatch=*00001)-1] 0.06
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrnumericStringMatch=*000*)-6] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrtelephoneNumberMatch=*+1 408 555 4798*)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrtelephoneNumberMatch=+1 408 555 4798*)-1] 0.08
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrtelephoneNumberMatch=*+1 408 555 4798)-1] 0.07
No log output captured.
Passed suites/filter/filter_index_match_test.py::test_do_extensible_search[(attrtelephoneNumberMatch=* 55*)-6] 2.30
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_positive[(|(|(ou=nothing1)(ou=people))(|(ou=nothing2)(ou=nothing3)))] 9.68
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_indexing_test.py::test_positive[(|(|(ou=people)(ou=nothing1))(|(ou=nothing2)(ou=nothing3)))] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_positive[(|(|(ou=nothing1)(ou=nothing2))(|(ou=people)(ou=nothing3)))] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_positive[(|(|(ou=nothing1)(ou=nothing2))(|(ou=nothing3)(ou=people)))] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_positive[(&(sn<=0000000000000000)(givenname>=FFFFFFFFFFFFFFFF))] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_positive[(&(sn>=0000000000000000)(sn<=1111111111111111))] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_positive[(&(sn>=0000000000000000)(givenname<=FFFFFFFFFFFFFFFF))] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_schema 3.58
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(uidNumber=18446744073709551617)] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(gidNumber=18446744073709551617)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(MYINTATTR=18446744073709551617)] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(&(uidNumber=*)(!(uidNumber=18446744073709551617)))] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(&(gidNumber=*)(!(gidNumber=18446744073709551617)))] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(&(uidNumber=*)(!(gidNumber=18446744073709551617)))] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(&(myintattr=*)(!(myintattr=18446744073709551617)))] 0.24
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(uidNumber>=-18446744073709551617)] 0.24
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(gidNumber>=-18446744073709551617)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(uidNumber<=18446744073709551617)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(gidNumber<=18446744073709551617)] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing[(myintattr<=18446744073709551617)] 0.06
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(gidNumber=54321)] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(uidNumber=54321)] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(myintattr=54321)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(gidNumber<=-999999999999999999999999999999)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(uidNumber<=-999999999999999999999999999999)] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(myintattr<=-999999999999999999999999999999)] 0.08
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(gidNumber>=999999999999999999999999999999)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(uidNumber>=999999999999999999999999999999)] 0.07
No log output captured.
Passed suites/filter/filter_indexing_test.py::test_indexing_negative[(myintattr>=999999999999999999999999999999)] 1.15
No log output captured.
Passed suites/filter/filter_logic_test.py::test_eq 10.18
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_logic_test.py::test_sub 0.07
No log output captured.
Passed suites/filter/filter_logic_test.py::test_not_eq 0.07
No log output captured.
Passed suites/filter/filter_logic_test.py::test_ranges 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_eq 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_range 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_allid_shortcut 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_eq 0.09
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_not_eq 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_not_eq 0.07
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_range 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_range 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_and_eq 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_or_eq 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_or_eq 0.08
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_and_eq 2.03
No log output captured.
Passed suites/filter/filter_match_test.py::test_matching_rules 8.70
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_match_test.py::test_add_attribute_types 2.34
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule0] 0.21
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule2] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule3] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule4] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule5] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule6] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule7] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule8] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule9] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule10] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule11] 0.49
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule12] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule13] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule14] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule15] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule16] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_attributes[rule17] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode0] 0.09
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode1] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode2] 0.14
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode3] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode4] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode5] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode6] 0.28
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode7] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode8] 0.09
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode9] 0.09
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode10] 0.11
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode11] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode12] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode13] 0.09
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode14] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode15] 0.09
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode16] 0.15
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_modes[mode17] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode0] 0.12
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode1] 0.12
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode2] 0.13
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode3] 0.13
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode4] 0.12
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode5] 0.13
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode6] 0.12
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode7] 0.13
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode8] 0.12
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode9] 0.11
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode10] 0.11
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode11] 0.11
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode12] 0.20
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode13] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode14] 0.10
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode15] 0.11
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode16] 0.15
No log output captured.
Passed suites/filter/filter_match_test.py::test_valid_invalid_mode_replace[mode17] 0.15
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrbitStringMatch='0001'B)-1-(attrbitStringMatch:bitStringMatch:='000100000'B)] 0.50
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrgeneralizedTimeMatch=20100218171300Z)-1-(attrcaseExactIA5Match=SPRAIN)] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseExactMatch>=ÇélIné Ändrè)-5-(attrcaseExactMatch=ÇéLINé ÄNDRè)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseExactMatch:caseExactMatch:=ÇélIné Ändrè)-1-(attrcaseExactMatch>=çéliné ändrè)] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseExactIA5Match=Sprain)-1-(attrgeneralizedTimeMatch=20300218171300Z)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrbooleanMatch=TRUE)-1-(attrgeneralizedTimeMatch>=20300218171300Z)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseIgnoreIA5Match=sprain1)-1-(attrcaseIgnoreIA5Match=sprain9999)] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseIgnoreMatch=ÇélIné Ändrè1)-1-(attrcaseIgnoreMatch=ÇélIné Ändrè9999)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseIgnoreMatch>=ÇélIné Ändrè1)-6-(attrcaseIgnoreMatch>=ÇélIné Ändrè9999)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrcaseIgnoreListMatch=foo1$bar)-1-(attrcaseIgnoreListMatch=foo1$bar$baz$biff)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrobjectIdentifierMatch=1.3.6.1.4.1.1466.115.121.1.15)-1-(attrobjectIdentifierMatch=1.3.6.1.4.1.1466.115.121.1.15.99999)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrgeneralizedTimeMatch>=20100218171300Z)-6-(attroctetStringMatch>=AAAAAAAAAAABAQQ=)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrdirectoryStringFirstComponentMatch=ÇélIné Ändrè1)-1-(attrdirectoryStringFirstComponentMatch=ÇélIné Ändrè9999)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrobjectIdentifierFirstComponentMatch=1.3.6.1.4.1.1466.115.121.1.15)-1-(attrobjectIdentifierFirstComponentMatch=1.3.6.1.4.1.1466.115.121.1.15.99999)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrdistinguishedNameMatch=cn=foo1,cn=bar)-1-(attrdistinguishedNameMatch=cn=foo1,cn=bar,cn=baz)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrintegerMatch=-2)-1-(attrintegerMatch=-20)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrintegerMatch>=-2)-6-(attrintegerMatch>=20)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrintegerFirstComponentMatch=-2)-1-(attrintegerFirstComponentMatch=-20)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attruniqueMemberMatch=cn=foo1,cn=bar#'0001'B)-1-(attruniqueMemberMatch=cn=foo1,cn=bar#'00010000'B)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrnumericStringMatch=00001)-1-(attrnumericStringMatch=000000001)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrnumericStringMatch>=00001)-6-(attrnumericStringMatch>=01)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attrtelephoneNumberMatch=+1 408 555 4798)-1-(attrtelephoneNumberMatch=+2 408 555 4798)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attroctetStringMatch=AAAAAAAAAAAAAAE=)-1-(attroctetStringMatch=AAAAAAAAAAAAAAEB)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_match_count[(attroctetStringMatch>=AAAAAAAAAAAAAAE=)-6-(attroctetStringMatch>=AAAAAAAAAAABAQE=)] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrbitStringMatch:bitStringMatch:='0001'B)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactIA5Match:caseExactIA5Match:=Sprain)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactMatch:caseExactMatch:=ÇélIné Ändrè)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactMatch:caseExactOrderingMatch:=ÇélIné Ändrè)-5] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrgeneralizedTimeMatch:generalizedTimeMatch:=20100218171300Z)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrgeneralizedTimeMatch:generalizedTimeOrderingMatch:=20100218171300Z)-6] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrbooleanMatch:booleanMatch:=TRUE)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreIA5Match:caseIgnoreIA5Match:=sprain1)-1] 0.09
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreMatch:caseIgnoreMatch:=ÇélIné Ändrè1)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreMatch:caseIgnoreOrderingMatch:=ÇélIné Ändrè1)-6] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreListMatch:caseIgnoreListMatch:=foo1$bar)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrobjectIdentifierMatch:objectIdentifierMatch:=1.3.6.1.4.1.1466.115.121.1.15)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrdirectoryStringFirstComponentMatch:directoryStringFirstComponentMatch:=ÇélIné Ändrè1)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrobjectIdentifierFirstComponentMatch:objectIdentifierFirstComponentMatch:=1.3.6.1.4.1.1466.115.121.1.15)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrdistinguishedNameMatch:distinguishedNameMatch:=cn=foo1,cn=bar)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrintegerMatch:integerMatch:=-2)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrintegerMatch:integerOrderingMatch:=-2)-6] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrintegerFirstComponentMatch:integerFirstComponentMatch:=-2)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attruniqueMemberMatch:uniqueMemberMatch:=cn=foo1,cn=bar#'0001'B)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrnumericStringMatch:numericStringMatch:=00001)-10] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrnumericStringMatch:numericStringMatch:=00001)-11] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrtelephoneNumberMatch:telephoneNumberMatch:=+1 408 555 4798)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attroctetStringMatch:octetStringMatch:=AAAAAAAAAAAAAAE=)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attroctetStringMatch:octetStringOrderingMatch:=AAAAAAAAAAAAAAE=)-6] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactMatch=*ÇélIné Ändrè*)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactMatch=ÇélIné Ändrè*)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactMatch=*ÇélIné Ändrè)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactMatch=*é Ä*)-5] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactIA5Match=*Sprain*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactIA5Match=Sprain*)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactIA5Match=*Sprain)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseExactIA5Match=*rai*)-3] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreIA5Match=*sprain1*)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreIA5Match=sprain1*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreIA5Match=*sprain1)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreIA5Match=*rai*)-6] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreMatch=*ÇélIné Ändrè1*)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreMatch=ÇélIné Ändrè1*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreMatch=*ÇélIné Ändrè1)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreMatch=*é Ä*)-6] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreListMatch=*foo1$bar*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreListMatch=foo1$bar*)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreListMatch=*foo1$bar)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrcaseIgnoreListMatch=*1$b*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrnumericStringMatch=*00001*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrnumericStringMatch=00001*)-1] 0.05
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrnumericStringMatch=*00001)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrnumericStringMatch=*000*)-6] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrtelephoneNumberMatch=*+1 408 555 4798*)-1] 0.06
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrtelephoneNumberMatch=+1 408 555 4798*)-1] 0.07
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrtelephoneNumberMatch=*+1 408 555 4798)-1] 0.08
No log output captured.
Passed suites/filter/filter_match_test.py::test_extensible_search[(attrtelephoneNumberMatch=* 55*)-6] 2.25
No log output captured.
Passed suites/filter/filter_test.py::test_filter_escaped 8.40
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.filter_test:filter_test.py:42 Running test_filter_escaped... INFO tests.suites.filter.filter_test:filter_test.py:78 test_filter_escaped: PASSED
Passed suites/filter/filter_test.py::test_filter_search_original_attrs 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.filter_test:filter_test.py:95 Running test_filter_search_original_attrs... INFO tests.suites.filter.filter_test:filter_test.py:108 test_filter_search_original_attrs: PASSED
Passed suites/filter/filter_test.py::test_filter_scope_one 0.06
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.filter_test:filter_test.py:125 Search user using ldapsearch with scope one INFO tests.suites.filter.filter_test:filter_test.py:127 [dn: ou=services,dc=example,dc=com ou: services ] INFO tests.suites.filter.filter_test:filter_test.py:129 Search should only have one entry
Passed suites/filter/filter_test.py::test_filter_with_attribute_subtype 0.54
-------------------------------Captured log call--------------------------------
INFO lib389:filter_test.py:154 Bind as cn=Directory Manager INFO lib389:filter_test.py:161 ######################### ADD ###################### INFO lib389:filter_test.py:184 Try to add Add cn=test_entry both, dc=example,dc=com: dn: cn=test_entry both, dc=example,dc=com cn: test_entry both cn;en: test_entry en cn;fr: test_entry fr objectclass: top objectclass: person sn: test_entry both INFO lib389:filter_test.py:187 Try to add Add cn=test_entry en only, dc=example,dc=com: dn: cn=test_entry en only, dc=example,dc=com cn: test_entry en only cn;en: test_entry en objectclass: top objectclass: person sn: test_entry en only INFO lib389:filter_test.py:190 ######################### SEARCH ###################### INFO lib389:filter_test.py:194 Try to search with filter (&(sn=test_entry en only)(!(cn=test_entry fr))) INFO lib389:filter_test.py:198 Found cn=test_entry en only,dc=example,dc=com INFO lib389:filter_test.py:202 Try to search with filter (&(sn=test_entry en only)(!(cn;fr=test_entry fr))) INFO lib389:filter_test.py:206 Found cn=test_entry en only,dc=example,dc=com INFO lib389:filter_test.py:210 Try to search with filter (&(sn=test_entry en only)(!(cn;en=test_entry en))) INFO lib389:filter_test.py:213 Found none INFO lib389:filter_test.py:215 ######################### DELETE ###################### INFO lib389:filter_test.py:217 Try to delete cn=test_entry both, dc=example,dc=com INFO lib389:filter_test.py:220 Try to delete cn=test_entry en only, dc=example,dc=com INFO tests.suites.filter.filter_test:filter_test.py:223 Testcase PASSED
Passed suites/filter/filter_test.py::test_extended_search 1.65
-------------------------------Captured log call--------------------------------
INFO tests.suites.filter.filter_test:filter_test.py:250 Running test_filter_escaped... INFO lib389:filter_test.py:267 Try to search with filter (cn:de:=ext-test-entry) INFO lib389:filter_test.py:273 Try to search with filter (cn:caseIgnoreIA5Match:=EXT-TEST-ENTRY) INFO lib389:filter_test.py:279 Try to search with filter (cn:caseIgnoreMatch:=EXT-TEST-ENTRY) INFO lib389:filter_test.py:285 Try to search with filter (cn:caseExactMatch:=EXT-TEST-ENTRY) INFO lib389:filter_test.py:291 Try to search with filter (cn:caseExactMatch:=ext-test-entry) INFO lib389:filter_test.py:297 Try to search with filter (cn:caseExactIA5Match:=EXT-TEST-ENTRY) INFO lib389:filter_test.py:303 Try to search with filter (cn:caseExactIA5Match:=ext-test-entry)
Passed suites/filter/filter_with_non_root_user_test.py::test_telephone[(telephonenumber=*7393)] 13.93
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_with_non_root_user_test.py::test_telephone[(telephonenumber=*408*3)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid=mward)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(l=sunnyvale)0] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(mail=jreu*)] 0.19
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(mail=*exam*)] 0.06
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid=*)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.15.1:=>AAA)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:es:=>AAA)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.15.1.5:=AAA)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.15.1:=>user100)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:es:=>user100)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.15.1.5:=user100)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.15.1.1:=user1)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.15.1.1:=z)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid=user1)] 0.17
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid<=Z)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid>=1)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid>=A)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid>=user20)] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1.2:=user20)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1.2:=z)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1:=>=A)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:fr:=>=A)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1.4:=A)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1:=>=user20)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:fr:=>=user20)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1.4:=user20)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:2.16.840.1.113730.3.3.2.18.1:=>=z)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid:fr:=>=z)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(description=This is the special * attribute value)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(description=*x*)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid=ptyler)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid=*wal*)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(roomNumber=0312)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(uid=mw*)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(roomNumber=2295)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(l=Cupertino)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(objectclass=inetorgperson)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(l=sunnyvale)1] 0.12
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(roomNumber=200)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(roomNumber=201)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(roomNumber=202)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(l=*)] 0.35
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(sn~=tiller))(!(uid=ptyler)))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(sn~=tiller)) (uid=ptyler))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(uid=*wal*) (roomNumber=0312))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(uid=*wal*))(!(roomNumber=0312)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(uid=*wal*))(roomNumber=0312))] 0.25
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(uid=*wal*)(!(roomNumber=0312)))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(uid=*wal*)(|(sn~=tiller) (roomNumber=2295)))] 0.35
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(&(uid=*wal*) (roomNumber=2295))(&(uid=*wal*) (sn~=tiller)))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295)))0] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(|(uid=*wal*) (sn~=tiller))(|(uid=*wal*) (roomNumber=2295)))0] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(uid=*wal*) (roomNumber=2295))0] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(roomNumber=2295) (uid=*wal*))0] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(roomNumber=2295) (uid=*wal*))0] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295)))1] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(uid=*wal*) (roomNumber=2295))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(uid=*wal*) (l=*))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(l=Cupertino) (|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(l=Cupertino))(!(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295)))))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(l=Cupertino))(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(l=Cupertino)(!(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295)))))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=Cupertino) (|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295))))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=Cupertino))(!(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295)))))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=Cupertino))(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295))))] 0.12
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=Cupertino)(!(|(uid=*wal*)(&(sn~=tiller) (roomNumber=2295)))))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(uid=user1))(objectclass=inetorgperson))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(uid=user1))(objectclass=inetorgperson))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(mail=cnewport@example.com))(l=sunnyvale))] 0.12
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(|(uid=*wal*) (sn~=tiller))(|(uid=*wal*) (roomNumber=2295)))1] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(uid=*wal*) (roomNumber=2295))1] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(roomNumber=2295) (uid=*wal*))1] 0.32
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(roomNumber=2295) (uid=*wal*))1] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(roomNumber=200))(!(roomNumber=201))(!(roomNumber=202))(l=sunnyvale))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(uid=user40))(&(!(uid=user1))(!(uid=user20))(!(uid=user30))(objectclass=inetorgperson)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(uid=user40))(&(!(uid=user1))(!(uid=user20))(!(uid=user30))(objectclass=inetorgperson)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(roomNumber=2254))(&(!(roomNumber=200))(!(roomNumber=201))(!(roomNumber=202))(l=sunnyvale)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(roomNumber=2254))(&(!(roomNumber=200))(!(roomNumber=201))(!(roomNumber=202))(l=sunnyvale)))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(uid=user1))(!(uid:2.16.840.1.113730.3.3.2.18.1:=<=user20))(!(uid=user30)))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(uid=user1))(!(uid:2.16.840.1.113730.3.3.2.18.1:=<=user20))(!(uid=user30)))] 0.13
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(roomNumber=4012))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(roomNumber=4012))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(& (objectclass=inetorgperson)(!(uid=user1))(!(uid:2.16.840.1.113730.3.3.2.18.1:=<=user20))(!(uid=user30)))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(| (objectclass=inetorgperson)(!(uid=user1))(!(uid:2.16.840.1.113730.3.3.2.18.1:=<=user20))(!(uid=user30)))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(l=sunnyvale)(!(roomNumber=4012))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.18
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=sunnyvale)(!(roomNumber=4012))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(!(|(!(l=*))(!(l=sunnyvale))))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=*))(!(l=sunnyvale)))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(l=Cupertino))(!(mail=*exam*))(!(|(uid=*wal*) (l=*))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(l=Cupertino))(!(mail=*exam*))(|(uid=*wal*) (l=*)))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(!(l=Cupertino))(mail=*exam*) (|(uid=*wal*) (l=*)))] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=Cupertino) (mail=*exam*) (|(uid=*wal*) (l=*)))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=Cupertino))(!(mail=*exam*))(!(|(uid=*wal*) (l=*))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=Cupertino))(!(mail=*exam*))(|(uid=*wal*) (l=*)))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=Cupertino))(mail=*exam*)(!(|(uid=*wal*) (l=*))))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(!(l=Cupertino))(mail=*exam*) (|(uid=*wal*) (l=*)))] 0.11
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=Cupertino)(!(mail=*exam*))(!(|(uid=*wal*) (l=*))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=Cupertino)(!(mail=*exam*))(|(uid=*wal*) (l=*)))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(|(l=Cupertino) (mail=*exam*)(!(|(uid=*wal*) (l=*))))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_positive[(&(l=Cupertino)(!(mail=*exam*))(|(uid=*wal*) (l=*)))] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(userpassword=*)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(fred=*)] 0.06
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.15.1:=<1)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:es:=<1)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.15.1.1:=1)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.15.1:=<user1)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:es:=<user1)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.15.1:=<z)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:es:=<z)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid<=1)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid<=A)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid>=Z)] 0.07
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.18.1:=<=A)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:fr:=<=A)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.18.1.2:=A)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.18.1:=<=user20)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:fr:=<=user20)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.18.1:=<=z)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:fr:=<=z)] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid:2.16.840.1.113730.3.3.2.18.1.4:=z)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(sn~=tiller)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(givenName~=pricella)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(mail=cnewport@example.com)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid=user20)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid=user30)] 0.08
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(uid=user40)] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(&(sn~=tiller) (givenName~=pricella))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(&(sn~=tiller)(!(uid=ptyler)))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(&(!(l=Cupertino))(mail=*exam*)(!(|(uid=*wal*) (l=*))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(&(l=Cupertino)(!(mail=*exam*))(!(|(uid=*wal*) (l=*))))] 0.10
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(&(l=Cupertino) (mail=*exam*)(!(|(uid=*wal*) (l=*))))] 0.09
No log output captured.
Passed suites/filter/filter_with_non_root_user_test.py::test_all_negative[(&(l=Cupertino) (mail=*exam*) (|(uid=*wal*) (l=*)))] 2.91
No log output captured.
Passed suites/filter/filterscanlimit_test.py::test_invalid_configuration 9.75
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filterscanlimit_test.py::test_idlistscanlimit 12.43
No log output captured.
Passed suites/filter/large_filter_test.py::test_large_filter[(&(objectClass=person)(|(manager=uid=fmcdonnagh,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_0,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_1,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_2,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_3,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_4,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_5,dc=anuj,dc=com)(manager=uid=jvedder, dc=anuj, dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_6,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_7,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_8,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_9,dc=anuj,dc=com)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_10,dc=anuj,dc=com)(manager=uid=cnewport, dc=anuj, dc=com)))] 10.83
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/large_filter_test.py::test_large_filter[(&(objectClass=person)(|(manager=uid=fmcdonnagh *)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_0,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_1,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_2,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_3,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_4,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_5,*)(manager=uid=jvedder,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_6,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_7,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_8,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_9,*)(manager=cn=no_such_entry_with_a_really_long_dn_component_to_stress_the_filter_handling_code_10,*)(manager=uid=cnewport,*)))] 2.81
No log output captured.
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_supported_features 27.10
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-] 0.42
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-*] 0.06
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-objectClass] 0.31
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-] 0.11
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-*] 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-objectClass] 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-] 0.10
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-*] 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-objectClass] 0.07
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-] 0.10
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-*] 0.07
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-objectClass] 0.07
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-] 0.10
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-*] 0.09
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-objectClass] 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-] 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-*] 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-objectClass] 0.06
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:158 bound as: uid=all_attrs_test,ou=people,dc=example,dc=com
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-] 0.33
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-*] 0.07
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-objectClass] 7.43
-------------------------------Captured log call--------------------------------
INFO lib389.utils:rfc3673_all_oper_attrs_test.py:161 bound as: cn=Directory Manager
Passed suites/filter/schema_validation_test.py::test_filter_validation_config 9.74
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/schema_validation_test.py::test_filter_validation_enabled 3.75
No log output captured.
Passed suites/filter/schema_validation_test.py::test_filter_validation_warn_safe 0.18
No log output captured.
Passed suites/filter/schema_validation_test.py::test_filter_validation_warn_unsafe 2.31
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition0-cn] 12.28
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition1-cn] 0.07
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition2-cn] 0.06
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition3-cn] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition4-modifiersName] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition5-modifyTimestamp] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition6-modifiersName] 0.07
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition7-modifyTimestamp] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition8-modifiersName] 0.09
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition9-modifyTimestamp] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition10-cn] 0.07
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition11-cn] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition12-modifiersName] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition13-nsRoleDN] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition14-cn] 0.06
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition15-modifiersName] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (| (nsRoleDN=cn=new managed role) (sn=Hall)) (l=sunnyvale))-condition16-nsRoleDN] 0.10
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(uid=rjense2)-condition17-mailquota] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(uid=rjense2)-condition18-mailquota] 0.10
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(uid=rjense2)-condition19-mailquota] 0.09
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(uid=rjense2)-condition20-mailquota] 0.06
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(uid=rjense2)-condition21-nsRoleDN] 0.07
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(nsRoleDN=cn=new managed *)-condition22-cn] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(nsRoleDN=cn=new managed *)-condition23-nsRoleDN] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition24-mailquota] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition25-nsRoleDN] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition26-mailquota] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition27-modifiersName] 0.08
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition28-nsRoleDN] 0.07
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition29-nsRoleDN] 0.07
No log output captured.
Passed suites/filter/vfilter_attribute_test.py::test_all_together_positive[(& (nsRoleDN=cn=new managed *) (uid=mtyler))-condition30-modifiersName] 1.42
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(postalCode=99999)] 13.08
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(postalAddress=345 California Av., Mountain View, CA)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(postalCode:2.16.840.1.113730.3.3.2.7.1:=88888)] 0.11
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(postalCode:2.16.840.1.113730.3.3.2.7.1.3:=66666)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass=vpe*)] 0.09
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass=*emai*)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota=*00)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota=*6*0)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(nsRole=*)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(postalAddress=*)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass:2.16.840.1.113730.3.3.2.15.1:=>AAA)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass:es:=>AAA)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass:2.16.840.1.113730.3.3.2.15.1.5:=AAA)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass:2.16.840.1.113730.3.3.2.15.1:=>vpemail)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(emailclass:es:=>vpemail)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.15.1.1:=900)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota<=600)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota>=600)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(nsRole~=cn=new)] 0.24
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(uid=*wal*)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(uid=mw*)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(roomNumber=0312)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(l=Cupertino)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(uid=user1)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(objectclass=inetorgperson)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(l=sunnyvale)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(roomNumber=3924)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(l=*)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(objectclass=*)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota<=900)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota>=100)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1.2:=600)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1.2:=900)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1:=>=900)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:fr:=>=900)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1:=>=600)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:fr:=>=600)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1.4:=600)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1:=>=100)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:fr:=>=100)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(mailquota:2.16.840.1.113730.3.3.2.18.1.4:=100)] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(nsRole~=cn=new managed))(!(nsRole=cn=new vaddr filtered role,dc=example,dc=com)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(uid=*wal*) (nsRole=cn=*another*))] 0.05
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(uid=*wal*))(!(nsRole=cn=*another*)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(uid=*wal*))(nsRole=cn=*another*))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(uid=*wal*)(!(nsRole=cn=*another*)))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(uid=*wal*)(|(nsRole~=cn=new managed) (l=Cupertino)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(&(uid=*wal*) (l=Cupertino))(&(uid=*wal*) (nsRole~=cn=new managed)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(uid=*wal*)(&(nsRole~=cn=new managed) (l=Cupertino)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(|(uid=*wal*) (nsRole~=cn=new managed))(|(uid=*wal*) (l=Cupertino)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(nsRole=cn=*vaddr*) (uid=*wal*))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(uid=*wal*) (nsRole=cn=*vaddr*))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(nsRole=cn=*vaddr*) (l=*))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(l=Cupertino) (|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(l=Cupertino))(!(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*)))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(l=Cupertino))(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(l=Cupertino)(!(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*)))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=Cupertino) (|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=Cupertino))(!(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*)))))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=Cupertino))(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*))))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=Cupertino)(!(|(uid=*wal*)(&(nsRole~=cn=new managed) (nsRole=cn=*vaddr*)))))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(uid=user1))(objectclass=inetorgperson))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(uid=user1))(objectclass=inetorgperson))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(nsRole=cn=*vaddr*))(l=sunnyvale))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(nsRole=cn=*vaddr*))(l=sunnyvale))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(uid=user1))(!(uid=user20))(!(uid=user30))(objectclass=inetorgperson))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(uid=user1))(!(uid=user20))(!(uid=user30))(objectclass=inetorgperson))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508))(l=sunnyvale))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508))(l=sunnyvale))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(uid=user40))(&(!(uid=user1))(!(uid=user20))(!(uid=user30))(objectclass=inetorgperson)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(uid=user40))(&(!(uid=user1))(!(uid=user20))(!(uid=user30))(objectclass=inetorgperson)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(roomNumber=2254))(&(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508))(l=sunnyvale)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(roomNumber=2254))(&(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508))(l=sunnyvale)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(uid=user1))(!(uid=user20))(!(uid=user30)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(uid=user1))(!(uid=user20))(!(uid=user30)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(& (objectclass=inetorgperson)(!(uid=user1))(!(uid=user20))(!(uid=user30)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(| (objectclass=inetorgperson)(!(uid=user1))(!(uid=user20))(!(uid=user30)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(l=sunnyvale)(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=sunnyvale)(!(nsRole=cn=another vaddr role,dc=example,dc=com))(!(roomNumber=3924))(!(roomNumber=4508)))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(!(|(!(l=*))(!(l=sunnyvale))))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=*))(!(l=sunnyvale)))] 0.10
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(l=Cupertino) (emailclass=*emai*) (|(nsRole=cn=*vaddr*) (l=*)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(l=Cupertino))(!(emailclass=*emai*))(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(l=Cupertino))(!(emailclass=*emai*))(|(nsRole=cn=*vaddr*) (l=*)))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(!(l=Cupertino))(emailclass=*emai*) (|(nsRole=cn=*vaddr*) (l=*)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(&(l=Cupertino)(!(emailclass=*emai*))(|(nsRole=cn=*vaddr*) (l=*)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=Cupertino) (emailclass=*emai*) (|(nsRole=cn=*vaddr*) (l=*)))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=Cupertino))(!(emailclass=*emai*))(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=Cupertino))(!(emailclass=*emai*))(|(nsRole=cn=*vaddr*) (l=*)))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=Cupertino))(emailclass=*emai*)(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(!(l=Cupertino))(emailclass=*emai*) (|(nsRole=cn=*vaddr*) (l=*)))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=Cupertino)(!(emailclass=*emai*))(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=Cupertino)(!(emailclass=*emai*))(|(nsRole=cn=*vaddr*) (l=*)))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_positive[(|(l=Cupertino) (emailclass=*emai*)(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(postalCode:de:==77777)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(fred=*)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:2.16.840.1.113730.3.3.2.15.1.5:=vpemail)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:2.16.840.1.113730.3.3.2.15.1:=<1)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:es:=<1)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:2.16.840.1.113730.3.3.2.15.1.1:=1)] 0.09
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:2.16.840.1.113730.3.3.2.15.1:=<vpemail)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:es:=<vpemail)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(emailclass:2.16.840.1.113730.3.3.2.15.1.1:=vpemail)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:2.16.840.1.113730.3.3.2.15.1:=<900)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:es:=<900)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota<=100)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota>=900)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(nsRole~=cn=new managed)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(nsRole=cn=new vaddr filtered role,dc=example,dc=com)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(nsRole=cn=*another*)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(nsRole=cn=*vaddr*)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(uid=user20)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(uid=user30)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(nsRole=cn=another vaddr role,dc=example,dc=com)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(roomNumber=4508)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(uid=user40)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(roomNumber=2254)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:2.16.840.1.113730.3.3.2.18.1:=<=100)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:fr:=<=100)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:2.16.840.1.113730.3.3.2.18.1.2:=100)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:2.16.840.1.113730.3.3.2.18.1:=<=600)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:fr:=<=600)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:2.16.840.1.113730.3.3.2.18.1:=<=900)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:fr:=<=900)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(mailquota:2.16.840.1.113730.3.3.2.18.1.4:=900)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(Description=This is the special \2a attribute value)] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(Description=*\2a*)] 0.08
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(nsRole~=cn=new managed) (nsRole=cn=new vaddr filtered role,dc=example,dc=com))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(!(nsRole~=cn=new managed)) (nsRole=cn=new vaddr filtered role,dc=example,dc=com))] 0.07
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(nsRole~=cn=new managed)(!(nsRole=cn=new vaddr filtered role,dc=example,dc=com)))] 0.09
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(uid=*wal*) (nsRole=cn=*vaddr*))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(nsRole=cn=*vaddr*) (uid=*wal*))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(!(l=Cupertino))(emailclass=*emai*)(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(l=Cupertino)(!(emailclass=*emai*))(!(|(nsRole=cn=*vaddr*) (l=*))))] 0.06
No log output captured.
Passed suites/filter/vfilter_simple_test.py::test_param_negative[(&(l=Cupertino) (emailclass=*emai*)(!(|(nsRole=cn=*vaddr*) (l=*))))] 2.56
No log output captured.
Passed suites/fourwaymmr/fourwaymmr_test.py::test_verify_trees 63.32
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier4 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'supplier4', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 5a912e8d-e33e-40fa-b61c-a7419df9a7a8 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect cf9d308b-5770-44c1-a16e-cf8afa78231d / got description=5a912e8d-e33e-40fa-b61c-a7419df9a7a8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 590d1085-558b-4a50-bc1d-9a2a2ba6b10c / got description=cf9d308b-5770-44c1-a16e-cf8afa78231d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 9cf7b8d5-a5e4-4f51-90cd-f91b311fbc9a / got description=590d1085-558b-4a50-bc1d-9a2a2ba6b10c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 9cf7b8d5-a5e4-4f51-90cd-f91b311fbc9a / got description=590d1085-558b-4a50-bc1d-9a2a2ba6b10c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 9cf7b8d5-a5e4-4f51-90cd-f91b311fbc9a / got description=590d1085-558b-4a50-bc1d-9a2a2ba6b10c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:156 Joining supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect d5486a45-ef32-4c1e-9cb7-75558d07970b / got description=9cf7b8d5-a5e4-4f51-90cd-f91b311fbc9a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7775dea9-5b5c-4ad7-8fa5-2b43e897ef47 / got description=d5486a45-ef32-4c1e-9cb7-75558d07970b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier4 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 23deaef9-4d1c-4210-b267-3732fb27d874 / got description=7775dea9-5b5c-4ad7-8fa5-2b43e897ef47) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 72b87e98-e491-490a-818a-de8d695185d6 / got description=23deaef9-4d1c-4210-b267-3732fb27d874) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 7b74b260-7e9c-4b80-a518-4662475b8587 / got description=72b87e98-e491-490a-818a-de8d695185d6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_sync_through_to_all_4_suppliers 3.60
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 46291857-8287-4a88-b112-4ad2fd5a9f29 / got description=7b74b260-7e9c-4b80-a518-4662475b8587) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 515256e7-8d3a-4834-a4cc-17616248d393 / got description=46291857-8287-4a88-b112-4ad2fd5a9f29) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 31ef2bb5-f5a5-413d-8dbe-42263bf784f9 / got description=515256e7-8d3a-4834-a4cc-17616248d393) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_modify_some_data_in_m3 8.38
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect be1b7fe4-051f-44aa-9979-754c5e710a2f / got description=31ef2bb5-f5a5-413d-8dbe-42263bf784f9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 727ead0a-0acb-4a5c-9708-82dbd77a05ad / got description=be1b7fe4-051f-44aa-9979-754c5e710a2f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect f5f8ae7a-759d-433c-93b3-e32029ca8b19 / got description=727ead0a-0acb-4a5c-9708-82dbd77a05ad) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_delete_a_few_entries_in_m4 4.34
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 6a4fa3f4-4d89-4581-be8d-aa0b924be368 / got description=f5f8ae7a-759d-433c-93b3-e32029ca8b19) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c2bc5cfc-94f0-4b67-bd3b-abe72a2f0feb / got description=6a4fa3f4-4d89-4581-be8d-aa0b924be368) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 26930d88-e30c-4b7a-9376-56abb8ab8a7a / got description=c2bc5cfc-94f0-4b67-bd3b-abe72a2f0feb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f0be5d4b-f174-429e-971d-f6eb6ff1ce35 / got description=26930d88-e30c-4b7a-9376-56abb8ab8a7a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_replicated_multivalued_entries 1.19
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect d516b4fb-9492-4848-ab0a-ecbdcc142a14 / got description=f0be5d4b-f174-429e-971d-f6eb6ff1ce35) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_bad_replication_agreement 23.37
No log output captured.
Passed suites/fourwaymmr/fourwaymmr_test.py::test_nsds5replicaenabled_verify 68.41
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2500 FAIL: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb390d8-368b-4b71-9982-d10bf639c909 / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 30d43a2a-679c-4a1c-bd89-1e999dc04a4a / got description=d516b4fb-9492-4848-ab0a-ecbdcc142a14) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2500 FAIL: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4d534835-4944-480d-a810-a3e7be22379f / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 1a884faa-ef40-4ba9-adf2-d5779ea79880 / got description=30d43a2a-679c-4a1c-bd89-1e999dc04a4a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2500 FAIL: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 08e239dc-31a5-483b-8860-d5998718c25b / got description=1a884faa-ef40-4ba9-adf2-d5779ea79880) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 86f4a04e-6f56-4eec-8f04-fffbc2fa0712 / got description=08e239dc-31a5-483b-8860-d5998718c25b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_create_an_entry_on_the_supplier 4.45
No log output captured.
Passed suites/fourwaymmr/fourwaymmr_test.py::test_bob_acceptance_tests 7.58
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 0e9d2025-f71a-4453-935d-80f04adbf90c / got description=86f4a04e-6f56-4eec-8f04-fffbc2fa0712) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/fourwaymmr/fourwaymmr_test.py::test_replica_backup_and_restore 37.98
------------------------------Captured stderr call------------------------------
ldiffile: /tmp/output_file [23/Apr/2021:22:17:13.203999635 -0400] - INFO - slapd_exemode_ldif2db - Backend Instance: userRoot
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3027cf35-d5e3-4143-a2ee-0e49b8fdb9c7 / got description=0e9d2025-f71a-4453-935d-80f04adbf90c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c8505445-3850-454c-9bf5-65d39467ded1 / got description=3027cf35-d5e3-4143-a2ee-0e49b8fdb9c7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 2ca51cfe-5479-4490-a96b-9437f19723e3 / got description=c8505445-3850-454c-9bf5-65d39467ded1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 1e4272d8-489a-4c15-a8b1-a37c499186d2 / got description=2ca51cfe-5479-4490-a96b-9437f19723e3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 09559c4c-fe6d-44dd-a606-161b2b663203 / got description=1e4272d8-489a-4c15-a8b1-a37c499186d2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 06b8393b-006a-4834-a0cf-5b92d4d72582 / got description=09559c4c-fe6d-44dd-a606-161b2b663203) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/fractional/fractional_test.py::test_fractional_agreements 83.62
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39202, 'ldap-secureport': 63902, 'server-id': 'consumer2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f664bfa4-2c83-44a2-a211-24aaf4397f18 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 633e6850-dcf0-4386-af71-698d153a3996 / got description=f664bfa4-2c83-44a2-a211-24aaf4397f18) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect d5ccdab8-efe1-4802-8e81-27d22f7ee599 / got description=633e6850-dcf0-4386-af71-698d153a3996) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:169 Joining consumer consumer2 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect a7bfa7c1-ea16-4575-9e2b-3c271b0d8e03 / got description=d5ccdab8-efe1-4802-8e81-27d22f7ee599) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer2 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 already exists INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer2 from supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is was created
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect db84ce3e-de22-4bca-87fa-ff50d231facb / got description=a7bfa7c1-ea16-4575-9e2b-3c271b0d8e03) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect c94c4485-a212-4319-9d50-8828174ed248 / got description=db84ce3e-de22-4bca-87fa-ff50d231facb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 07205686-3d23-4159-b2c4-0452b8d8c599 / got description=c94c4485-a212-4319-9d50-8828174ed248) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/fractional/fractional_test.py::test_read_only_consumer 0.15
No log output captured.
Passed suites/fractional/fractional_test.py::test_read_write_supplier 3.13
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b8c6f55c-41f9-44cb-9609-339488c6139f / got description=07205686-3d23-4159-b2c4-0452b8d8c599) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 9c375268-e5d4-4e0b-831c-9b323e0e7750 / got description=b8c6f55c-41f9-44cb-9609-339488c6139f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 98f9bd07-59ab-414d-889b-9a0d0ee48019 / got description=9c375268-e5d4-4e0b-831c-9b323e0e7750) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/fractional/fractional_test.py::test_filtered_attributes 3.59
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e29a7182-5dd1-494c-9e2b-e7bbb7b20c03 / got description=98f9bd07-59ab-414d-889b-9a0d0ee48019) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 4159f718-80f4-4802-b3ca-5779bfff681f / got description=e29a7182-5dd1-494c-9e2b-e7bbb7b20c03) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 47c59c77-0d37-4d7a-ad62-73b66960ec57 / got description=4159f718-80f4-4802-b3ca-5779bfff681f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/fractional/fractional_test.py::test_fewer_changes_in_single_operation 9.41
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8fbb618f-ecff-4bbd-a43d-75f08a6c9013 / got description=47c59c77-0d37-4d7a-ad62-73b66960ec57) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 4229216f-c123-48c8-8680-590f0e873da6 / got description=8fbb618f-ecff-4bbd-a43d-75f08a6c9013) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 99bc7b87-f8ac-46bb-93a4-0818f9b03466 / got description=4229216f-c123-48c8-8680-590f0e873da6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f2b4d696-f61c-4eeb-8b3d-10f08dbf9f3d / got description=99bc7b87-f8ac-46bb-93a4-0818f9b03466) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 0525e290-9ccb-43e8-9679-9e559a8d6715 / got description=f2b4d696-f61c-4eeb-8b3d-10f08dbf9f3d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect f9707fd1-c6b0-44a3-bf22-4392383a5abc / got description=0525e290-9ccb-43e8-9679-9e559a8d6715) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 60f4ad58-cf27-4e34-bde0-05cb3942488d / got description=f9707fd1-c6b0-44a3-bf22-4392383a5abc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 40279f40-ba80-475f-ad6a-0abe9b8bbd5a / got description=60f4ad58-cf27-4e34-bde0-05cb3942488d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 1fff1aff-57a7-49ed-844e-30944e9fbece / got description=40279f40-ba80-475f-ad6a-0abe9b8bbd5a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/fractional/fractional_test.py::test_newly_added_attribute_nsds5replicatedattributelisttotal 12.56
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e755e365-c3c9-41e4-bd6e-6c8926ad0294 / got description=1fff1aff-57a7-49ed-844e-30944e9fbece) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e755e365-c3c9-41e4-bd6e-6c8926ad0294 / got description=1fff1aff-57a7-49ed-844e-30944e9fbece) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e755e365-c3c9-41e4-bd6e-6c8926ad0294 / got description=1fff1aff-57a7-49ed-844e-30944e9fbece) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 46b367fc-1365-46b0-95d5-c4a21c9fde32 / got description=e755e365-c3c9-41e4-bd6e-6c8926ad0294) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 0ed3a22d-54e6-4953-96e8-ba29a89a0800 / got description=46b367fc-1365-46b0-95d5-c4a21c9fde32) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/fractional/fractional_test.py::test_attribute_nsds5replicatedattributelisttotal 29.53
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 65ce1f75-b3af-468c-b48b-9cdef6458b69 / got description=0ed3a22d-54e6-4953-96e8-ba29a89a0800) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect c2f6bdf6-228d-4447-9bd0-c3fb1a63ac8a / got description=65ce1f75-b3af-468c-b48b-9cdef6458b69) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 9845e883-3d5c-484c-a0f6-417f8a92798f / got description=c2f6bdf6-228d-4447-9bd0-c3fb1a63ac8a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/fractional/fractional_test.py::test_implicit_replication_of_password_policy 20.25
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8d10b9dd-4812-480b-b8d1-2eb4bf7ba363 / got description=9845e883-3d5c-484c-a0f6-417f8a92798f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect f7deb638-0dc3-4a24-a425-702c18aa8a2d / got description=8d10b9dd-4812-480b-b8d1-2eb4bf7ba363) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 0bb1f838-bf21-49a8-bb06-2fc48d8f5368 / got description=f7deb638-0dc3-4a24-a425-702c18aa8a2d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b2abac6f-16a3-40a7-9e17-a6768fc27178 / got description=0bb1f838-bf21-49a8-bb06-2fc48d8f5368) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b2abac6f-16a3-40a7-9e17-a6768fc27178 / got description=0bb1f838-bf21-49a8-bb06-2fc48d8f5368) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b2abac6f-16a3-40a7-9e17-a6768fc27178 / got description=0bb1f838-bf21-49a8-bb06-2fc48d8f5368) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b2abac6f-16a3-40a7-9e17-a6768fc27178 / got description=0bb1f838-bf21-49a8-bb06-2fc48d8f5368) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect a76aff38-3797-476c-af05-5140cb13ab76 / got description=b2abac6f-16a3-40a7-9e17-a6768fc27178) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 663b6403-4262-4616-b808-a8db8e71b8b4 / got description=a76aff38-3797-476c-af05-5140cb13ab76) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect bd705450-d7e0-40e5-a5b5-e10ebac644fb / got description=b2abac6f-16a3-40a7-9e17-a6768fc27178) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect ba57c286-8f06-4f60-a250-083c246a2b1a / got description=bd705450-d7e0-40e5-a5b5-e10ebac644fb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 1f4a393b-eeac-4f67-81eb-c6d3037ac880 / got description=ba57c286-8f06-4f60-a250-083c246a2b1a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working
Passed suites/get_effective_rights/acceptance_test.py::test_group_aci_entry_exists 9.34
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.get_effective_rights.acceptance_test:acceptance_test.py:30 Adding user testuser
-------------------------------Captured log call--------------------------------
INFO tests.suites.get_effective_rights.acceptance_test:acceptance_test.py:57 Adding group group1 INFO tests.suites.get_effective_rights.acceptance_test:acceptance_test.py:70 Add an ACI granting add access to a user matching the groupdn INFO lib389:acceptance_test.py:79 dn: uid=testuser,dc=example,dc=com INFO lib389:acceptance_test.py:81 ######## entryLevelRights: b'vadn'
Passed suites/get_effective_rights/acceptance_test.py::test_group_aci_template_entry 1.80
-------------------------------Captured log call--------------------------------
INFO tests.suites.get_effective_rights.acceptance_test:acceptance_test.py:105 Add an ACI granting add access to a user matching the userdn INFO lib389:acceptance_test.py:115 dn: cn=template_person_objectclass,dc=example,dc=com INFO lib389:acceptance_test.py:117 ######## entryLevelRights: b'vadn' INFO lib389:acceptance_test.py:120 dn: cn=template_groupofnames_objectclass,dc=example,dc=com INFO lib389:acceptance_test.py:122 ######## entryLevelRights: b'none'
Passed suites/gssapi/simple_gssapi_test.py::test_invalid_sasl_map 0.37
No log output captured.
Passed suites/gssapi/simple_gssapi_test.py::test_missing_user 1.11
------------------------------Captured stdout call------------------------------
Authenticating as principal testuser/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. Principal "doesnotexist@HOSTED.UPSHIFT.RDU2.REDHAT.COM" created. Authenticating as principal testuser/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. K/M@HOSTED.UPSHIFT.RDU2.REDHAT.COM doesnotexist@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/changepw@HOSTED.UPSHIFT.RDU2.REDHAT.COM kadmin/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM kiprop/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM krbtgt/HOSTED.UPSHIFT.RDU2.REDHAT.COM@HOSTED.UPSHIFT.RDU2.REDHAT.COM ldap/ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com@HOSTED.UPSHIFT.RDU2.REDHAT.COM testuser@HOSTED.UPSHIFT.RDU2.REDHAT.COM Authenticating as principal testuser/admin@HOSTED.UPSHIFT.RDU2.REDHAT.COM with password. Entry for principal doesnotexist@HOSTED.UPSHIFT.RDU2.REDHAT.COM with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/doesnotexist.keytab. Entry for principal doesnotexist@HOSTED.UPSHIFT.RDU2.REDHAT.COM with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/doesnotexist.keytab.
------------------------------Captured stderr call------------------------------
No policy specified for doesnotexist@HOSTED.UPSHIFT.RDU2.REDHAT.COM; defaulting to no policy
Passed suites/gssapi/simple_gssapi_test.py::test_rejected_mech 1.67
No log output captured.
Passed suites/gssapi_repl/gssapi_repl_test.py::test_gssapi_repl 29.66
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 91425441-aa21-4663-8d36-5e25d755bba4 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 81c64472-877f-48dd-ba99-7176329872d6 / got description=91425441-aa21-4663-8d36-5e25d755bba4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
Passed suites/healthcheck/health_config_test.py::test_healthcheck_logging_format_should_be_revised 9.83
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSCLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: config:hr_timestamp INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=config INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 nsslapd-logging-hr-timestamps-enabled changes the log format in directory server from [07/Jun/2017:17:15:58 +1000] to [07/Jun/2017:17:15:58.716117312 +1000] This actually provides a performance improvement. Additionally, this setting will be removed in a future release. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Set nsslapd-logging-hr-timestamps-enabled to on. You can use 'dsconf' to set this attribute. Here is an example: # dsconf slapd-standalone1 config replace nsslapd-logging-hr-timestamps-enabled=on INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSCLE0001", "severity": "LOW", "description": "Different log timestamp format.", "items": [ "cn=config" ], "detail": "nsslapd-logging-hr-timestamps-enabled changes the log format in directory server from\n\n[07/Jun/2017:17:15:58 +1000]\n\nto\n\n[07/Jun/2017:17:15:58.716117312 +1000]\n\nThis actually provides a performance improvement. Additionally, this setting will be\nremoved in a future release.\n", "fix": "Set nsslapd-logging-hr-timestamps-enabled to on.\nYou can use 'dsconf' to set this attribute. Here is an example:\n\n # dsconf slapd-standalone1 config replace nsslapd-logging-hr-timestamps-enabled=on", "check": "config:hr_timestamp" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_config_test.py::test_healthcheck_RI_plugin_is_misconfigured 0.39
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSRILE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: refint:update_delay INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=referential integrity postoperation,cn=plugins,cn=config INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The referential integrity plugin has an asynchronous processing mode. This is controlled by the update-delay flag. When this value is 0, referential integrity plugin processes these changes inside of the operation that modified the entry - ie these are synchronous. However, when this is > 0, these are performed asynchronously. This leads to only having referint enabled on one supplier in MMR to prevent replication conflicts and loops. Additionally, because these are performed in the background these updates may cause spurious update delays to your server by batching changes rather than smaller updates during sync processing. We advise that you set this value to 0, and enable referint on all suppliers as it provides a more predictable behaviour. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Set referint-update-delay to 0. You can use 'dsconf' to set this value. Here is an example: # dsconf slapd-standalone1 plugin referential-integrity set --update-delay 0 You must restart the Directory Server for this change to take effect. INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSRILE0001", "severity": "LOW", "description": "Referential integrity plugin may be slower.", "items": [ "cn=referential integrity postoperation,cn=plugins,cn=config" ], "detail": "The referential integrity plugin has an asynchronous processing mode.\nThis is controlled by the update-delay flag. When this value is 0, referential\nintegrity plugin processes these changes inside of the operation that modified\nthe entry - ie these are synchronous.\n\nHowever, when this is > 0, these are performed asynchronously.\n\nThis leads to only having referint enabled on one supplier in MMR to prevent replication conflicts and loops.\nAdditionally, because these are performed in the background these updates may cause spurious update\ndelays to your server by batching changes rather than smaller updates during sync processing.\n\nWe advise that you set this value to 0, and enable referint on all suppliers as it provides a more predictable behaviour.\n", "fix": "Set referint-update-delay to 0.\n\nYou can use 'dsconf' to set this value. Here is an example:\n\n # dsconf slapd-standalone1 plugin referential-integrity set --update-delay 0\n\nYou must restart the Directory Server for this change to take effect.", "check": "refint:update_delay" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_config_test.py::test_healthcheck_RI_plugin_missing_indexes 0.61
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSRILE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: refint:attr_indexes INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=referential integrity postoperation,cn=plugins,cn=config INFO LogCapture:health.py:52 -- dc=example,dc=com INFO LogCapture:health.py:52 -- member INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The referential integrity plugin is configured to use an attribute (member) that does not have an "equality" index in backend (dc=example,dc=com). Failure to have the proper indexing will lead to unindexed searches which cause high CPU and can significantly slow the server down. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Check the attributes set in "referint-membership-attr" to make sure they have an index defined that has at least the equality "eq" index type. You will need to reindex the database after adding the missing index type. Here is an example using dsconf: # dsconf slapd-standalone1 backend index add --attr=member --reindex --index-type=eq dc=example,dc=com INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSRILE0002", "severity": "HIGH", "description": "Referential integrity plugin configured with unindexed attribute.", "items": [ "cn=referential integrity postoperation,cn=plugins,cn=config", "dc=example,dc=com", "member" ], "detail": "The referential integrity plugin is configured to use an attribute (member)\nthat does not have an \"equality\" index in backend (dc=example,dc=com).\nFailure to have the proper indexing will lead to unindexed searches which\ncause high CPU and can significantly slow the server down.", "fix": "Check the attributes set in \"referint-membership-attr\" to make sure they have\nan index defined that has at least the equality \"eq\" index type. You will\nneed to reindex the database after adding the missing index type. Here is an\nexample using dsconf:\n\n # dsconf slapd-standalone1 backend index add --attr=member --reindex --index-type=eq dc=example,dc=com\n", "check": "refint:attr_indexes" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_config_test.py::test_healthcheck_virtual_attr_incorrectly_indexed 0.56
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSVIRTLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: backends:userroot:virt_attrs INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Virtual Attributes INFO LogCapture:health.py:52 -- dc=example,dc=com INFO LogCapture:health.py:52 -- Class Of Service (COS) INFO LogCapture:health.py:52 -- cosAttribute: postalcode INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 You should not index virtual attributes, and as this will break searches that use the attribute in a filter. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Remove the index for this attribute from the backend configuration. Here is an example using 'dsconf' to remove an index: # dsconf slapd-standalone1 backend index delete --attr postalcode dc=example,dc=com INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSVIRTLE0001", "severity": "HIGH", "description": "Virtual attribute indexed.", "items": [ "Virtual Attributes", "dc=example,dc=com", "Class Of Service (COS)", "cosAttribute: postalcode" ], "detail": "You should not index virtual attributes, and as this will break searches that\nuse the attribute in a filter.", "fix": "Remove the index for this attribute from the backend configuration.\nHere is an example using 'dsconf' to remove an index:\n\n # dsconf slapd-standalone1 backend index delete --attr postalcode dc=example,dc=com", "check": "backends:userroot:virt_attrs" } ]
Passed suites/healthcheck/health_config_test.py::test_healthcheck_low_disk_space 0.46
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 2 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSVIRTLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: backends:userroot:virt_attrs INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Virtual Attributes INFO LogCapture:health.py:52 -- dc=example,dc=com INFO LogCapture:health.py:52 -- Class Of Service (COS) INFO LogCapture:health.py:52 -- cosAttribute: postalcode INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 You should not index virtual attributes, and as this will break searches that use the attribute in a filter. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Remove the index for this attribute from the backend configuration. Here is an example using 'dsconf' to remove an index: # dsconf slapd-standalone1 backend index delete --attr postalcode dc=example,dc=com INFO LogCapture:health.py:45 [2] DS Lint Error: DSDSLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: monitor-disk-space:disk_space INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Server INFO LogCapture:health.py:52 -- cn=config INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The disk partition used by the server (/), either for the database, the configuration files, or the logs is over 90% full. If the partition becomes completely filled serious problems can occur with the database or the server's stability. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Attempt to free up disk space. Also try removing old rotated logs, or disable any verbose logging levels that might have been set. You might consider enabling the "Disk Monitoring" feature in cn=config to help prevent a disorderly shutdown of the server: nsslapd-disk-monitoring: on You can use 'dsconf' to set this value. Here is an example: # dsconf slapd-standalone1 config replace nsslapd-disk-monitoring=on You must restart the Directory Server for this change to take effect. Please see the Administration guide for more information: https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/administration_guide/diskmonitoring INFO LogCapture:health.py:124 ===== End Of Report (2 Issues found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSVIRTLE0001", "severity": "HIGH", "description": "Virtual attribute indexed.", "items": [ "Virtual Attributes", "dc=example,dc=com", "Class Of Service (COS)", "cosAttribute: postalcode" ], "detail": "You should not index virtual attributes, and as this will break searches that\nuse the attribute in a filter.", "fix": "Remove the index for this attribute from the backend configuration.\nHere is an example using 'dsconf' to remove an index:\n\n # dsconf slapd-standalone1 backend index delete --attr postalcode dc=example,dc=com", "check": "backends:userroot:virt_attrs" }, { "dsle": "DSDSLE0001", "severity": "HIGH", "description": "Low disk space.", "items": [ "Server", "cn=config" ], "detail": "The disk partition used by the server (/), either for the database, the\nconfiguration files, or the logs is over 90% full. If the partition becomes\ncompletely filled serious problems can occur with the database or the server's\nstability.", "fix": "Attempt to free up disk space. Also try removing old rotated logs, or disable any\nverbose logging levels that might have been set. You might consider enabling\nthe \"Disk Monitoring\" feature in cn=config to help prevent a disorderly shutdown\nof the server:\n\n nsslapd-disk-monitoring: on\n\nYou can use 'dsconf' to set this value. Here is an example:\n\n # dsconf slapd-standalone1 config replace nsslapd-disk-monitoring=on\n\nYou must restart the Directory Server for this change to take effect.\n\nPlease see the Administration guide for more information:\n\n https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/administration_guide/diskmonitoring\n", "check": "monitor-disk-space:disk_space" } ]
Passed suites/healthcheck/health_config_test.py::test_healthcheck_notes_unindexed_search 12.21
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSLOGNOTES0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: Medium INFO LogCapture:health.py:49 Check: logs:notes INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Performance INFO LogCapture:health.py:52 -- /var/log/dirsrv/slapd-standalone1/access INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 Found 1 fully unindexed searches in the current access log. Unindexed searches can cause high CPU and slow down the entire server's performance. [1] Unindexed Search - date: . - conn/op: 1/2 - base: dc=example,dc=com - scope: 2 - filter: (&(|(objectClass=nsAccount)(objectClass=nsPerson)(objectClass=simpleSecurityObject)(objectClass=organization)(objectClass=person)(objectClass=account)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=domain)(objectClass=posixAccount)(objectClass=shadowAccount)(objectClass=posixGroup)(objectClass=mailRecipient))(uid=test*)) - etime: 0.393330044 INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Examine the searches that are unindexed, and either properly index the attributes in the filter, increase the nsslapd-idlistscanlimit, or stop using that filter. INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSLOGNOTES0001", "severity": "Medium", "description": "Unindexed Search", "items": [ "Performance", "/var/log/dirsrv/slapd-standalone1/access" ], "detail": "Found 1 fully unindexed searches in the current access log.\nUnindexed searches can cause high CPU and slow down the entire server's performance.\n\n [1] Unindexed Search\n - date: .\n - conn/op: 1/2\n - base: dc=example,dc=com\n - scope: 2\n - filter: (&(|(objectClass=nsAccount)(objectClass=nsPerson)(objectClass=simpleSecurityObject)(objectClass=organization)(objectClass=person)(objectClass=account)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=domain)(objectClass=posixAccount)(objectClass=shadowAccount)(objectClass=posixGroup)(objectClass=mailRecipient))(uid=test*))\n - etime: 0.393330044\n", "fix": "Examine the searches that are unindexed, and either properly index the attributes\nin the filter, increase the nsslapd-idlistscanlimit, or stop using that filter.", "check": "logs:notes" } ]
Passed suites/healthcheck/health_config_test.py::test_healthcheck_notes_unknown_attribute 11.81
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSLOGNOTES0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: Medium INFO LogCapture:health.py:49 Check: logs:notes INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Possible Performance Impact INFO LogCapture:health.py:52 -- /var/log/dirsrv/slapd-standalone1/access INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 Found 1 searches in the current access log that are using an unknown attribute in the search filter. [1] Invalid Attribute in Filter - date: . - conn/op: 1/2 - filter: (&(|(objectClass=nsAccount)(objectClass=nsPerson)(objectClass=simpleSecurityObject)(objectClass=organization)(objectClass=person)(objectClass=account)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=domain)(objectClass=posixAccount)(objectClass=shadowAccount)(objectClass=posixGroup)(objectClass=mailRecipient))(unknown=test)) INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Stop using this these unknown attributes in the filter, or add the schema to the server and make sure it's properly indexed. INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSLOGNOTES0002", "severity": "Medium", "description": "Unknown Attribute In Filter", "items": [ "Possible Performance Impact", "/var/log/dirsrv/slapd-standalone1/access" ], "detail": "Found 1 searches in the current access log that are using an\nunknown attribute in the search filter.\n\n [1] Invalid Attribute in Filter\n - date: .\n - conn/op: 1/2\n - filter: (&(|(objectClass=nsAccount)(objectClass=nsPerson)(objectClass=simpleSecurityObject)(objectClass=organization)(objectClass=person)(objectClass=account)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=domain)(objectClass=posixAccount)(objectClass=shadowAccount)(objectClass=posixGroup)(objectClass=mailRecipient))(unknown=test))\n", "fix": "Stop using this these unknown attributes in the filter, or add the schema\nto the server and make sure it's properly indexed.", "check": "logs:notes" } ]
Passed suites/healthcheck/health_repl_test.py::test_healthcheck_replication_replica_not_reachable 28.26
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6d8bd386-9a8d-4cd7-831b-9c5763bd0902 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect ef28ec25-8902-4f1d-a5d3-b74b29c88a3d / got description=6d8bd386-9a8d-4cd7-831b-9c5763bd0902) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4345f1d7-b0fd-43be-a858-788c6a31948a / got description=ef28ec25-8902-4f1d-a5d3-b74b29c88a3d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSREPLLE0005 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: replication:agmts_status INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Agreement INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The replication agreement (002) under "dc=example,dc=com" is not in synchronization, because the consumer server is not reachable. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Check if the consumer is running, and also check the errors log for more information. INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSREPLLE0005", "severity": "MEDIUM", "description": "Replication consumer not reachable.", "items": [ "Replication", "Agreement" ], "detail": "The replication agreement (002) under \"dc=example,dc=com\" is not in synchronization,\nbecause the consumer server is not reachable.", "fix": "Check if the consumer is running, and also check the errors log for more information.", "check": "replication:agmts_status" } ] INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 34212940-0536-4830-8750-c142db54a685 / got description=4345f1d7-b0fd-43be-a858-788c6a31948a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_repl_test.py::test_healthcheck_changelog_trimming_not_configured 3.34
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSCLLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:userroot::cl_trimming INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Changelog INFO LogCapture:health.py:52 -- Backends INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The replication changelog does have any kind of trimming configured. This will lead to the changelog size growing indefinitely. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Configure changelog trimming, preferably by setting the maximum age of a changelog record. Here is an example: # dsconf slapd-supplier1 replication set-changelog --suffix YOUR_SUFFIX --max-age 30d INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSCLLE0001", "severity": "LOW", "description": "Changelog trimming not configured.", "items": [ "Replication", "Changelog", "Backends" ], "detail": "The replication changelog does have any kind of trimming configured. This will\nlead to the changelog size growing indefinitely.", "fix": "Configure changelog trimming, preferably by setting the maximum age of a changelog\nrecord. Here is an example:\n\n # dsconf slapd-supplier1 replication set-changelog --suffix YOUR_SUFFIX --max-age 30d", "check": "backends:userroot::cl_trimming" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_repl_test.py::test_healthcheck_replication_presence_of_conflict_entries 3.77
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect cf9ce5cf-eb36-4636-af5d-5465a076c8b2 / got description=34212940-0536-4830-8750-c142db54a685) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8bc43cbb-40b3-4d9b-8044-93e953d7c9fb / got description=cf9ce5cf-eb36-4636-af5d-5465a076c8b2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect f8321fee-2e57-4d33-bd26-ad5470f1fcc7 / got description=8bc43cbb-40b3-4d9b-8044-93e953d7c9fb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSREPLLE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: replication:conflicts INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Conflict Entries INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 There were 1 conflict entries found under the replication suffix "dc=example,dc=com". INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 While conflict entries are expected to occur in an MMR environment, they should be resolved. In regards to conflict entries there is always the original/counterpart entry that has a normal DN, and then the conflict version of that entry. Technically both entries are valid, you as the administrator, needs to decide which entry you want to keep. First examine/compare both entries to determine which one you want to keep or remove. You can use the CLI tool "dsconf" to resolve the conflict. Here is an example: List the conflict entries: # dsconf slapd-supplier1 repl-conflict list dc=example,dc=com Examine conflict entry and its counterpart entry: # dsconf slapd-supplier1 repl-conflict compare <DN of conflict entry> Remove conflict entry and keep only the original/counterpart entry: # dsconf slapd-supplier1 repl-conflict delete <DN of conflict entry> Replace the original/counterpart entry with the conflict entry: # dsconf slapd-supplier1 repl-conflict swap <DN of conflict entry> INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSREPLLE0002", "severity": "LOW", "description": "Replication conflict entries found.", "items": [ "Replication", "Conflict Entries" ], "detail": "There were 1 conflict entries found under the replication suffix \"dc=example,dc=com\".", "fix": "While conflict entries are expected to occur in an MMR environment, they\nshould be resolved. In regards to conflict entries there is always the original/counterpart\nentry that has a normal DN, and then the conflict version of that entry. Technically both\nentries are valid, you as the administrator, needs to decide which entry you want to keep.\nFirst examine/compare both entries to determine which one you want to keep or remove. You\ncan use the CLI tool \"dsconf\" to resolve the conflict. Here is an example:\n\n List the conflict entries:\n\n # dsconf slapd-supplier1 repl-conflict list dc=example,dc=com\n\n Examine conflict entry and its counterpart entry:\n\n # dsconf slapd-supplier1 repl-conflict compare <DN of conflict entry>\n\n Remove conflict entry and keep only the original/counterpart entry:\n\n # dsconf slapd-supplier1 repl-conflict delete <DN of conflict entry>\n\n Replace the original/counterpart entry with the conflict entry:\n\n # dsconf slapd-supplier1 repl-conflict swap <DN of conflict entry>\n", "check": "replication:conflicts" } ]
Passed suites/healthcheck/health_repl_test.py::test_healthcheck_non_replicated_suffixes 0.43
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking backends:changelog:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:changelog:mappingtree ... INFO LogCapture:health.py:99 Checking backends:changelog:search ... INFO LogCapture:health.py:99 Checking backends:changelog:virt_attrs ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 2 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSBLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:changelog:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=changelog INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The backend database has not been initialized yet INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You need to import an LDIF file, or create the suffix entry, in order to initialize the database. INFO LogCapture:health.py:45 [2] DS Lint Error: DSBLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:changelog:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=changelog INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The backend database has not been initialized yet INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You need to import an LDIF file, or create the suffix entry, in order to initialize the database. INFO LogCapture:health.py:124 ===== End Of Report (2 Issues found) =====
Passed suites/healthcheck/health_repl_test.py::test_healthcheck_replication_out_of_sync_broken 53.18
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8f8b1803-5de9-4b9b-b192-a628900618fe / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a72bde03-8490-4bda-8e55-8ea964979b4c / got description=8f8b1803-5de9-4b9b-b192-a628900618fe) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect cc7f60cf-7f09-4f62-8ce2-e4a81d639f8b / got description=a72bde03-8490-4bda-8e55-8ea964979b4c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b6f24387-84de-4c4b-8af9-1ea7124947b9 / got description=cc7f60cf-7f09-4f62-8ce2-e4a81d639f8b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 3 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSREPLLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: replication:agmts_status INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Agreement INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The replication agreement (002) under "dc=example,dc=com" is not in synchronization. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You may need to reinitialize this replication agreement. Please check the errors log for more information. If you do need to reinitialize the agreement you can do so using dsconf. Here is an example: # dsconf slapd-supplier1 repl-agmt init "002" --suffix dc=example,dc=com INFO LogCapture:health.py:45 [2] DS Lint Error: DSREPLLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: replication:agmts_status INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Agreement INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The replication agreement (003) under "dc=example,dc=com" is not in synchronization. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You may need to reinitialize this replication agreement. Please check the errors log for more information. If you do need to reinitialize the agreement you can do so using dsconf. Here is an example: # dsconf slapd-supplier1 repl-agmt init "003" --suffix dc=example,dc=com INFO LogCapture:health.py:45 [3] DS Lint Error: DSCLLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:userroot::cl_trimming INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Changelog INFO LogCapture:health.py:52 -- Backends INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The replication changelog does have any kind of trimming configured. This will lead to the changelog size growing indefinitely. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Configure changelog trimming, preferably by setting the maximum age of a changelog record. Here is an example: # dsconf slapd-supplier1 replication set-changelog --suffix YOUR_SUFFIX --max-age 30d INFO LogCapture:health.py:124 ===== End Of Report (3 Issues found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSREPLLE0001", "severity": "HIGH", "description": "Replication agreement not set to be synchronized.", "items": [ "Replication", "Agreement" ], "detail": "The replication agreement (002) under \"dc=example,dc=com\" is not in synchronization.", "fix": "You may need to reinitialize this replication agreement. Please check the errors\nlog for more information. If you do need to reinitialize the agreement you can do so\nusing dsconf. Here is an example:\n\n # dsconf slapd-supplier1 repl-agmt init \"002\" --suffix dc=example,dc=com", "check": "replication:agmts_status" }, { "dsle": "DSREPLLE0001", "severity": "HIGH", "description": "Replication agreement not set to be synchronized.", "items": [ "Replication", "Agreement" ], "detail": "The replication agreement (003) under \"dc=example,dc=com\" is not in synchronization.", "fix": "You may need to reinitialize this replication agreement. Please check the errors\nlog for more information. If you do need to reinitialize the agreement you can do so\nusing dsconf. Here is an example:\n\n # dsconf slapd-supplier1 repl-agmt init \"003\" --suffix dc=example,dc=com", "check": "replication:agmts_status" }, { "dsle": "DSCLLE0001", "severity": "LOW", "description": "Changelog trimming not configured.", "items": [ "Replication", "Changelog", "Backends" ], "detail": "The replication changelog does have any kind of trimming configured. This will\nlead to the changelog size growing indefinitely.", "fix": "Configure changelog trimming, preferably by setting the maximum age of a changelog\nrecord. Here is an example:\n\n # dsconf slapd-supplier1 replication set-changelog --suffix YOUR_SUFFIX --max-age 30d", "check": "backends:userroot::cl_trimming" } ]
Passed suites/healthcheck/health_security_test.py::test_healthcheck_insecure_pwd_hash_configured 8.81
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSCLE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: config:passwordscheme INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=config INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 Password storage schemes in Directory Server define how passwords are hashed via a one-way mathematical function for storage. Knowing the hash it is difficult to gain the input, but knowing the input you can easily compare the hash. Many hashes are well known for cryptograhpic verification properties, but are designed to be *fast* to validate. This is the opposite of what we desire for password storage. In the unlikely event of a disclosure, you want hashes to be *difficult* to verify, as this adds a cost of work to an attacker. In Directory Server, we offer one hash suitable for this (PBKDF2_SHA256) and one hash for "legacy" support (SSHA512). Your configuration does not use these for password storage or the root password storage scheme. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Perform a configuration reset of the values: passwordStorageScheme nsslapd-rootpwstoragescheme IE, stop Directory Server, and in dse.ldif delete these two lines. When Directory Server is started, they will use the server provided defaults that are secure. You can also use 'dsconf' to replace these values. Here is an example: # dsconf slapd-standalone1 config replace passwordStorageScheme=PBKDF2_SHA256 nsslapd-rootpwstoragescheme=PBKDF2_SHA256 INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSCLE0002", "severity": "HIGH", "description": "Weak passwordStorageScheme.", "items": [ "cn=config" ], "detail": "Password storage schemes in Directory Server define how passwords are hashed via a\none-way mathematical function for storage. Knowing the hash it is difficult to gain\nthe input, but knowing the input you can easily compare the hash.\n\nMany hashes are well known for cryptograhpic verification properties, but are\ndesigned to be *fast* to validate. This is the opposite of what we desire for password\nstorage. In the unlikely event of a disclosure, you want hashes to be *difficult* to\nverify, as this adds a cost of work to an attacker.\n\nIn Directory Server, we offer one hash suitable for this (PBKDF2_SHA256) and one hash\nfor \"legacy\" support (SSHA512).\n\nYour configuration does not use these for password storage or the root password storage\nscheme.\n", "fix": "Perform a configuration reset of the values:\n\npasswordStorageScheme\nnsslapd-rootpwstoragescheme\n\nIE, stop Directory Server, and in dse.ldif delete these two lines. When Directory Server\nis started, they will use the server provided defaults that are secure.\n\nYou can also use 'dsconf' to replace these values. Here is an example:\n\n # dsconf slapd-standalone1 config replace passwordStorageScheme=PBKDF2_SHA256 nsslapd-rootpwstoragescheme=PBKDF2_SHA256", "check": "config:passwordscheme" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_security_test.py::test_healthcheck_min_allowed_tls_version_too_low 19.87
------------------------------Captured stdout call------------------------------
Setting system policy to LEGACY Note: System-wide crypto policies are applied on application start-up. It is recommended to restart the system for the change of policies to fully take place.
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSELE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: encryption:check_tls_version INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- cn=encryption,cn=config INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 This Directory Server may not be using strong TLS protocol versions. TLS1.0 is known to have a number of issues with the protocol. Please see: https://tools.ietf.org/html/rfc7457 It is advised you set this value to the maximum possible. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 There are two options for setting the TLS minimum version allowed. You, can set "sslVersionMin" in "cn=encryption,cn=config" to a version greater than "TLS1.0" You can also use 'dsconf' to set this value. Here is an example: # dsconf slapd-standalone1 security set --tls-protocol-min=TLS1.2 You must restart the Directory Server for this change to take effect. Or, you can set the system wide crypto policy to FUTURE which will use a higher TLS minimum version, but doing this affects the entire system: # update-crypto-policies --set FUTURE INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSELE0001", "severity": "MEDIUM", "description": "Weak TLS protocol version.", "items": [ "cn=encryption,cn=config" ], "detail": "This Directory Server may not be using strong TLS protocol versions. TLS1.0 is known to\nhave a number of issues with the protocol. Please see:\n\nhttps://tools.ietf.org/html/rfc7457\n\nIt is advised you set this value to the maximum possible.", "fix": "There are two options for setting the TLS minimum version allowed. You,\ncan set \"sslVersionMin\" in \"cn=encryption,cn=config\" to a version greater than \"TLS1.0\"\nYou can also use 'dsconf' to set this value. Here is an example:\n\n # dsconf slapd-standalone1 security set --tls-protocol-min=TLS1.2\n\nYou must restart the Directory Server for this change to take effect.\n\nOr, you can set the system wide crypto policy to FUTURE which will use a higher TLS\nminimum version, but doing this affects the entire system:\n\n # update-crypto-policies --set FUTURE", "check": "encryption:check_tls_version" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_security_test.py::test_healthcheck_resolvconf_bad_file_perm 0.96
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSPERMLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: fschecks:file_perms INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- File Permissions INFO LogCapture:health.py:52 -- /etc/resolv.conf INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The file "/etc/resolv.conf" does not have the expected permissions (644). This can cause issues with replication and chaining. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Change the file permissions: # chmod 644 /etc/resolv.conf INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSPERMLE0001", "severity": "MEDIUM", "description": "Incorrect file permissions.", "items": [ "File Permissions", "/etc/resolv.conf" ], "detail": "The file \"/etc/resolv.conf\" does not have the expected permissions (644). This\ncan cause issues with replication and chaining.", "fix": "Change the file permissions:\n\n # chmod 644 /etc/resolv.conf", "check": "fschecks:file_perms" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_security_test.py::test_healthcheck_pwdfile_bad_file_perm 1.56
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSPERMLE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: fschecks:file_perms INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- File Permissions INFO LogCapture:health.py:52 -- /etc/dirsrv/slapd-standalone1/pwdfile.txt INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The file "/etc/dirsrv/slapd-standalone1/pwdfile.txt" does not have the expected permissions (400). The security database pin/password files should only be readable by Directory Server user. INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Change the file permissions: # chmod 400 /etc/dirsrv/slapd-standalone1/pwdfile.txt INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSPERMLE0002", "severity": "HIGH", "description": "Incorrect security database file permissions.", "items": [ "File Permissions", "/etc/dirsrv/slapd-standalone1/pwdfile.txt" ], "detail": "The file \"/etc/dirsrv/slapd-standalone1/pwdfile.txt\" does not have the expected permissions (400). The\nsecurity database pin/password files should only be readable by Directory Server user.", "fix": "Change the file permissions:\n\n # chmod 400 /etc/dirsrv/slapd-standalone1/pwdfile.txt", "check": "fschecks:file_perms" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/health_sync_test.py::test_healthcheck_replication_out_of_sync_not_broken 79.84
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b89e023b-a2b6-4fa8-94cd-4fddee4472f5 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect f19ffc86-cd86-47dc-91fb-013bec69da94 / got description=b89e023b-a2b6-4fa8-94cd-4fddee4472f5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 91debd94-67d4-41d1-b73a-59cbfc225709 / got description=f19ffc86-cd86-47dc-91fb-013bec69da94) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1f7114bb-c09c-4990-b746-894c946bb5f8 / got description=91debd94-67d4-41d1-b73a-59cbfc225709) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSREPLLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: replication:agmts_status INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- Replication INFO LogCapture:health.py:52 -- Agreement INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The replication agreement (001) under "dc=example,dc=com" is not in synchronization. Status message: error (1) can't acquire busy replica (unable to acquire replica: the replica is currently being updated by another supplier.) INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Replication is not in synchronization but it may recover. Continue to monitor this agreement. INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSREPLLE0003", "severity": "MEDIUM", "description": "Unsynchronized replication agreement.", "items": [ "Replication", "Agreement" ], "detail": "The replication agreement (001) under \"dc=example,dc=com\" is not in synchronization.\nStatus message: error (1) can't acquire busy replica (unable to acquire replica: the replica is currently being updated by another supplier.)", "fix": "Replication is not in synchronization but it may recover. Continue to\nmonitor this agreement.", "check": "replication:agmts_status" } ]
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_disabled_suffix 9.53
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 2 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSBLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: backends:userroot:mappingtree INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- userroot INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 This backend may be missing the correct mapping tree references. Mapping Trees allow the directory server to determine which backend an operation is routed to in the abscence of other information. This is extremely important for correct functioning of LDAP ADD for example. A correct Mapping tree for this backend must contain the suffix name, the database name and be a backend type. IE: cn=o3Dexample,cn=mapping tree,cn=config cn: o=example nsslapd-backend: userRoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Either you need to create the mapping tree, or you need to repair the related mapping tree. You will need to do this by hand by editing cn=config, or stopping the instance and editing dse.ldif. INFO LogCapture:health.py:45 [2] DS Lint Error: DSBLE0002 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: HIGH INFO LogCapture:health.py:49 Check: backends:userroot:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=example,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 Unable to query the backend. LDAP error ({'msgtype': 101, 'msgid': 27, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Warning: Operation attempted on a disabled node : dc=example,dc=com\n'}) INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Check the server's error and access logs for more information. INFO LogCapture:health.py:124 ===== End Of Report (2 Issues found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSBLE0001", "severity": "MEDIUM", "description": "Possibly incorrect mapping tree.", "items": [ "userroot" ], "detail": "This backend may be missing the correct mapping tree references. Mapping Trees allow\nthe directory server to determine which backend an operation is routed to in the\nabscence of other information. This is extremely important for correct functioning\nof LDAP ADD for example.\n\nA correct Mapping tree for this backend must contain the suffix name, the database name\nand be a backend type. IE:\n\ncn=o3Dexample,cn=mapping tree,cn=config\ncn: o=example\nnsslapd-backend: userRoot\nnsslapd-state: backend\nobjectClass: top\nobjectClass: extensibleObject\nobjectClass: nsMappingTree\n\n", "fix": "Either you need to create the mapping tree, or you need to repair the related\nmapping tree. You will need to do this by hand by editing cn=config, or stopping\nthe instance and editing dse.ldif.\n", "check": "backends:userroot:mappingtree" }, { "dsle": "DSBLE0002", "severity": "HIGH", "description": "Unable to query backend.", "items": [ "dc=example,dc=com" ], "detail": "Unable to query the backend. LDAP error ({'msgtype': 101, 'msgid': 27, 'result': 1, 'desc': 'Operations error', 'ctrls': [], 'info': 'Warning: Operation attempted on a disabled node : dc=example,dc=com\\n'})", "fix": "Check the server's error and access logs for more information.", "check": "backends:userroot:search" } ]
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_standalone 0.24
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_list_checks 0.09
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:90 config:hr_timestamp INFO LogCapture:health.py:90 config:passwordscheme INFO LogCapture:health.py:90 backends:userroot:cl_trimming INFO LogCapture:health.py:90 backends:userroot:mappingtree INFO LogCapture:health.py:90 backends:userroot:search INFO LogCapture:health.py:90 backends:userroot:virt_attrs INFO LogCapture:health.py:90 encryption:check_tls_version INFO LogCapture:health.py:90 fschecks:file_perms INFO LogCapture:health.py:90 refint:attr_indexes INFO LogCapture:health.py:90 refint:update_delay INFO LogCapture:health.py:90 monitor-disk-space:disk_space INFO LogCapture:health.py:90 replication:agmts_status INFO LogCapture:health.py:90 replication:conflicts INFO LogCapture:health.py:90 dseldif:nsstate INFO LogCapture:health.py:90 tls:certificate_expiration INFO LogCapture:health.py:90 logs:notes
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_list_errors 0.07
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:71 DSBLE0001 :: Possibly incorrect mapping tree. INFO LogCapture:health.py:71 DSBLE0002 :: Unable to query backend. INFO LogCapture:health.py:71 DSBLE0003 :: Uninitialized backend database. INFO LogCapture:health.py:71 DSCERTLE0001 :: Certificate about to expire. INFO LogCapture:health.py:71 DSCERTLE0002 :: Certificate expired. INFO LogCapture:health.py:71 DSCLE0001 :: Different log timestamp format. INFO LogCapture:health.py:71 DSCLE0002 :: Weak passwordStorageScheme. INFO LogCapture:health.py:71 DSCLLE0001 :: Changelog trimming not configured. INFO LogCapture:health.py:71 DSDSLE0001 :: Low disk space. INFO LogCapture:health.py:71 DSELE0001 :: Weak TLS protocol version. INFO LogCapture:health.py:71 DSLOGNOTES0001 :: Unindexed Search INFO LogCapture:health.py:71 DSLOGNOTES0002 :: Unknown Attribute In Filter INFO LogCapture:health.py:71 DSPERMLE0001 :: Incorrect file permissions. INFO LogCapture:health.py:71 DSPERMLE0002 :: Incorrect security database file permissions. INFO LogCapture:health.py:71 DSREPLLE0001 :: Replication agreement not set to be synchronized. INFO LogCapture:health.py:71 DSREPLLE0002 :: Replication conflict entries found. INFO LogCapture:health.py:71 DSREPLLE0003 :: Unsynchronized replication agreement. INFO LogCapture:health.py:71 DSREPLLE0004 :: Unable to get replication agreement status. INFO LogCapture:health.py:71 DSREPLLE0005 :: Replication consumer not reachable. INFO LogCapture:health.py:71 DSRILE0001 :: Referential integrity plugin may be slower. INFO LogCapture:health.py:71 DSRILE0002 :: Referential integrity plugin configured with unindexed attribute. INFO LogCapture:health.py:71 DSSKEWLE0001 :: Medium time skew. INFO LogCapture:health.py:71 DSSKEWLE0002 :: Major time skew. INFO LogCapture:health.py:71 DSSKEWLE0003 :: Extensive time skew. INFO LogCapture:health.py:71 DSVIRTLE0001 :: Virtual attribute indexed.
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_check_option 2.36
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_standalone_tls 10.60
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_replication 30.23
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6ac7f62e-249a-484a-b22d-328c21e875fd / got description=None) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6ac7f62e-249a-484a-b22d-328c21e875fd / got description=None) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6ac7f62e-249a-484a-b22d-328c21e875fd / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect ead92612-2fe4-4a59-9ba3-d008878316ad / got description=6ac7f62e-249a-484a-b22d-328c21e875fd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_replication_tls 22.96
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 [] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_backend_missing_mapping_tree 1.70
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 2 Issues found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSBLE0001 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: MEDIUM INFO LogCapture:health.py:49 Check: backends:userroot:mappingtree INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- userroot INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 This backend may be missing the correct mapping tree references. Mapping Trees allow the directory server to determine which backend an operation is routed to in the abscence of other information. This is extremely important for correct functioning of LDAP ADD for example. A correct Mapping tree for this backend must contain the suffix name, the database name and be a backend type. IE: cn=o3Dexample,cn=mapping tree,cn=config cn: o=example nsslapd-backend: userRoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 Either you need to create the mapping tree, or you need to repair the related mapping tree. You will need to do this by hand by editing cn=config, or stopping the instance and editing dse.ldif. INFO LogCapture:health.py:45 [2] DS Lint Error: DSBLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:userroot:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=example,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The backend database has not been initialized yet INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You need to import an LDIF file, or create the suffix entry, in order to initialize the database. INFO LogCapture:health.py:124 ===== End Of Report (2 Issues found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSBLE0001", "severity": "MEDIUM", "description": "Possibly incorrect mapping tree.", "items": [ "userroot" ], "detail": "This backend may be missing the correct mapping tree references. Mapping Trees allow\nthe directory server to determine which backend an operation is routed to in the\nabscence of other information. This is extremely important for correct functioning\nof LDAP ADD for example.\n\nA correct Mapping tree for this backend must contain the suffix name, the database name\nand be a backend type. IE:\n\ncn=o3Dexample,cn=mapping tree,cn=config\ncn: o=example\nnsslapd-backend: userRoot\nnsslapd-state: backend\nobjectClass: top\nobjectClass: extensibleObject\nobjectClass: nsMappingTree\n\n", "fix": "Either you need to create the mapping tree, or you need to repair the related\nmapping tree. You will need to do this by hand by editing cn=config, or stopping\nthe instance and editing dse.ldif.\n", "check": "backends:userroot:mappingtree" }, { "dsle": "DSBLE0003", "severity": "LOW", "description": "Uninitialized backend database.", "items": [ "dc=example,dc=com" ], "detail": "The backend database has not been initialized yet", "fix": "You need to import an LDIF file, or create the suffix entry, in order to initialize the database.", "check": "backends:userroot:search" } ] INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:111 No issues found. INFO LogCapture:health.py:113 []
Passed suites/healthcheck/healthcheck_test.py::test_healthcheck_database_not_initialized 16.62
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1'} was created.
-------------------------------Captured log call--------------------------------
INFO LogCapture:health.py:94 Beginning lint report, this could take a while ... INFO LogCapture:health.py:99 Checking config:hr_timestamp ... INFO LogCapture:health.py:99 Checking config:passwordscheme ... INFO LogCapture:health.py:99 Checking backends:userroot:cl_trimming ... INFO LogCapture:health.py:99 Checking backends:userroot:mappingtree ... INFO LogCapture:health.py:99 Checking backends:userroot:search ... INFO LogCapture:health.py:99 Checking backends:userroot:virt_attrs ... INFO LogCapture:health.py:99 Checking encryption:check_tls_version ... INFO LogCapture:health.py:99 Checking fschecks:file_perms ... INFO LogCapture:health.py:99 Checking refint:attr_indexes ... INFO LogCapture:health.py:99 Checking refint:update_delay ... INFO LogCapture:health.py:99 Checking monitor-disk-space:disk_space ... INFO LogCapture:health.py:99 Checking replication:agmts_status ... INFO LogCapture:health.py:99 Checking replication:conflicts ... INFO LogCapture:health.py:99 Checking dseldif:nsstate ... INFO LogCapture:health.py:99 Checking tls:certificate_expiration ... INFO LogCapture:health.py:99 Checking logs:notes ... INFO LogCapture:health.py:106 Healthcheck complete. INFO LogCapture:health.py:119 1 Issue found! Generating report ... INFO LogCapture:health.py:45 [1] DS Lint Error: DSBLE0003 INFO LogCapture:health.py:46 -------------------------------------------------------------------------------- INFO LogCapture:health.py:47 Severity: LOW INFO LogCapture:health.py:49 Check: backends:userroot:search INFO LogCapture:health.py:50 Affects: INFO LogCapture:health.py:52 -- dc=example,dc=com INFO LogCapture:health.py:53 Details: INFO LogCapture:health.py:54 ----------- INFO LogCapture:health.py:55 The backend database has not been initialized yet INFO LogCapture:health.py:56 Resolution: INFO LogCapture:health.py:57 ----------- INFO LogCapture:health.py:58 You need to import an LDIF file, or create the suffix entry, in order to initialize the database. INFO LogCapture:health.py:124 ===== End Of Report (1 Issue found) ===== INFO LogCapture:health.py:126 [ { "dsle": "DSBLE0003", "severity": "LOW", "description": "Uninitialized backend database.", "items": [ "dc=example,dc=com" ], "detail": "The backend database has not been initialized yet", "fix": "You need to import an LDIF file, or create the suffix entry, in order to initialize the database.", "check": "backends:userroot:search" } ]
Passed suites/import/import_test.py::test_import_with_index 19.60
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/import/import_test.py::test_online_import_with_warning 6.23
No log output captured.
Passed suites/import/import_test.py::test_crash_on_ldif2db 6.22
No log output captured.
Passed suites/import/import_test.py::test_ldif2db_allows_entries_without_a_parent_to_be_imported 5.39
-------------------------------Captured log call--------------------------------
ERROR lib389:__init__.py:2644 ldif2db: Can't find file: /var/lib/dirsrv/slapd-standalone1/ldif/bogus.ldif
Passed suites/import/import_test.py::test_ldif2db_syntax_check 6.85
No log output captured.
Passed suites/import/import_test.py::test_issue_a_warning_if_the_cache_size_is_smaller 8.22
No log output captured.
Passed suites/import/import_test.py::test_fast_slow_import 26.00
No log output captured.
Passed suites/import/import_test.py::test_entry_with_escaped_characters_fails_to_import_and_index 13.51
------------------------------Captured stderr call------------------------------
[23/Apr/2021:22:28:34.383468902 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [23/Apr/2021:22:28:34.391107517 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7480659968, process usage 27295744 [23/Apr/2021:22:28:34.396435782 -0400] - INFO - check_and_set_import_cache - Import allocates 2922132KB import cache. [23/Apr/2021:22:28:34.400404063 -0400] - INFO - bdb_copy_directory - Backing up file 0 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/DBVERSION) [23/Apr/2021:22:28:34.403889209 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/DBVERSION to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/DBVERSION [23/Apr/2021:22:28:34.407402582 -0400] - INFO - bdb_copy_directory - Backing up file 1 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/ancestorid.db4) [23/Apr/2021:22:28:34.409883520 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/ancestorid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/ancestorid.db4 [23/Apr/2021:22:28:34.413491836 -0400] - INFO - bdb_copy_directory - Backing up file 2 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/entryrdn.db4) [23/Apr/2021:22:28:34.418195123 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryrdn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/entryrdn.db4 [23/Apr/2021:22:28:34.425032418 -0400] - INFO - bdb_copy_directory - Backing up file 3 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/id2entry.db4) [23/Apr/2021:22:28:34.428065237 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/id2entry.db4 [23/Apr/2021:22:28:34.434627154 -0400] - INFO - bdb_copy_directory - Backing up file 4 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/numsubordinates.db4) [23/Apr/2021:22:28:34.437639188 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/numsubordinates.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/numsubordinates.db4 [23/Apr/2021:22:28:34.440445814 -0400] - INFO - bdb_copy_directory - Backing up file 5 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/roomNumber.db4) [23/Apr/2021:22:28:34.445160508 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/roomNumber.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/roomNumber.db4 [23/Apr/2021:22:28:34.447626804 -0400] - INFO - bdb_copy_directory - Backing up file 6 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/objectclass.db4) [23/Apr/2021:22:28:34.450086688 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/objectclass.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/objectclass.db4 [23/Apr/2021:22:28:34.452527312 -0400] - INFO - bdb_copy_directory - Backing up file 7 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/telephoneNumber.db4) [23/Apr/2021:22:28:34.454804379 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/telephoneNumber.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/telephoneNumber.db4 [23/Apr/2021:22:28:34.459146848 -0400] - INFO - bdb_copy_directory - Backing up file 8 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/parentid.db4) [23/Apr/2021:22:28:34.463731338 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/parentid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/parentid.db4 [23/Apr/2021:22:28:34.466872025 -0400] - INFO - bdb_copy_directory - Backing up file 9 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/nsuniqueid.db4) [23/Apr/2021:22:28:34.469085030 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/nsuniqueid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/nsuniqueid.db4 [23/Apr/2021:22:28:34.473567446 -0400] - INFO - bdb_copy_directory - Backing up file 10 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/givenName.db4) [23/Apr/2021:22:28:34.476742803 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/givenName.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/givenName.db4 [23/Apr/2021:22:28:34.479081269 -0400] - INFO - bdb_copy_directory - Backing up file 11 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/aci.db4) [23/Apr/2021:22:28:34.482514625 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/aci.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/aci.db4 [23/Apr/2021:22:28:34.484539220 -0400] - INFO - bdb_copy_directory - Backing up file 12 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/sn.db4) [23/Apr/2021:22:28:34.486711737 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/sn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/sn.db4 [23/Apr/2021:22:28:34.488849989 -0400] - INFO - bdb_copy_directory - Backing up file 13 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/uid.db4) [23/Apr/2021:22:28:34.490954173 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/uid.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/uid.db4 [23/Apr/2021:22:28:34.493109968 -0400] - INFO - bdb_copy_directory - Backing up file 14 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/cn.db4) [23/Apr/2021:22:28:34.495127771 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/cn.db4 [23/Apr/2021:22:28:34.497487905 -0400] - INFO - bdb_copy_directory - Backing up file 15 (/var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/mail.db4) [23/Apr/2021:22:28:34.502942477 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/mail.db4 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/userRoot/mail.db4 [23/Apr/2021:22:28:34.505852589 -0400] - INFO - upgradedb_core - userRoot: Start upgradedb. [23/Apr/2021:22:28:34.508422112 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7480496128, process usage 28209152 [23/Apr/2021:22:28:34.510321138 -0400] - INFO - check_and_set_import_cache - Import allocates 2922068KB import cache. [23/Apr/2021:22:28:35.111806255 -0400] - INFO - bdb_import_main - reindex userRoot: Index buffering enabled with bucket size 100 [23/Apr/2021:22:28:35.818308275 -0400] - INFO - import_monitor_threads - reindex userRoot: Workers finished; cleaning up... [23/Apr/2021:22:28:36.021337965 -0400] - INFO - import_monitor_threads - reindex userRoot: Workers cleaned up. [23/Apr/2021:22:28:36.024196921 -0400] - INFO - bdb_import_main - reindex userRoot: Cleaning up producer thread... [23/Apr/2021:22:28:36.026613762 -0400] - INFO - bdb_import_main - reindex userRoot: Indexing complete. Post-processing... [23/Apr/2021:22:28:36.028569774 -0400] - INFO - bdb_import_main - reindex userRoot: Generating numsubordinates (this may take several minutes to complete)... [23/Apr/2021:22:28:36.030590556 -0400] - INFO - bdb_import_main - reindex userRoot: Generating numSubordinates complete. [23/Apr/2021:22:28:36.032678860 -0400] - INFO - bdb_get_nonleaf_ids - reindex userRoot: Gathering ancestorid non-leaf IDs... [23/Apr/2021:22:28:36.034936801 -0400] - INFO - bdb_get_nonleaf_ids - reindex userRoot: Finished gathering ancestorid non-leaf IDs. [23/Apr/2021:22:28:36.037065163 -0400] - INFO - ldbm_get_nonleaf_ids - reindex userRoot: Starting sort of ancestorid non-leaf IDs... [23/Apr/2021:22:28:36.039498579 -0400] - INFO - ldbm_get_nonleaf_ids - reindex userRoot: Finished sort of ancestorid non-leaf IDs. [23/Apr/2021:22:28:36.044111467 -0400] - INFO - bdb_ancestorid_new_idl_create_index - reindex userRoot: Creating ancestorid index (new idl)... [23/Apr/2021:22:28:36.047057734 -0400] - INFO - bdb_ancestorid_new_idl_create_index - reindex userRoot: Created ancestorid index (new idl). [23/Apr/2021:22:28:36.049228830 -0400] - INFO - bdb_import_main - reindex userRoot: Flushing caches... [23/Apr/2021:22:28:36.054238894 -0400] - INFO - bdb_import_main - reindex userRoot: Closing files... [23/Apr/2021:22:28:36.192980536 -0400] - INFO - bdb_import_main - reindex userRoot: Reindexing complete. Processed 15 entries in 1 seconds. (15.00 entries/sec) [23/Apr/2021:22:28:36.196832900 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/log.0000000001 to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/log.0000000001 [23/Apr/2021:22:28:36.213127707 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/DBVERSION to /var/lib/dirsrv/slapd-standalone1/bak/reindex_2021-04-23T22:28:34.254281/DBVERSION [23/Apr/2021:22:28:36.216469885 -0400] - INFO - bdb_pre_close - All database threads now stopped
Passed suites/import/import_test.py::test_import_perf_after_failure 23.12
No log output captured.
Passed suites/import/regression_test.py::test_replay_import_operation 39.42
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.import.regression_test:regression_test.py:94 Exporting LDIF online... INFO tests.suites.import.regression_test:regression_test.py:53 Run. INFO tests.suites.import.regression_test:regression_test.py:104 Importing LDIF online, should raise operation error. INFO tests.suites.import.regression_test:regression_test.py:115 Looping. Tried 1 times so far. INFO tests.suites.import.regression_test:regression_test.py:57 Adding users. INFO tests.suites.import.regression_test:regression_test.py:119 Importing LDIF online
Passed suites/import/regression_test.py::test_import_be_default 10.96
-------------------------------Captured log call--------------------------------
INFO tests.suites.import.regression_test:regression_test.py:143 Adding suffix:dc=default,dc=com and backend: default... INFO tests.suites.import.regression_test:regression_test.py:149 Create LDIF file and import it... INFO tests.suites.import.regression_test:regression_test.py:154 Stopping the server and running offline import... INFO tests.suites.import.regression_test:regression_test.py:160 Verifying entry count after import... INFO tests.suites.import.regression_test:regression_test.py:166 Test PASSED
Passed suites/import/regression_test.py::test_del_suffix_import 6.61
-------------------------------Captured log call--------------------------------
INFO tests.suites.import.regression_test:regression_test.py:183 Adding suffix:dc=importest1,dc=com and backend: importest1 INFO tests.suites.import.regression_test:regression_test.py:188 Create LDIF file and import it INFO tests.suites.import.regression_test:regression_test.py:194 Stopping the server and running offline import INFO tests.suites.import.regression_test:regression_test.py:199 Deleting suffix-dc=importest2,dc=com INFO tests.suites.import.regression_test:regression_test.py:202 Adding the same database-importest1 after deleting it
Passed suites/import/regression_test.py::test_del_suffix_backend 7.44
-------------------------------Captured log call--------------------------------
INFO tests.suites.import.regression_test:regression_test.py:221 Adding suffix:dc=importest2,dc=com and backend: importest2 INFO tests.suites.import.regression_test:regression_test.py:226 Create LDIF file and import it INFO lib389:tasks.py:513 Import task import_04232021_222959 for file /var/lib/dirsrv/slapd-standalone1/ldif/suffix_del2.ldif completed successfully INFO tests.suites.import.regression_test:regression_test.py:234 Deleting suffix-dc=importest2,dc=com INFO tests.suites.import.regression_test:regression_test.py:237 Adding the same database-importest2 after deleting it INFO tests.suites.import.regression_test:regression_test.py:240 Checking if server can be restarted after re-adding the same database
Passed suites/import/regression_test.py::test_import_duplicate_dn 15.24
-------------------------------Captured log call--------------------------------
INFO tests.suites.import.regression_test:regression_test.py:266 Delete the previous error logs INFO tests.suites.import.regression_test:regression_test.py:269 Create import file INFO tests.suites.import.regression_test:regression_test.py:293 Import ldif with duplicate entry ERROR lib389:tasks.py:510 Error: import task import_04232021_223010 for file /var/lib/dirsrv/slapd-standalone1/ldif/data.ldif exited with -23 INFO tests.suites.import.regression_test:regression_test.py:296 Restart the server to flush the logs INFO tests.suites.import.regression_test:regression_test.py:299 Error log should not have "unable to flush" message INFO tests.suites.import.regression_test:regression_test.py:302 Error log should have "Duplicated DN detected" message
Passed suites/import/regression_test.py::test_large_ldif2db_ancestorid_index_creation 621.75
-------------------------------Captured log call--------------------------------
INFO tests.suites.import.regression_test:regression_test.py:355 Delete the previous errors logs INFO tests.suites.import.regression_test:regression_test.py:358 Add suffix:o=test and backend: test... INFO tests.suites.import.regression_test:regression_test.py:371 Create a large nested ldif file using dbgen : /var/lib/dirsrv/slapd-standalone1/ldif/large_nested.ldif INFO tests.suites.import.regression_test:regression_test.py:374 Stop the server and run offline import... INFO tests.suites.import.regression_test:regression_test.py:379 Starting the server INFO tests.suites.import.regression_test:regression_test.py:382 parse the errors logs to check lines with "Starting sort of ancestorid" are present INFO tests.suites.import.regression_test:regression_test.py:386 parse the errors logs to check lines with "Finished sort of ancestorid" are present INFO tests.suites.import.regression_test:regression_test.py:390 parse the error logs for the line with "Gathering ancestorid non-leaf IDs" INFO tests.suites.import.regression_test:regression_test.py:394 parse the error logs for the line with "Created ancestorid index" INFO tests.suites.import.regression_test:regression_test.py:398 get the ancestorid non-leaf IDs indexing start and end time from the collected strings INFO tests.suites.import.regression_test:regression_test.py:404 Calculate the elapsed time for the ancestorid non-leaf IDs index creation
Passed suites/indexes/regression_test.py::test_unindexed_internal_search_crashes_server 17.87
No log output captured.
Passed suites/ldapi/ldapi_test.py::test_ldapi_authdn_attr_rewrite 29.04
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stdout call------------------------------
# extended LDIF # # LDAPv3 # base <> with scope baseObject # filter: (objectclass=*) # requesting: ALL # # dn: objectClass: top defaultnamingcontext: dc=example,dc=com dataversion: 020210424024126 netscapemdsuffix: cn=ldap://dc=localhost,dc=localdomain:38901 # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 # extended LDIF # # LDAPv3 # base <> with scope baseObject # filter: (objectclass=*) # requesting: ALL # # dn: objectClass: top defaultnamingcontext: dc=example,dc=com dataversion: 020210424024126 netscapemdsuffix: cn=ldap://dc=localhost,dc=localdomain:38901 # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 # extended LDIF # # LDAPv3 # base <> with scope baseObject # filter: (objectclass=*) # requesting: ALL # # dn: objectClass: top defaultnamingcontext: dc=example,dc=com dataversion: 020210424024130 netscapemdsuffix: cn=ldap://dc=localhost,dc=localdomain:38901 # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 # extended LDIF # # LDAPv3 # base <> with scope baseObject # filter: (objectclass=*) # requesting: ALL # # dn: objectClass: top defaultnamingcontext: dc=example,dc=com dataversion: 020210424024130 netscapemdsuffix: cn=ldap://dc=localhost,dc=localdomain:38901 # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1
------------------------------Captured stderr call------------------------------
SASL/EXTERNAL authentication started SASL username: gidNumber=5001+uidNumber=5001,cn=peercred,cn=external,cn=auth SASL SSF: 0 SASL/EXTERNAL authentication started SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0 SASL/EXTERNAL authentication started SASL username: gidNumber=5002+uidNumber=5002,cn=peercred,cn=external,cn=auth SASL SSF: 0 SASL/EXTERNAL authentication started SASL username: gidNumber=5003+uidNumber=5003,cn=peercred,cn=external,cn=auth SASL SSF: 0
Passed suites/lib389/config_compare_test.py::test_config_compare 19.51
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_mul_explicit_rdn 11.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_mul_derive_single_dn 0.09
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_mul_derive_mult_dn 0.33
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_explicit_dn 0.49
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_explicit_rdn 0.08
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_derive_single_dn 0.25
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_derive_mult_dn 0.08
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_invalid_no_basedn 0.07
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_invalid_no_rdn 0.08
No log output captured.
Passed suites/lib389/dsldapobject/dn_construct_test.py::test_sin_non_present_rdn 3.01
No log output captured.
Passed suites/lib389/idm/account_test.py::test_account_delete 11.21
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/lib389/idm/user_compare_i2_test.py::test_user_compare_i2 19.64
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/lib389/idm/user_compare_m2Repl_test.py::test_user_compare_m2Repl 29.67
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ca5980f-60a9-44ff-8c0e-efa4ba24931c / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8fe481b5-c57c-4ef3-a5b3-791aa37eaf93 / got description=3ca5980f-60a9-44ff-8c0e-efa4ba24931c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6cdf46c0-eebb-4097-ab8b-15a0ea3b01e8 / got description=8fe481b5-c57c-4ef3-a5b3-791aa37eaf93) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/lib389/idm/user_compare_st_test.py::test_user_compare 11.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[logexpirationtime-invalid_vals0-valid_vals0] 12.92
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[maxlogsize-invalid_vals1-valid_vals1] 0.39
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[logmaxdiskspace-invalid_vals2-valid_vals2] 0.41
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[logminfreediskspace-invalid_vals3-valid_vals3] 0.14
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[mode-invalid_vals4-valid_vals4] 0.18
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[maxlogsperdir-invalid_vals5-valid_vals5] 0.15
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[logrotationsynchour-invalid_vals6-valid_vals6] 0.17
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[logrotationsyncmin-invalid_vals7-valid_vals7] 0.17
No log output captured.
Passed suites/logging/logging_config_test.py::test_logging_digit_config[logrotationtime-invalid_vals8-valid_vals8] 2.14
No log output captured.
Passed suites/mapping_tree/acceptance_test.py::test_invalid_mt 11.10
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/mapping_tree/be_del_and_default_naming_attr_test.py::test_be_delete 11.29
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_inverted 13.42
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_nonexist_parent 4.37
No log output captured.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_same_length 5.07
No log output captured.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_flipped_components 5.34
No log output captured.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_weird_nesting 4.94
No log output captured.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_mixed_length 7.18
No log output captured.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_many_shallow 24.37
No log output captured.
Passed suites/mapping_tree/mt_cursed_test.py::test_mapping_tree_many_deep_nesting 74.61
No log output captured.
Passed suites/mapping_tree/referral_during_tot_init_test.py::test_referral_during_tot 53.04
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d90a74d2-dea2-43b3-b66f-4817c274d873 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 6cea7a21-3463-40da-8821-e700c27798f4 / got description=d90a74d2-dea2-43b3-b66f-4817c274d873) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
------------------------------Captured stderr call------------------------------
[23/Apr/2021:22:46:59.332953230 -0400] - INFO - slapd_exemode_ldif2db - Backend Instance: userRoot
Passed suites/memberof_plugin/regression_test.py::test_memberof_with_repl 113.57
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for hub1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:524 Creating replication topology. INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is NOT working (expect f1a1f53f-2701-40cc-825a-7eafe68f6140 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is working INFO lib389.replica:replica.py:2211 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect ee924c55-7217-418a-b660-9c9d8b7f9809 / got description=f1a1f53f-2701-40cc-825a-7eafe68f6140) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
-------------------------------Captured log call--------------------------------
INFO tests.suites.memberof_plugin.regression_test:regression_test.py:77 update cn=101,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO tests.suites.memberof_plugin.regression_test:regression_test.py:77 update cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal
Passed suites/memberof_plugin/regression_test.py::test_scheme_violation_errors_logged 34.10
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b81a5c6d-1888-4f6d-a0d5-6cbf0b3706cb / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 377fda75-3051-4cd3-a0c7-69a063dc2029 / got description=b81a5c6d-1888-4f6d-a0d5-6cbf0b3706cb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.memberof_plugin.regression_test:regression_test.py:319 memberOf attr value - cn=group1,ou=groups,dc=example,dc=com INFO tests.suites.memberof_plugin.regression_test:regression_test.py:322 pattern = .*oc_check_allowed_sv.*uid=user_,ou=people,dc=example,dc=com.*memberOf.*not allowed.*
Passed suites/memberof_plugin/regression_test.py::test_memberof_with_changelog_reset 56.83
-------------------------------Captured log call--------------------------------
INFO tests.suites.memberof_plugin.regression_test:regression_test.py:354 Configure memberof on M1 and M2 INFO tests.suites.memberof_plugin.regression_test:regression_test.py:365 On M1, add 999 test entries allowing memberof INFO tests.suites.memberof_plugin.regression_test:regression_test.py:51 Adding 999 users INFO tests.suites.memberof_plugin.regression_test:regression_test.py:368 On M1, add a group with these 999 entries as members INFO tests.suites.memberof_plugin.regression_test:regression_test.py:376 Adding the test group using async function INFO tests.suites.memberof_plugin.regression_test:regression_test.py:386 Check the log messages for error INFO tests.suites.memberof_plugin.regression_test:regression_test.py:390 Check that the replication is working fine both ways, M1 <-> M2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3fcf4ac0-0dc9-4ebf-ba96-8ad8f39d3458 / got description=377fda75-3051-4cd3-a0c7-69a063dc2029) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 71dd23cb-59fc-4c9f-a9ae-b51499e54a8d / got description=3fcf4ac0-0dc9-4ebf-ba96-8ad8f39d3458) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 71dd23cb-59fc-4c9f-a9ae-b51499e54a8d / got description=3fcf4ac0-0dc9-4ebf-ba96-8ad8f39d3458) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/memberof_plugin/regression_test.py::test_memberof_group 14.63
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.memberof_plugin.regression_test:regression_test.py:481 Enable memberof plugin and set the scope as cn=sub1,dc=example,dc=com INFO lib389:regression_test.py:440 !!!!!!! uid=test_m1,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m2,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m1,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m2,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:427 Renaming user (cn=g2,cn=sub2,dc=example,dc=com): new cn=g2-new INFO lib389:regression_test.py:440 !!!!!!! uid=test_m1,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m2,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m1,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m1,cn=sub1,dc=example,dc=com: memberof->b'cn=g2-new,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m2,cn=sub1,dc=example,dc=com: memberof->b'cn=g1,cn=sub1,dc=example,dc=com' INFO lib389:regression_test.py:440 !!!!!!! uid=test_m2,cn=sub1,dc=example,dc=com: memberof->b'cn=g2-new,cn=sub1,dc=example,dc=com'
Passed suites/memberof_plugin/regression_test.py::test_entrycache_on_modrdn_failure 8.45
-------------------------------Captured log call--------------------------------
CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user0,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user1,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user2,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user3,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user4,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user5,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user6,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user7,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user8,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:575 Adding user (cn=user9,ou=people,dc=example,dc=com): INFO lib389:regression_test.py:596 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in0,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:596 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in0,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:618 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_out1,dc=example,dc=com') INFO lib389:regression_test.py:618 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_out1,dc=example,dc=com') INFO lib389:regression_test.py:633 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:633 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in1,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:633 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:633 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in1,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:672 retrieve: cn=group_admin,ou=permissions,dc=example,dc=com with desc=None INFO lib389:regression_test.py:672 retrieve: cn=group_modify,ou=permissions,dc=example,dc=com with desc=None INFO lib389:regression_test.py:672 retrieve: cn=group_in0,ou=people,dc=example,dc=com with desc=b'mygroup' INFO lib389:regression_test.py:672 retrieve: cn=group_in1,ou=people,dc=example,dc=com with desc=b'mygroup' INFO lib389:regression_test.py:672 retrieve: cn=group_out2,dc=example,dc=com with desc=b'this is to check that the entry having this description has the appropriate DN'
Passed suites/memberof_plugin/regression_test.py::test_silent_memberof_failure 19.52
-------------------------------Captured log call--------------------------------
CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user0,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user1,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user2,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user3,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user4,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user5,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user6,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user7,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user8,ou=people,dc=example,dc=com): CRITICAL tests.suites.memberof_plugin.regression_test:regression_test.py:738 Adding user (cn=user9,ou=people,dc=example,dc=com): INFO lib389:regression_test.py:759 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in0,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:759 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in0,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:781 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_out1,dc=example,dc=com') INFO lib389:regression_test.py:781 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_out1,dc=example,dc=com') INFO lib389:regression_test.py:796 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:796 !!!!!!! cn=user0,ou=people,dc=example,dc=com: memberof->b'cn=group_in1,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:796 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in0,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:796 !!!!!!! cn=user1,ou=people,dc=example,dc=com: memberof->b'cn=group_in1,ou=people,dc=example,dc=com' (vs b'cn=group_in1,ou=people,dc=example,dc=com') INFO lib389:regression_test.py:833 Should assert cn=user2,ou=people,dc=example,dc=com has memberof is False INFO lib389:regression_test.py:833 Should assert cn=user3,ou=people,dc=example,dc=com has memberof is False INFO lib389:regression_test.py:856 Should assert cn=user4,ou=people,dc=example,dc=com has memberof is False INFO lib389:regression_test.py:856 Should assert cn=user5,ou=people,dc=example,dc=com has memberof is False
Passed suites/monitor/monitor_test.py::test_monitor 9.51
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.monitor.monitor_test:monitor_test.py:47 connection: ['1:20210424025138Z:3:2:-:cn=directory manager:0:0:0:1:ip=127.0.0.1'], currentconnections: ['1'], totalconnections: ['1'] INFO tests.suites.monitor.monitor_test:monitor_test.py:51 version :: ['1:20210424025138Z:6:5:-:cn=directory manager:0:0:0:1:ip=127.0.0.1'] INFO tests.suites.monitor.monitor_test:monitor_test.py:55 threads: ['16'],currentconnectionsatmaxthreads: ['0'],maxthreadsperconnhits: ['0'] INFO tests.suites.monitor.monitor_test:monitor_test.py:59 nbackends: ['1'], backendmonitordn: ['cn=monitor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config'] INFO tests.suites.monitor.monitor_test:monitor_test.py:63 opsinitiated: ['12'], opscompleted: ['13'] INFO tests.suites.monitor.monitor_test:monitor_test.py:67 dtablesize: ['1024'],readwaiters: ['0'],entriessent: ['14'],bytessent: ['1097'],currenttime: ['20210424025138Z'],starttime: ['20210424025137Z']
Passed suites/monitor/monitor_test.py::test_monitor_ldbm 0.09
No log output captured.
Passed suites/monitor/monitor_test.py::test_monitor_backend 0.08
No log output captured.
Passed suites/monitor/monitor_test.py::test_num_subordinates_with_monitor_suffix 1.46
No log output captured.
Passed suites/openldap_2_389/migrate_hdb_test.py::test_migrate_openldap_hdb 20.75
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stdout call------------------------------
==== migration plan ==== SchemaAttributeCreate -> ('pseudonym',) SchemaAttributeCreate -> ('email', 'emailAddress', 'pkcs9email') SchemaAttributeCreate -> ('textEncodedORAddress',) SchemaAttributeUnsupported -> ('otherMailbox',) SchemaAttributeCreate -> ('aRecord',) SchemaAttributeCreate -> ('mDRecord',) SchemaAttributeCreate -> ('mXRecord',) SchemaAttributeCreate -> ('nSRecord',) SchemaAttributeCreate -> ('sOARecord',) SchemaAttributeCreate -> ('cNAMERecord',) SchemaAttributeCreate -> ('janetMailbox',) SchemaAttributeCreate -> ('mailPreferenceOption',) SchemaAttributeUnsupported -> ('dSAQuality',) SchemaAttributeUnsupported -> ('singleLevelQuality',) SchemaAttributeUnsupported -> ('subtreeMinimumQuality',) SchemaAttributeUnsupported -> ('subtreeMaximumQuality',) SchemaAttributeCreate -> ('personalSignature',) SchemaAttributeCreate -> ('suseDefaultBase',) SchemaAttributeCreate -> ('suseNextUniqueId',) SchemaAttributeCreate -> ('suseMinUniqueId',) SchemaAttributeCreate -> ('suseMaxUniqueId',) SchemaAttributeCreate -> ('suseDefaultTemplate',) SchemaAttributeCreate -> ('suseSearchFilter',) SchemaAttributeCreate -> ('suseDefaultValue',) SchemaAttributeCreate -> ('suseNamingAttribute',) SchemaAttributeCreate -> ('suseSecondaryGroup',) SchemaAttributeCreate -> ('suseMinPasswordLength',) SchemaAttributeCreate -> ('suseMaxPasswordLength',) SchemaAttributeCreate -> ('susePasswordHash',) SchemaAttributeCreate -> ('suseSkelDir',) SchemaAttributeCreate -> ('susePlugin',) SchemaAttributeCreate -> ('suseMapAttribute',) SchemaAttributeCreate -> ('suseImapServer',) SchemaAttributeCreate -> ('suseImapAdmin',) SchemaAttributeCreate -> ('suseImapDefaultQuota',) SchemaAttributeCreate -> ('suseImapUseSsl',) SchemaClassUnsupported -> 0.9.2342.19200300.100.4.4 ('pilotPerson', 'newPilotPerson') may -> ('userid', 'textEncodedORAddress', 'rfc822Mailbox', 'favouriteDrink', 'roomNumber', 'userClass', 'homeTelephoneNumber', 'homePostalAddress', 'secretary', 'personalTitle', 'preferredDeliveryMethod', 'businessCategory', 'janetMailbox', 'otherMailbox', 'mobileTelephoneNumber', 'pagerTelephoneNumber', 'organizationalStatus', 'mailPreferenceOption', 'personalSignature') must -> () sup -> ('person',) SchemaClassCreate -> 0.9.2342.19200300.100.4.15 ('dNSDomain',) may -> ('ARecord', 'MDRecord', 'MXRecord', 'NSRecord', 'SOARecord', 'CNAMERecord') must -> () sup -> ('domain',) SchemaClassCreate -> 0.9.2342.19200300.100.4.20 ('pilotOrganization',) may -> ('buildingName',) must -> () sup -> ('organization', 'organizationalUnit') SchemaClassUnsupported -> 0.9.2342.19200300.100.4.21 ('pilotDSA',) may -> ('dSAQuality',) must -> () sup -> ('dsa',) SchemaClassUnsupported -> 0.9.2342.19200300.100.4.22 ('qualityLabelledData',) may -> ('subtreeMinimumQuality', 'subtreeMaximumQuality') must -> ('dsaQuality',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:2 ('suseModuleConfiguration',) may -> ('suseDefaultBase',) must -> ('cn',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:3 ('suseUserConfiguration',) may -> ('suseMinPasswordLength', 'suseMaxPasswordLength', 'susePasswordHash', 'suseSkelDir', 'suseNextUniqueId', 'suseMinUniqueId', 'suseMaxUniqueId', 'suseDefaultTemplate', 'suseSearchFilter', 'suseMapAttribute') must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:4 ('suseObjectTemplate',) may -> ('susePlugin', 'suseDefaultValue', 'suseNamingAttribute') must -> ('cn',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:5 ('suseUserTemplate',) may -> ('suseSecondaryGroup',) must -> ('cn',) sup -> ('suseObjectTemplate',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:6 ('suseGroupTemplate',) may -> () must -> ('cn',) sup -> ('suseObjectTemplate',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:7 ('suseGroupConfiguration',) may -> ('suseNextUniqueId', 'suseMinUniqueId', 'suseMaxUniqueId', 'suseDefaultTemplate', 'suseSearchFilter', 'suseMapAttribute') must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:8 ('suseCaConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:9 ('suseDnsConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:10 ('suseDhcpConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:11 ('suseMailConfiguration',) may -> () must -> ('suseImapServer', 'suseImapAdmin', 'suseImapDefaultQuota', 'suseImapUseSsl') sup -> ('suseModuleConfiguration',) DatabaseCreate -> dc=ldapdom,dc=net, 1212d82e-e5e6-103a-9746-d731be523aab DatabaseIndexCreate -> objectClass eq, dc=ldapdom,dc=net DatabaseReindex -> dc=ldapdom,dc=net ==== end migration plan ====
-------------------------------Captured log call--------------------------------
INFO lib389.migrate.openldap.config:config.py:280 Examining OpenLDAP Configuration ... INFO lib389.migrate.openldap.config:config.py:307 Completed OpenLDAP Configuration Parsing. INFO lib389.migrate.plan:plan.py:655 migration: 1 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 2 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 3 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 4 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 5 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 6 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 7 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 8 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 9 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 10 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 11 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 12 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 13 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 14 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 15 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 16 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 17 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 18 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 19 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 20 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 21 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 22 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 23 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 24 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 25 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 26 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 27 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 28 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 29 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 30 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 31 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 32 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 33 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 34 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 35 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 36 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 37 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 38 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 39 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 40 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 41 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 42 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 43 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 44 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 45 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 46 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 47 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 48 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 49 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 50 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 51 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 52 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 53 / 54 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 54 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 1 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 2 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 3 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 4 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 5 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 6 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 7 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 8 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 9 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 10 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 11 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 12 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 13 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 14 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 15 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 16 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 17 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 18 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 19 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 20 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 21 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 22 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 23 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 24 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 25 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 26 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 27 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 28 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 29 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 30 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 31 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 32 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 33 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 34 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 35 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 36 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 37 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 38 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 39 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 40 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 41 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 42 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 43 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 44 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 45 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 46 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 47 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 48 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 49 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 50 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 51 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 52 / 54 complete ... INFO lib389.migrate.plan:plan.py:665 post: 53 / 54 complete ... INFO lib389:tasks.py:825 Index task index_all_04232021_225156 completed successfully INFO lib389.migrate.plan:plan.py:665 post: 54 / 54 complete ...
Passed suites/openldap_2_389/migrate_test.py::test_parse_openldap_slapdd 0.08
-------------------------------Captured log call--------------------------------
INFO lib389.migrate.openldap.config:config.py:280 Examining OpenLDAP Configuration ... INFO lib389.migrate.openldap.config:config.py:307 Completed OpenLDAP Configuration Parsing.
Passed suites/openldap_2_389/migrate_test.py::test_migrate_openldap_slapdd 42.96
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stdout call------------------------------
==== migration plan ==== SchemaAttributeCreate -> ('pseudonym',) SchemaAttributeCreate -> ('email', 'emailAddress', 'pkcs9email') SchemaAttributeCreate -> ('textEncodedORAddress',) SchemaAttributeUnsupported -> ('otherMailbox',) SchemaAttributeCreate -> ('aRecord',) SchemaAttributeCreate -> ('mDRecord',) SchemaAttributeCreate -> ('mXRecord',) SchemaAttributeCreate -> ('nSRecord',) SchemaAttributeCreate -> ('sOARecord',) SchemaAttributeCreate -> ('cNAMERecord',) SchemaAttributeCreate -> ('janetMailbox',) SchemaAttributeCreate -> ('mailPreferenceOption',) SchemaAttributeUnsupported -> ('dSAQuality',) SchemaAttributeUnsupported -> ('singleLevelQuality',) SchemaAttributeUnsupported -> ('subtreeMinimumQuality',) SchemaAttributeUnsupported -> ('subtreeMaximumQuality',) SchemaAttributeCreate -> ('personalSignature',) SchemaAttributeCreate -> ('suseDefaultBase',) SchemaAttributeCreate -> ('suseNextUniqueId',) SchemaAttributeCreate -> ('suseMinUniqueId',) SchemaAttributeCreate -> ('suseMaxUniqueId',) SchemaAttributeCreate -> ('suseDefaultTemplate',) SchemaAttributeCreate -> ('suseSearchFilter',) SchemaAttributeCreate -> ('suseDefaultValue',) SchemaAttributeCreate -> ('suseNamingAttribute',) SchemaAttributeCreate -> ('suseSecondaryGroup',) SchemaAttributeCreate -> ('suseMinPasswordLength',) SchemaAttributeCreate -> ('suseMaxPasswordLength',) SchemaAttributeCreate -> ('susePasswordHash',) SchemaAttributeCreate -> ('suseSkelDir',) SchemaAttributeCreate -> ('susePlugin',) SchemaAttributeCreate -> ('suseMapAttribute',) SchemaAttributeCreate -> ('suseImapServer',) SchemaAttributeCreate -> ('suseImapAdmin',) SchemaAttributeCreate -> ('suseImapDefaultQuota',) SchemaAttributeCreate -> ('suseImapUseSsl',) SchemaClassUnsupported -> 0.9.2342.19200300.100.4.4 ('pilotPerson', 'newPilotPerson') may -> ('userid', 'textEncodedORAddress', 'rfc822Mailbox', 'favouriteDrink', 'roomNumber', 'userClass', 'homeTelephoneNumber', 'homePostalAddress', 'secretary', 'personalTitle', 'preferredDeliveryMethod', 'businessCategory', 'janetMailbox', 'otherMailbox', 'mobileTelephoneNumber', 'pagerTelephoneNumber', 'organizationalStatus', 'mailPreferenceOption', 'personalSignature') must -> () sup -> ('person',) SchemaClassCreate -> 0.9.2342.19200300.100.4.15 ('dNSDomain',) may -> ('ARecord', 'MDRecord', 'MXRecord', 'NSRecord', 'SOARecord', 'CNAMERecord') must -> () sup -> ('domain',) SchemaClassCreate -> 0.9.2342.19200300.100.4.20 ('pilotOrganization',) may -> ('buildingName',) must -> () sup -> ('organization', 'organizationalUnit') SchemaClassUnsupported -> 0.9.2342.19200300.100.4.21 ('pilotDSA',) may -> ('dSAQuality',) must -> () sup -> ('dsa',) SchemaClassUnsupported -> 0.9.2342.19200300.100.4.22 ('qualityLabelledData',) may -> ('subtreeMinimumQuality', 'subtreeMaximumQuality') must -> ('dsaQuality',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:2 ('suseModuleConfiguration',) may -> ('suseDefaultBase',) must -> ('cn',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:3 ('suseUserConfiguration',) may -> ('suseMinPasswordLength', 'suseMaxPasswordLength', 'susePasswordHash', 'suseSkelDir', 'suseNextUniqueId', 'suseMinUniqueId', 'suseMaxUniqueId', 'suseDefaultTemplate', 'suseSearchFilter', 'suseMapAttribute') must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:4 ('suseObjectTemplate',) may -> ('susePlugin', 'suseDefaultValue', 'suseNamingAttribute') must -> ('cn',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:5 ('suseUserTemplate',) may -> ('suseSecondaryGroup',) must -> ('cn',) sup -> ('suseObjectTemplate',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:6 ('suseGroupTemplate',) may -> () must -> ('cn',) sup -> ('suseObjectTemplate',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:7 ('suseGroupConfiguration',) may -> ('suseNextUniqueId', 'suseMinUniqueId', 'suseMaxUniqueId', 'suseDefaultTemplate', 'suseSearchFilter', 'suseMapAttribute') must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:8 ('suseCaConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:9 ('suseDnsConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:10 ('suseDhcpConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:11 ('suseMailConfiguration',) may -> () must -> ('suseImapServer', 'suseImapAdmin', 'suseImapDefaultQuota', 'suseImapUseSsl') sup -> ('suseModuleConfiguration',) DatabaseReindex -> dc=example,dc=com PluginMemberOfEnable PluginMemberOfScope -> dc=example,dc=com PluginMemberOfFixup -> dc=example,dc=com PluginRefintEnable PluginRefintAttributes -> member PluginRefintAttributes -> memberOf PluginRefintScope -> dc=example,dc=com PluginUniqueConfigure -> dc=example,dc=com, mail 401a528e-eaf5-1039-8667-dbfbf2f5e6dd PluginUniqueConfigure -> dc=example,dc=com, uid 401a528e-eaf5-1039-8667-dbfbf2f5e6dd DatabaseCreate -> dc=example,dc=net, 401a7084-eaf5-1039-866c-dbfbf2f5e6dd DatabaseIndexCreate -> objectClass eq, dc=example,dc=net DatabaseReindex -> dc=example,dc=net PluginMemberOfEnable PluginMemberOfScope -> dc=example,dc=net PluginMemberOfFixup -> dc=example,dc=net PluginUniqueConfigure -> dc=example,dc=net, mail 401a7084-eaf5-1039-866c-dbfbf2f5e6dd PluginUniqueConfigure -> dc=example,dc=net, uid 401a7084-eaf5-1039-866c-dbfbf2f5e6dd DatabaseLdifImport -> dc=example,dc=com /export/tests/suites/openldap_2_389/../../data/openldap_2_389/1/example_com.slapcat.ldif DatabaseLdifImport -> dc=example,dc=net /export/tests/suites/openldap_2_389/../../data/openldap_2_389/1/example_net.slapcat.ldif ==== end migration plan ====
-------------------------------Captured log call--------------------------------
INFO lib389.migrate.openldap.config:config.py:280 Examining OpenLDAP Configuration ... INFO lib389.migrate.openldap.config:config.py:307 Completed OpenLDAP Configuration Parsing. INFO lib389.migrate.plan:plan.py:655 migration: 1 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 2 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 3 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 4 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 5 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 6 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 7 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 8 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 9 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 10 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 11 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 12 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 13 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 14 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 15 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 16 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 17 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 18 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 19 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 20 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 21 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 22 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 23 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 24 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 25 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 26 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 27 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 28 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 29 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 30 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 31 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 32 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 33 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 34 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 35 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 36 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 37 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 38 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 39 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 40 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 41 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 42 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 43 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 44 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 45 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 46 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 47 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 48 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 49 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 50 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 51 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 52 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 53 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 54 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 55 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 56 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 57 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 58 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 59 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 60 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 61 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 62 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 63 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 64 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 65 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 66 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 67 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 68 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 69 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 70 / 71 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 71 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 1 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 2 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 3 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 4 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 5 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 6 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 7 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 8 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 9 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 10 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 11 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 12 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 13 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 14 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 15 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 16 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 17 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 18 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 19 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 20 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 21 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 22 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 23 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 24 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 25 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 26 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 27 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 28 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 29 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 30 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 31 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 32 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 33 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 34 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 35 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 36 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 37 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 38 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 39 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 40 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 41 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 42 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 43 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 44 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 45 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 46 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 47 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 48 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 49 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 50 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 51 / 71 complete ... INFO lib389:tasks.py:825 Index task index_all_04232021_225237 completed successfully INFO lib389.migrate.plan:plan.py:665 post: 52 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 53 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 54 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 55 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 56 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 57 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 58 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 59 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 60 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 61 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 62 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 63 / 71 complete ... INFO lib389:tasks.py:825 Index task index_all_04232021_225240 completed successfully INFO lib389.migrate.plan:plan.py:665 post: 64 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 65 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 66 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 67 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 68 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 69 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 70 / 71 complete ... INFO lib389.migrate.plan:plan.py:665 post: 71 / 71 complete ...
Passed suites/openldap_2_389/migrate_test.py::test_migrate_openldap_slapdd_skip_elements 25.52
------------------------------Captured stdout call------------------------------
==== migration plan ==== SchemaAttributeUnsupported -> ('otherMailbox',) SchemaAttributeUnsupported -> ('dSAQuality',) SchemaAttributeUnsupported -> ('singleLevelQuality',) SchemaAttributeUnsupported -> ('subtreeMinimumQuality',) SchemaAttributeUnsupported -> ('subtreeMaximumQuality',) SchemaAttributeCreate -> ('suseDefaultBase',) SchemaAttributeCreate -> ('suseNextUniqueId',) SchemaAttributeCreate -> ('suseMinUniqueId',) SchemaAttributeCreate -> ('suseMaxUniqueId',) SchemaAttributeCreate -> ('suseDefaultTemplate',) SchemaAttributeCreate -> ('suseSearchFilter',) SchemaAttributeCreate -> ('suseDefaultValue',) SchemaAttributeCreate -> ('suseNamingAttribute',) SchemaAttributeCreate -> ('suseSecondaryGroup',) SchemaAttributeCreate -> ('suseMinPasswordLength',) SchemaAttributeCreate -> ('suseMaxPasswordLength',) SchemaAttributeCreate -> ('susePasswordHash',) SchemaAttributeCreate -> ('suseSkelDir',) SchemaAttributeCreate -> ('susePlugin',) SchemaAttributeCreate -> ('suseMapAttribute',) SchemaAttributeCreate -> ('suseImapServer',) SchemaAttributeCreate -> ('suseImapAdmin',) SchemaAttributeCreate -> ('suseImapDefaultQuota',) SchemaAttributeCreate -> ('suseImapUseSsl',) SchemaClassUnsupported -> 0.9.2342.19200300.100.4.4 ('pilotPerson', 'newPilotPerson') may -> ('userid', 'textEncodedORAddress', 'rfc822Mailbox', 'favouriteDrink', 'roomNumber', 'userClass', 'homeTelephoneNumber', 'homePostalAddress', 'secretary', 'personalTitle', 'preferredDeliveryMethod', 'businessCategory', 'janetMailbox', 'otherMailbox', 'mobileTelephoneNumber', 'pagerTelephoneNumber', 'organizationalStatus', 'mailPreferenceOption', 'personalSignature') must -> () sup -> ('person',) SchemaClassInconsistent -> ( 0.9.2342.19200300.100.4.20 NAME 'pilotOrganization' SUP organization STRUCTURAL MAY buildingName X-ORIGIN 'user defined' ) to 0.9.2342.19200300.100.4.20 ('pilotOrganization',) may -> ('buildingName',) must -> () sup -> ('organization', 'organizationalUnit') SchemaClassUnsupported -> 0.9.2342.19200300.100.4.21 ('pilotDSA',) may -> ('dSAQuality',) must -> () sup -> ('dsa',) SchemaClassUnsupported -> 0.9.2342.19200300.100.4.22 ('qualityLabelledData',) may -> ('subtreeMinimumQuality', 'subtreeMaximumQuality') must -> ('dsaQuality',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:2 ('suseModuleConfiguration',) may -> ('suseDefaultBase',) must -> ('cn',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:3 ('suseUserConfiguration',) may -> ('suseMinPasswordLength', 'suseMaxPasswordLength', 'susePasswordHash', 'suseSkelDir', 'suseNextUniqueId', 'suseMinUniqueId', 'suseMaxUniqueId', 'suseDefaultTemplate', 'suseSearchFilter', 'suseMapAttribute') must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:4 ('suseObjectTemplate',) may -> ('susePlugin', 'suseDefaultValue', 'suseNamingAttribute') must -> ('cn',) sup -> ('top',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:5 ('suseUserTemplate',) may -> ('suseSecondaryGroup',) must -> ('cn',) sup -> ('suseObjectTemplate',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:6 ('suseGroupTemplate',) may -> () must -> ('cn',) sup -> ('suseObjectTemplate',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:7 ('suseGroupConfiguration',) may -> ('suseNextUniqueId', 'suseMinUniqueId', 'suseMaxUniqueId', 'suseDefaultTemplate', 'suseSearchFilter', 'suseMapAttribute') must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:8 ('suseCaConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:9 ('suseDnsConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:10 ('suseDhcpConfiguration',) may -> () must -> () sup -> ('suseModuleConfiguration',) SchemaClassCreate -> SUSE.YaST.ModuleConfig.OC:11 ('suseMailConfiguration',) may -> () must -> ('suseImapServer', 'suseImapAdmin', 'suseImapDefaultQuota', 'suseImapUseSsl') sup -> ('suseModuleConfiguration',) DatabaseReindex -> dc=example,dc=com PluginMemberOfEnable PluginMemberOfScope -> dc=example,dc=com PluginMemberOfFixup -> dc=example,dc=com PluginRefintEnable PluginRefintAttributes -> member PluginRefintAttributes -> memberOf PluginRefintScope -> dc=example,dc=com PluginUniqueConfigure -> dc=example,dc=com, mail 401a528e-eaf5-1039-8667-dbfbf2f5e6dd PluginUniqueConfigure -> dc=example,dc=com, uid 401a528e-eaf5-1039-8667-dbfbf2f5e6dd DatabaseReindex -> dc=example,dc=net PluginMemberOfEnable PluginMemberOfScope -> dc=example,dc=net PluginMemberOfFixup -> dc=example,dc=net PluginUniqueConfigure -> dc=example,dc=net, mail 401a7084-eaf5-1039-866c-dbfbf2f5e6dd PluginUniqueConfigure -> dc=example,dc=net, uid 401a7084-eaf5-1039-866c-dbfbf2f5e6dd DatabaseLdifImport -> dc=example,dc=com /export/tests/suites/openldap_2_389/../../data/openldap_2_389/1/example_com.slapcat.ldif ==== end migration plan ====
-------------------------------Captured log call--------------------------------
INFO lib389.migrate.openldap.config:config.py:280 Examining OpenLDAP Configuration ... INFO lib389.migrate.openldap.config:config.py:307 Completed OpenLDAP Configuration Parsing. INFO lib389.migrate.plan:plan.py:655 migration: 1 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 2 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 3 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 4 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 5 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 6 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 7 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 8 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 9 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 10 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 11 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 12 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 13 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 14 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 15 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 16 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 17 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 18 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 19 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 20 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 21 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 22 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 23 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 24 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 25 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 26 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 27 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 28 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 29 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 30 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 31 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 32 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 33 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 34 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 35 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 36 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 37 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 38 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 39 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 40 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 41 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 42 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 43 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 44 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 45 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 46 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 47 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 48 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 49 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 50 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 51 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 52 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 53 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 54 / 55 complete ... INFO lib389.migrate.plan:plan.py:655 migration: 55 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 1 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 2 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 3 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 4 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 5 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 6 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 7 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 8 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 9 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 10 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 11 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 12 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 13 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 14 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 15 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 16 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 17 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 18 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 19 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 20 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 21 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 22 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 23 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 24 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 25 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 26 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 27 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 28 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 29 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 30 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 31 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 32 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 33 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 34 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 35 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 36 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 37 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 38 / 55 complete ... INFO lib389:tasks.py:825 Index task index_all_04232021_225300 completed successfully INFO lib389.migrate.plan:plan.py:665 post: 39 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 40 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 41 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 42 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 43 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 44 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 45 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 46 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 47 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 48 / 55 complete ... INFO lib389:tasks.py:825 Index task index_all_04232021_225304 completed successfully INFO lib389.migrate.plan:plan.py:665 post: 49 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 50 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 51 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 52 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 53 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 54 / 55 complete ... INFO lib389.migrate.plan:plan.py:665 post: 55 / 55 complete ...
Passed suites/openldap_2_389/password_migrate_test.py::test_migrate_openldap_password_hash 11.09
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/paged_results/paged_results_test.py::test_search_success[6-5] 8.87
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:56 Adding user simplepaged_test
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 5 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:248 Set user bind simplepaged_test INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 6; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61f9d430>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:254 5 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 5 users
Passed suites/paged_results/paged_results_test.py::test_search_success[5-5] 0.32
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 5 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:248 Set user bind simplepaged_test INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c624eecd0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:254 5 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 5 users
Passed suites/paged_results/paged_results_test.py::test_search_success[5-25] 1.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 25 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:248 Set user bind simplepaged_test INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c624ee550>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:254 25 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 25 users
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[50-200-cn=config,cn=ldbm database,cn=plugins,cn=config-nsslapd-idlistscanlimit-100-UNWILLING_TO_PERFORM] 8.20
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 200 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to 100. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:301 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:304 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:310 Initiate ldapsearch with created control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:322 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 200 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[5-15-cn=config-nsslapd-timelimit-20-UNAVAILABLE_CRITICAL_EXTENSION] 30.68
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 15 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-timelimit to 20. Previous value - b'3600'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:301 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:304 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:310 Initiate ldapsearch with created control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:322 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 15 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-timelimit to b'3600'. Previous value - b'20'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[21-50-cn=config-nsslapd-sizelimit-20-SIZELIMIT_EXCEEDED] 1.92
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-sizelimit to 20. Previous value - b'2000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:301 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:304 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:310 Initiate ldapsearch with created control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:322 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-sizelimit to b'2000'. Previous value - b'20'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[21-50-cn=config-nsslapd-pagedsizelimit-5-SIZELIMIT_EXCEEDED] 2.05
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to 5. Previous value - b'0'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:301 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:304 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:310 Initiate ldapsearch with created control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:322 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[5-50-cn=config,cn=ldbm database,cn=plugins,cn=config-nsslapd-lookthroughlimit-20-ADMINLIMIT_EXCEEDED] 2.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to 20. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:301 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:304 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:310 Initiate ldapsearch with created control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:322 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'20'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_sort_success 2.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 50 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:381 Initiate ldapsearch with created control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:382 Collect data with sorting INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61d32b80>, <lib389._controls.SSSRequestControl object at 0x7f3c61d324c0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 9 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:387 Substring numbers from user DNs INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:391 Assert that list is sorted INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 50 users
Passed suites/paged_results/paged_results_test.py::test_search_abandon 5.58
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:423 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:426 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:430 Initiate a search with a paged results control INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:433 Abandon the search INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:436 Expect an ldap.TIMEOUT exception, while trying to get the search results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users
Passed suites/paged_results/paged_results_test.py::test_search_with_timelimit 33.91
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 100 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:473 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:476 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:481 Iteration 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:488 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:488 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:504 Done with this search - sleeping 10 seconds INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:481 Iteration 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:488 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:488 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:504 Done with this search - sleeping 10 seconds INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:481 Iteration 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:488 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:488 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:504 Done with this search - sleeping 10 seconds INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_dns_ip_aci[ip] 3.81
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 100 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:553 Back up current suffix ACI INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:556 Add test ACI INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:562 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:565 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:569 Initiate three searches with a paged results control INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:571 1 search INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61036df0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 9 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 10 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 11 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 12 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 13 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 14 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 15 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 16 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 17 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 18 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 19 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:574 100 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:571 2 search INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61036df0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 9 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 10 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 11 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 12 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 13 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 14 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 15 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 16 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 17 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 18 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 19 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:574 100 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:571 3 search INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61036df0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 9 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 10 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 11 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 12 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 13 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 14 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 15 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 16 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 17 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 18 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 19 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:574 100 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:576 If we are here, then no error has happened. We are good. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:579 Restore ACI INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_multiple_paging 3.83
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 100 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:613 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:616 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:621 Iteration 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:621 Iteration 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:621 Iteration 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_invalid_cookie[1000] 3.70
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 100 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:669 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:672 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:680 Put an invalid cookie (1000) to the control. TypeError is expected INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_invalid_cookie[-1] 3.92
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 100 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:669 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:672 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:680 Put an invalid cookie (-1) to the control. TypeError is expected INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_abandon_with_zero_size 0.48
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:714 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:717 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users
Passed suites/paged_results/paged_results_test.py::test_search_pagedsizelimit_success 0.49
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to 20. Previous value - b'0'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:764 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61d2cf70>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:772 10 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to b'0'. Previous value - b'20'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_nspagedsizelimit[5-15-PASS] 0.53
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to 5. Previous value - b'0'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedSizeLimit to 15. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:828 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:839 Expect to pass INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c610aa100>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:841 10 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedSizeLimit to None. Previous value - b'15'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_search_nspagedsizelimit[15-5-SIZELIMIT_EXCEEDED] 0.52
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to 15. Previous value - b'0'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedSizeLimit to 5. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:828 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:835 Expect to fail with SIZELIMIT_EXCEEDED INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c652f9640>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to b'0'. Previous value - b'15'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedSizeLimit to None. Previous value - b'5'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_search_paged_limits[conf_attr_values0-ADMINLIMIT_EXCEEDED] 5.46
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-sizelimit to 5000. Previous value - b'2000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to 5000. Previous value - b'0'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to 100. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to 100. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:901 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:908 Expect to fail with ADMINLIMIT_EXCEEDED INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c6109afd0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-sizelimit to b'2000'. Previous value - b'5000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_paged_limits[conf_attr_values1-PASS] 4.76
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-sizelimit to 5000. Previous value - b'2000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to 5000. Previous value - b'0'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to 120. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to 122. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:901 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:912 Expect to pass INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c62257fa0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 9 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 10 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:914 101 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-sizelimit to b'2000'. Previous value - b'5000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5000'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'122'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'120'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_paged_user_limits[conf_attr_values0-ADMINLIMIT_EXCEEDED] 3.89
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to 1000. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to 1000. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedIDListScanLimit to 100. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedLookthroughLimit to 100. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:976 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:983 Expect to fail with ADMINLIMIT_EXCEEDED INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c6107bfd0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedIDListScanLimit to None. Previous value - b'100'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedLookthroughLimit to None. Previous value - b'100'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_search_paged_user_limits[conf_attr_values1-PASS] 3.72
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to 1000. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to 1000. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedIDListScanLimit to 120. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedLookthroughLimit to 122. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:976 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:987 Expect to pass INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c6105c070>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 6 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 7 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 8 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 9 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 10 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:989 101 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 101 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedIDListScanLimit to None. Previous value - b'120'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsPagedLookthroughLimit to None. Previous value - b'122'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_ger_basic 0.78
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c6105c4c0>, <ldap.controls.simple.GetEffectiveRightsControl object at 0x7f3c6105c460>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1028 20 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1030 Check for attributeLevelRights INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1033 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 20 users
Passed suites/paged_results/paged_results_test.py::test_multi_suffix_search 7.63
-------------------------------Captured log setup-------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:87 Adding suffix:o=test_parent and backend: parent_base INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:96 Adding ACI to allow our test user to search INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:108 Adding suffix:ou=child,o=test_parent and backend: child_base
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1065 Clear the access log INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: o=test_parent; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c6105cc40>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 5 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1076 20 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1079 Restart the server to flush the logs INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1085 Assert that last pr_cookie == -1 and others pr_cookie == 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1090 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 10 users
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_success[None] 0.87
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1124 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c6104f310>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1131 20 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1134 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 20 users
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_success[-1] 1.01
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to -1. Previous value - b'-1'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1124 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c610493d0>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1131 20 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1134 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'-1'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_success[1000] 1.31
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to 1000. Previous value - b'-1'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1124 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:191 Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f3c61049130>]. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 0 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 1 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 2 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 3 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:199 Getting page 4 INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1131 20 results INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1134 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'1000'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_failure[0] 2.27
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to 0. Previous value - b'-1'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1170 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1173 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1188 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'0'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_failure[1] 4.48
-------------------------------Captured log call--------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:133 Adding 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to 1. Previous value - b'-1'. Modified suffix - cn=config. INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1170 Set user bind INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1173 Create simple paged results control instance INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:1188 Remove added users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:155 Deleting 20 users INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:169 Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'1'. Modified suffix - cn=config.
-----------------------------Captured log teardown------------------------------
INFO tests.suites.paged_results.paged_results_test:paged_results_test.py:74 Deleting user simplepaged_test
Passed suites/password/password_policy_test.py::test_password_change_section 10.92
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/password_policy_test.py::test_password_syntax_section 2.81
No log output captured.
Passed suites/password/password_policy_test.py::test_password_history_section 8.89
No log output captured.
Passed suites/password/password_policy_test.py::test_password_minimum_age_section 11.31
No log output captured.
Passed suites/password/password_policy_test.py::test_account_lockout_and_lockout_duration_section 6.35
No log output captured.
Passed suites/password/password_policy_test.py::test_grace_limit_section 17.40
No log output captured.
Passed suites/password/password_policy_test.py::test_additional_corner_cases 3.66
No log output captured.
Passed suites/password/password_test.py::test_password_delete_specific_password 11.06
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.password_test:password_test.py:44 Running test_password_delete_specific_password... INFO tests.suites.password.password_test:password_test.py:65 test_password_delete_specific_password: PASSED
Passed suites/password/pbkdf2_upgrade_plugin_test.py::test_pbkdf2_upgrade 20.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_bypass 10.50
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.password.pwdAdmin_test:pwdAdmin_test.py:46 test_pwdAdmin_init: Creating Password Administrator entries... INFO tests.suites.password.pwdAdmin_test:pwdAdmin_test.py:85 test_pwdAdmin_init: Configuring password policy... INFO tests.suites.password.pwdAdmin_test:pwdAdmin_test.py:100 Add aci to allow password admin to add/update entries... INFO tests.suites.password.pwdAdmin_test:pwdAdmin_test.py:115 test_pwdAdmin_init: Bind as the Password Administrator (before activating)... INFO tests.suites.password.pwdAdmin_test:pwdAdmin_test.py:128 test_pwdAdmin_init: Attempt to add entries with invalid passwords, these adds should fail...
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdAdmin_test:pwdAdmin_test.py:167 test_pwdAdmin: Activate the Password Administator...
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_no_admin 0.14
No log output captured.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_modify 0.22
No log output captured.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_group 0.21
No log output captured.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_config_validation 2.30
No log output captured.
Passed suites/password/pwdModify_test.py::test_pwd_modify_with_different_operation 20.96
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdModify_test:pwdModify_test.py:101 Attempt for Password change for an entry that does not exists INFO tests.suites.password.pwdModify_test:pwdModify_test.py:103 Attempt for Password change for an entry that exists INFO tests.suites.password.pwdModify_test:pwdModify_test.py:105 Attempt for Password change to old for an entry that exists INFO tests.suites.password.pwdModify_test:pwdModify_test.py:107 Attempt for Password Change with Binddn as testuser but with wrong old password INFO tests.suites.password.pwdModify_test:pwdModify_test.py:111 Attempt for Password Change with Binddn as testuser INFO tests.suites.password.pwdModify_test:pwdModify_test.py:113 Attempt for Password Change without giving newpassword INFO tests.suites.password.pwdModify_test:pwdModify_test.py:116 Change password to NEW_PASSWD i.e newpassword INFO tests.suites.password.pwdModify_test:pwdModify_test.py:119 Check binding with old/new password INFO tests.suites.password.pwdModify_test:pwdModify_test.py:124 Change password back to OLD_PASSWD i.e password INFO tests.suites.password.pwdModify_test:pwdModify_test.py:127 Checking password change Operation using a Non-Secure connection INFO tests.suites.password.pwdModify_test:pwdModify_test.py:131 Testuser attempts to change password for testuser2(userPassword attribute is Set) INFO tests.suites.password.pwdModify_test:pwdModify_test.py:147 Directory Manager attempts to change password for testuser2(userPassword attribute is Set) INFO tests.suites.password.pwdModify_test:pwdModify_test.py:150 Changing userPassword attribute to Undefined for testuser2 INFO tests.suites.password.pwdModify_test:pwdModify_test.py:152 Testuser attempts to change password for testuser2(userPassword attribute is Undefined) INFO tests.suites.password.pwdModify_test:pwdModify_test.py:156 Directory Manager attempts to change password for testuser2(userPassword attribute is Undefined) INFO tests.suites.password.pwdModify_test:pwdModify_test.py:159 Create a password syntax policy. Attempt to change to password that violates that policy INFO tests.suites.password.pwdModify_test:pwdModify_test.py:163 Reset password syntax policy INFO tests.suites.password.pwdModify_test:pwdModify_test.py:165 userPassword mod with control results in ber decode error INFO tests.suites.password.pwdModify_test:pwdModify_test.py:169 Reseting the testuser's password
Passed suites/password/pwdModify_test.py::test_pwd_modify_with_password_policy 0.30
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdModify_test:pwdModify_test.py:44 Change the pwd storage type to clear and change the password once to refresh it(for the rest of tests
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdModify_test:pwdModify_test.py:192 Change the password and check that a new entry has been added to the history INFO tests.suites.password.pwdModify_test:pwdModify_test.py:196 Try changing password to one stored in history. Should fail INFO tests.suites.password.pwdModify_test:pwdModify_test.py:199 Change the password several times in a row, and try binding after each change
Passed suites/password/pwdModify_test.py::test_pwd_modify_with_subsuffix 1.05
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdModify_test:pwdModify_test.py:228 Add a new SubSuffix INFO tests.suites.password.pwdModify_test:pwdModify_test.py:235 Add the container & create password policies INFO tests.suites.password.pwdModify_test:pwdModify_test.py:243 Add two New users under the SubEntry INFO tests.suites.password.pwdModify_test:pwdModify_test.py:265 Changing password of uid=test_user0,ou=TestPeople_bug834047,dc=example,dc=com to newpassword INFO tests.suites.password.pwdModify_test:pwdModify_test.py:270 Try to delete password- case when password is specified INFO tests.suites.password.pwdModify_test:pwdModify_test.py:274 Try to delete password- case when password is not specified
Passed suites/password/pwdPolicy_attribute_test.py::test_pwdReset_by_user_DM 14.48
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:39 Adding test user {}
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:96 Set password policy passwordMustChange on INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:104 Binding as the Directory manager and attempt to change the pwdReset to FALSE INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:109 Check that pwdReset is NOT SET to FALSE INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:112 Resetting password for simplepaged_test
Passed suites/password/pwdPolicy_attribute_test.py::test_pwd_reset 2.17
No log output captured.
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[on-off-UNWILLING_TO_PERFORM] 2.22
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:66 Create password policy for subtree ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:69 Create password policy for user uid=simplepaged_test,ou=people,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:198 Set passwordChange to "on" - ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:205 Set passwordChange to "off" - uid=simplepaged_test,ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:214 Bind as user and modify userPassword INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:226 Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[off-off-UNWILLING_TO_PERFORM] 2.17
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:198 Set passwordChange to "off" - ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:205 Set passwordChange to "off" - uid=simplepaged_test,ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:214 Bind as user and modify userPassword INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:226 Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[off-on-False] 2.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:198 Set passwordChange to "off" - ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:205 Set passwordChange to "on" - uid=simplepaged_test,ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:214 Bind as user and modify userPassword INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:226 Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[on-on-False] 2.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:198 Set passwordChange to "on" - ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:205 Set passwordChange to "on" - uid=simplepaged_test,ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:214 Bind as user and modify userPassword INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:226 Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_pwd_min_age 15.54
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:263 Set passwordminage to "10" - ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:268 Set passwordminage to "10" - uid=simplepaged_test,ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:272 Set passwordminage to "10" - cn=config INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:277 Bind as user and modify userPassword INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:283 Bind as user and modify userPassword straight away after previous change INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:288 Wait 12 second INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:292 Bind as user and modify userPassword INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:300 Bind as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_attribute_test:pwdPolicy_attribute_test.py:54 Deleting user uid=simplepaged_test,ou=people,dc=example,dc=com
Passed suites/password/pwdPolicy_controls_sequence_test.py::test_controltype_expired_grace_limit 16.02
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:103 Configure password policy with grace limit set to 2 INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:108 Change password and wait for it to expire INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:76 Reset user password as the user, then re-bind as Directory Manager INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:112 Bind and use up one grace login (only one left) INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:58 Bind as the user, and return any controls INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:117 Bind again and check the sequence INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:58 Bind as the user, and return any controls INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:122 Bind with expired grace login and check the sequence INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:58 Bind as the user, and return any controls INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:67 Got expected error: {'msgtype': 97, 'msgid': 19, 'result': 49, 'desc': 'Invalid credentials', 'ctrls': [('1.3.6.1.4.1.42.2.27.8.5.1', 0, b'0\x84\x00\x00\x00\x03\x81\x01\x00'), ('2.16.840.1.113730.3.4.4', 0, b'0')], 'info': 'password expired!'}
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_controls_sequence_test:pwdPolicy_controls_sequence_test.py:50 Delete test user
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_must_change 10.99
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:109 Configure password policy with paswordMustChange set to "on" INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:120 Reset userpassword as Directory Manager INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:125 Bind should return ctrl with error code 2 (changeAfterReset)
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_expired_grace_limit 6.36
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:159 Configure password policy with grace limit set tot 2 INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:164 Change password and wait for it to expire INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:168 Bind and use up one grace login (only one left) INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:178 Use up last grace login, should get control INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:184 No grace login available, bind should fail, and no control should be returned
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_expiring_with_warning 5.31
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:206 Configure password policy INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:211 Change password and get controls INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:222 Warning has been sent, try the bind again, and recheck the expiring time
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_expiring_with_no_warning 8.58
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:250 Configure password policy INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:255 When the warning is less than the max age, we never send expiring control response INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:262 Turn on sending expiring control regardless of warning INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:274 Check expiring time again INFO tests.suites.password.pwdPolicy_controls_test:pwdPolicy_controls_test.py:285 Turn off sending expiring control (restore the default setting)
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_no_restrictions[off-off] 11.02
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:39 Adding user uid=buser,ou=People,dc=example,dc=com INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:46 Adding an aci for the bind user INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:71 Enable fine-grained policy INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of nsslapd-pwpolicy-inherit-global is off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of passwordCheckSyntax is off
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:119 Set nsslapd-pwpolicy-inherit-global to off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:120 Set passwordCheckSyntax to off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of nsslapd-pwpolicy-inherit-global is off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of passwordCheckSyntax is off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:129 Bind as test user INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:132 Make sure an entry added to ou=people has no password syntax restrictions.
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_no_restrictions[on-off] 1.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:119 Set nsslapd-pwpolicy-inherit-global to on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:120 Set passwordCheckSyntax to off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of nsslapd-pwpolicy-inherit-global is on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of passwordCheckSyntax is off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:129 Bind as test user INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:132 Make sure an entry added to ou=people has no password syntax restrictions.
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_no_restrictions[off-on] 1.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:119 Set nsslapd-pwpolicy-inherit-global to off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:120 Set passwordCheckSyntax to on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of nsslapd-pwpolicy-inherit-global is off INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of passwordCheckSyntax is on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:129 Bind as test user INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:132 Make sure an entry added to ou=people has no password syntax restrictions.
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_restrictions 2.77
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:173 Set nsslapd-pwpolicy-inherit-global to on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:174 Set passwordCheckSyntax to on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of nsslapd-pwpolicy-inherit-global is on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:92 Default value of passwordCheckSyntax is on INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:187 Bind as test user INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:192 Try to add user with a short password (<9) INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:197 Try to add user with a long password (>9) INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:201 Bind as DM user
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_inherit_global_test:pwdPolicy_inherit_global_test.py:53 Deleting user uid=buser,ou=People,dc=example,dc=com
Passed suites/password/pwdPolicy_syntax_test.py::test_basic 14.27
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:34 Enable global password policy. Check for syntax.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMinLength: length too short INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMinDigits: does not contain minimum number of digits INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMinAlphas: does not contain minimum number of alphas INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxRepeats: too many repeating characters INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMinSpecials: does not contain minimum number of special characters INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMinLowers: does not contain minimum number of lowercase characters INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMinUppers: does not contain minimum number of lowercase characters INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordDictCheck: Password found in dictionary INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordPalindrome: Password is palindrome INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxSequence: Max monotonic sequence is not allowed INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxSequence: Max monotonic sequence is not allowed INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxSequence: Max monotonic sequence is not allowed INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxSequence: Max monotonic sequence is not allowed INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxSeqSets: Max monotonic sequence is not allowed INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxClassChars: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxClassChars: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxClassChars: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordMaxClassChars: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry
Passed suites/password/pwdPolicy_syntax_test.py::test_config_set_few_user_attributes 6.04
-------------------------------Captured log call--------------------------------
INFO lib389:pwdPolicy_syntax_test.py:316 Set passwordUserAttributes to "description loginShell" INFO lib389:pwdPolicy_syntax_test.py:320 Verify passwordUserAttributes has the values INFO lib389:pwdPolicy_syntax_test.py:324 Reset passwordUserAttributes INFO lib389:pwdPolicy_syntax_test.py:327 Verify passwordUserAttributes enforced the policy INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordUserAttributes: Password found in user entry
Passed suites/password/pwdPolicy_syntax_test.py::test_config_set_few_bad_words 8.27
-------------------------------Captured log call--------------------------------
INFO lib389:pwdPolicy_syntax_test.py:356 Set passwordBadWords to "fedora redhat" INFO lib389:pwdPolicy_syntax_test.py:361 Verify passwordBadWords has the values INFO lib389:pwdPolicy_syntax_test.py:365 Reset passwordBadWords INFO lib389:pwdPolicy_syntax_test.py:368 Verify passwordBadWords enforced the policy INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class INFO tests.suites.password.pwdPolicy_syntax_test:pwdPolicy_syntax_test.py:106 Invalid password correctly rejected by passwordBadWords: Too may consecutive characters from the same class
Passed suites/password/pwdPolicy_token_test.py::test_token_lengths 16.12
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_token_test:pwdPolicy_token_test.py:67 Testing password len 4 token (test) INFO tests.suites.password.pwdPolicy_token_test:pwdPolicy_token_test.py:72 Password correctly rejected: {'msgtype': 103, 'msgid': 12, 'result': 19, 'desc': 'Constraint violation', 'ctrls': [], 'info': 'invalid password syntax - password based off of user entry'} INFO tests.suites.password.pwdPolicy_token_test:pwdPolicy_token_test.py:67 Testing password len 6 token (test_u) INFO tests.suites.password.pwdPolicy_token_test:pwdPolicy_token_test.py:72 Password correctly rejected: {'msgtype': 103, 'msgid': 16, 'result': 19, 'desc': 'Constraint violation', 'ctrls': [], 'info': 'invalid password syntax - password based off of user entry'} INFO tests.suites.password.pwdPolicy_token_test:pwdPolicy_token_test.py:67 Testing password len 10 token (test_user1) INFO tests.suites.password.pwdPolicy_token_test:pwdPolicy_token_test.py:72 Password correctly rejected: {'msgtype': 103, 'msgid': 20, 'result': 19, 'desc': 'Constraint violation', 'ctrls': [], 'info': 'invalid password syntax - password based off of user entry'}
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[ ] 9.29
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:205 Get the default value INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:209 An invalid value is being tested INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:213 Now check the value is unchanged INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:216 Invalid value was rejected correctly
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[junk123] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:205 Get the default value INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:209 An invalid value is being tested INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to junk123 INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:213 Now check the value is unchanged INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:216 Invalid value junk123 was rejected correctly
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[on] 1.35
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:205 Get the default value INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:218 A valid value is being tested INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to on INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:221 Now check that the value has been changed INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:224 passwordSendExpiringTime is now set to on INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:226 Set passwordSendExpiringTime back to the default value INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to off
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[off] 1.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:205 Get the default value INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:218 A valid value is being tested INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to off INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:221 Now check that the value has been changed INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:224 passwordSendExpiringTime is now set to off INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:226 Set passwordSendExpiringTime back to the default value INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to off
Passed suites/password/pwdPolicy_warning_test.py::test_expiry_time 0.72
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:46 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:53 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:257 Get the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:258 Binding with (uid=tuser,ou=people,dc=example,dc=com) and requesting the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:262 Check whether the time is returned INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:265 user's password will expire in 172799 seconds INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:268 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:62 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_password_warning[passwordSendExpiringTime-off] 1.21
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:46 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:53 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:300 Set configuration parameter INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordSendExpiringTime to off INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:303 Binding with (uid=tuser,ou=people,dc=example,dc=com) and requesting password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:307 Check the state of the control INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:309 Password Expiry warning time is not returned as passwordSendExpiringTime is set to off INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:315 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:62 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_password_warning[passwordWarning-3600] 1.18
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:46 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:53 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:300 Set configuration parameter INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:171 Setting passwordWarning to 3600 INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:303 Binding with (uid=tuser,ou=people,dc=example,dc=com) and requesting password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:307 Check the state of the control INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:312 (uid=tuser,ou=people,dc=example,dc=com) password will expire in 172799 seconds INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:315 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:62 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_with_different_password_states 0.76
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:46 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:53 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:348 Expire user's password by changing passwordExpirationTime timestamp INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:352 Old passwordExpirationTime: 20210426030049Z INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:355 New passwordExpirationTime: 20210326030049Z INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:358 Attempting to bind with user uid=tuser,ou=people,dc=example,dc=com and retrive the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:362 Bind Failed, error: <ExceptionInfo INVALID_CREDENTIALS({'msgtype': 97, 'msgid': 73, 'result': 49, 'desc': 'Invalid credentials', 'ctrls': [('1.3.6.1.4.1.....8.5.1', 0, b'0\x84\x00\x00\x00\x03\x81\x01\x00'), ('2.16.840.1.113730.3.4.4', 0, b'0')], 'info': 'password expired!'}) tblen=10> INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:364 Rebinding as DM INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:367 Reverting back user's passwordExpirationTime INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:371 Rebinding with uid=tuser,ou=people,dc=example,dc=com and retrieving the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:374 Check that the control is returned INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:377 user's password will expire in 172800 seconds INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:380 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:62 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_default_behavior 0.69
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:84 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:90 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:406 Binding with uid=tuser,ou=people,dc=example,dc=com and requesting the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:410 Check that no control is returned INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:413 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:99 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_when_maxage_and_warning_are_the_same 2.78
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:84 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:90 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:442 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:446 First change user's password to reset its password expiration time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:453 Binding with uid=tuser,ou=people,dc=example,dc=com and requesting the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:457 Check that control is returned evenif passwordSendExpiringTime is set to off INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:461 user's password will expire in 86400 seconds INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:463 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:99 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_with_local_policy 1.85
-----------------------------Captured stdout setup------------------------------
Successfully created user password policy
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:46 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:53 Set the new values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:113 Add the user INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:141 Setting fine grained policy for user (uid=tuser,ou=people,dc=example,dc=com)
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:490 Attempting to get password expiry warning time for user uid=tuser,ou=people,dc=example,dc=com INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:158 Bind with the user and request the password expiry warning time INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:493 Check that the control is not returned INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:496 Password expiry warning time is not returned INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:498 Rebinding as DM
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:130 Remove the user entry INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:62 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_search_shadowWarning_when_passwordWarning_is_lower 0.70
-------------------------------Captured log setup-------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:46 Get the default values INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:53 Set the new values
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:530 Bind as cn=Directory Manager INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:533 Creating test user INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:538 Setting passwordWarning to smaller value than 86400 INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:541 Bind as test user INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:544 Check if attribute shadowWarning is present
-----------------------------Captured log teardown------------------------------
INFO tests.suites.password.pwdPolicy_warning_test:pwdPolicy_warning_test.py:62 Reset the defaults
Passed suites/password/pwdPolicy_warning_test.py::test_password_expire_works 2.20
No log output captured.
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CLEAR] 8.91
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test CLEAR PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test CRYPT PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT-MD5] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test CRYPT-MD5 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT-SHA256] 0.16
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test CRYPT-SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT-SHA512] 0.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test CRYPT-SHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[MD5] 0.15
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test MD5 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SHA PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA256] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA384] 0.23
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SHA384 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA512] 0.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SMD5] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SMD5 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SSHA PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA256] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SSHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA384] 0.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SSHA384 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA512] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test SSHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[PBKDF2_SHA256] 0.31
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test PBKDF2_SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[DEFAULT] 0.30
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test DEFAULT PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[PBKDF2-SHA1] 0.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test PBKDF2-SHA1 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[PBKDF2-SHA256] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test PBKDF2-SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[PBKDF2-SHA512] 0.22
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test PBKDF2-SHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[GOST_YESCRYPT] 0.30
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:151 Test GOST_YESCRYPT PASSED
Passed suites/password/pwd_algo_test.py::test_pbkdf2_algo 3.46
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_algo_test:pwd_algo_test.py:183 Test PASSED
Passed suites/password/pwd_lockout_bypass_test.py::test_lockout_bypass 11.63
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwd_log_test.py::test_hide_unhashed_pwd 16.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwd_log_test:pwd_log_test.py:79 Test complete
Passed suites/password/pwd_upgrade_on_bind_test.py::test_password_hash_on_upgrade 9.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwd_upgrade_on_bind_test.py::test_password_hash_on_upgrade_clearcrypt 0.29
No log output captured.
Passed suites/password/pwd_upgrade_on_bind_test.py::test_password_hash_on_upgrade_disable 1.36
No log output captured.
Passed suites/password/pwp_gracel_test.py::test_password_gracelimit_section 23.56
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwp_history_test.py::test_history_is_not_overwritten 13.89
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwp_history_test:pwp_history_test.py:77 Configured password policy.
Passed suites/password/pwp_history_test.py::test_basic 8.30
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.pwp_history_test:pwp_history_test.py:152 Configured password policy. INFO tests.suites.password.pwp_history_test:pwp_history_test.py:170 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:201 Correct number of passwords found in history. INFO tests.suites.password.pwp_history_test:pwp_history_test.py:212 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:222 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:232 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:254 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:267 Configured passwordInHistory to 0. INFO tests.suites.password.pwp_history_test:pwp_history_test.py:283 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:299 Configured passwordInHistory to 2. INFO tests.suites.password.pwp_history_test:pwp_history_test.py:312 Password change correctly rejected INFO tests.suites.password.pwp_history_test:pwp_history_test.py:326 Test suite PASSED.
Passed suites/password/pwp_test.py::test_passwordchange_to_no 9.29
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwp_test.py::test_password_check_syntax 0.57
No log output captured.
Passed suites/password/pwp_test.py::test_too_big_password 0.49
No log output captured.
Passed suites/password/pwp_test.py::test_pwminage 3.26
No log output captured.
Passed suites/password/pwp_test.py::test_invalid_credentials 7.54
No log output captured.
Passed suites/password/pwp_test.py::test_expiration_date 1.31
No log output captured.
Passed suites/password/pwp_test.py::test_passwordlockout 3.69
No log output captured.
Passed suites/password/regression_of_bugs_test.py::test_local_password_policy 9.03
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/regression_of_bugs_test.py::test_passwordexpirationtime_attribute 3.34
No log output captured.
Passed suites/password/regression_of_bugs_test.py::test_admin_group_to_modify_password 1.23
No log output captured.
Passed suites/password/regression_of_bugs_test.py::test_password_max_failure_should_lockout_password 0.18
No log output captured.
Passed suites/password/regression_of_bugs_test.py::test_pwd_update_time_attribute 3.27
No log output captured.
Passed suites/password/regression_of_bugs_test.py::test_password_track_update_time 7.55
No log output captured.
Passed suites/password/regression_of_bugs_test.py::test_signal_11 1.22
No log output captured.
Passed suites/password/regression_test.py::test_pwp_local_unlock 14.80
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.password.regression_test:regression_test.py:66 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to on INFO tests.suites.password.regression_test:regression_test.py:73 Configure subtree password policy for ou=people,dc=example,dc=com INFO tests.suites.password.regression_test:regression_test.py:96 Adding user-uid=UIDpwtest1,ou=people,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:135 Verify user can bind... INFO tests.suites.password.regression_test:regression_test.py:138 Test passwordUnlock default - user should be able to reset password after lockout INFO tests.suites.password.regression_test:regression_test.py:149 Verify account is locked INFO tests.suites.password.regression_test:regression_test.py:153 Wait for lockout duration... INFO tests.suites.password.regression_test:regression_test.py:156 Check if user can now bind with correct password
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with CNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[SNpwtest1] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with SNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[UIDpwtest1] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with UIDpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[MAILpwtest1@redhat.com] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with MAILpwtest1@redhat.com
Passed suites/password/regression_test.py::test_trivial_passw_check[GNpwtest1] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with GNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1ZZZZ] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with CNpwtest1ZZZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZZZCNpwtest1] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZZZZZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[ZCNpwtest1] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1Z] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with CNpwtest1Z
Passed suites/password/regression_test.py::test_trivial_passw_check[ZCNpwtest1Z] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZCNpwtest1Z
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZCNpwtest1] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1ZZ] 0.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with CNpwtest1ZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZCNpwtest1ZZ] 0.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZZCNpwtest1ZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZCNpwtest1] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZZZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1ZZZ] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with CNpwtest1ZZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZCNpwtest1ZZZ] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZZZCNpwtest1ZZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZZZZCNpwtest1ZZZZZZZZ] 0.13
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:181 Replace userPassword attribute with ZZZZZZCNpwtest1ZZZZZZZZ
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1] 0.20
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with CNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[SNpwtest1] 0.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with SNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[UIDpwtest1] 0.20
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with UIDpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[MAILpwtest1@redhat.com] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with MAILpwtest1@redhat.com
Passed suites/password/regression_test.py::test_global_vs_local[GNpwtest1] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with GNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1ZZZZ] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with CNpwtest1ZZZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZZZCNpwtest1] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZZZZZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[ZCNpwtest1] 0.20
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1Z] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with CNpwtest1Z
Passed suites/password/regression_test.py::test_global_vs_local[ZCNpwtest1Z] 0.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZCNpwtest1Z
Passed suites/password/regression_test.py::test_global_vs_local[ZZCNpwtest1] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1ZZ] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with CNpwtest1ZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZCNpwtest1ZZ] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZZCNpwtest1ZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZCNpwtest1] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZZZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1ZZZ] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with CNpwtest1ZZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZCNpwtest1ZZZ] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZZZCNpwtest1ZZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZZZZCNpwtest1ZZZZZZZZ] 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.password.regression_test:regression_test.py:209 Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO tests.suites.password.regression_test:regression_test.py:214 Replace userPassword attribute with ZZZZZZCNpwtest1ZZZZZZZZ
Passed suites/plugins/acceptance_test.py::test_acctpolicy 31.22
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/acceptance_test.py::test_attruniq 17.63
No log output captured.
Passed suites/plugins/acceptance_test.py::test_automember 21.75
No log output captured.
Passed suites/plugins/acceptance_test.py::test_dna 17.35
No log output captured.
Passed suites/plugins/acceptance_test.py::test_linkedattrs 24.74
No log output captured.
Passed suites/plugins/acceptance_test.py::test_memberof 34.56
No log output captured.
Passed suites/plugins/acceptance_test.py::test_mep 17.18
No log output captured.
Passed suites/plugins/acceptance_test.py::test_passthru 22.23
No log output captured.
Passed suites/plugins/acceptance_test.py::test_referint 13.16
No log output captured.
Passed suites/plugins/acceptance_test.py::test_retrocl 22.47
No log output captured.
Passed suites/plugins/acceptance_test.py::test_rootdn 37.54
No log output captured.
Passed suites/plugins/accpol_test.py::test_glact_inact 43.68
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.utils:accpol_test.py:35 Configuring Global account policy plugin, pwpolicy attributes and restarting the server
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:348 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:351 Sleep for 10 secs to check if account is not inactivated, expected value 0 INFO lib389.utils:accpol_test.py:353 Account should not be inactivated since AccountInactivityLimit not exceeded INFO lib389.utils:accpol_test.py:356 Sleep for 3 more secs to check if account is inactivated INFO lib389.utils:accpol_test.py:360 Sleep +10 secs to check if account glinactusr3 is inactivated INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glremv_lastlogin 19.23
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:394 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:396 Sleep for 6 secs to check if account is not inactivated, expected value 0 INFO lib389.utils:accpol_test.py:398 Account should not be inactivated since AccountInactivityLimit not exceeded INFO lib389.utils:accpol_test.py:254 Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account INFO lib389.utils:accpol_test.py:401 Sleep for 7 more secs to check if account is inactivated INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:405 Check if account is activated, expected 0 INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glact_login 23.37
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:434 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:436 Sleep for 13 secs to check if account is inactivated, expected error 19 INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:440 Check if account is activated, expected 0 INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glinact_limit 122.61
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:492 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:494 Sleep for 9 secs to check if account is not inactivated, expected 0 INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:516 Check if account is activated, expected 0 INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnologin_attr 83.74
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:575 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:576 Set attribute StateAttrName to createTimestamp, loginTime attr wont be considered INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:580 Sleep for 9 secs to check if account is not inactivated, expected 0 INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:605 Set attribute StateAttrName to lastLoginTime, the default INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:609 Check if account is activated, expected 0 INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnoalt_stattr 56.79
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:640 Set attribute altStateAttrName to 1.1 INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:644 Sleep for 13 secs to check if account is not inactivated, expected 0 INFO lib389.utils:accpol_test.py:647 lastLoginTime attribute is added from the above ldap bind by userdn INFO lib389.utils:accpol_test.py:254 Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glattr_modtime 44.95
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:687 Set attribute altStateAttrName to modifyTimestamp INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:691 Sleep for 13 secs to check if account is inactivated, expected 0 INFO lib389.utils:accpol_test.py:202 Check ModifyTimeStamp attribute present for user INFO lib389.utils:accpol_test.py:237 Enable account by replacing cn attribute value, value of modifyTimeStamp changed INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:254 Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnoalt_nologin 51.21
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:742 Set attribute altStateAttrName to 1.1 INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:744 Set attribute alwaysrecordlogin to No INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:748 Sleep for 13 secs to check if account is not inactivated, expected 0 INFO lib389.utils:accpol_test.py:753 Set attribute altStateAttrName to createTimestamp INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:758 Reset the default attribute values INFO lib389.utils:accpol_test.py:189 Modify attribute value for a given DN INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glinact_nsact 23.09
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:799 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:801 Sleep for 3 secs to check if account is not inactivated, expected value 0 INFO lib389.utils:accpol_test.py:162 Account activate/in-activate/status using dsidm INFO lib389.utils:accpol_test.py:166 Running unlock for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:174 Running ['/usr/sbin/dsidm', 'slapd-standalone1', '-b', 'dc=example,dc=com', 'account', 'unlock', 'uid=nsactusr1,ou=groups,dc=example,dc=com'] for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:180 output: b'Error: Account is already active\n' INFO lib389.utils:accpol_test.py:804 Sleep for 10 secs to check if account is inactivated, expected value 19 INFO lib389.utils:accpol_test.py:162 Account activate/in-activate/status using dsidm INFO lib389.utils:accpol_test.py:166 Running unlock for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:174 Running ['/usr/sbin/dsidm', 'slapd-standalone1', '-b', 'dc=example,dc=com', 'account', 'unlock', 'uid=nsactusr1,ou=groups,dc=example,dc=com'] for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:180 output: b'Error: 103 - 22 - 16 - No such attribute - []\n' INFO lib389.utils:accpol_test.py:162 Account activate/in-activate/status using dsidm INFO lib389.utils:accpol_test.py:166 Running entry-status for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:174 Running ['/usr/sbin/dsidm', 'slapd-standalone1', '-b', 'dc=example,dc=com', 'account', 'entry-status', 'uid=nsactusr1,ou=groups,dc=example,dc=com'] for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:180 output: b'Entry DN: uid=nsactusr1,ou=groups,dc=example,dc=com\nEntry Creation Date: 20210424031600Z (2021-04-24 03:16:00)\nEntry Modification Date: 20210424031600Z (2021-04-24 03:16:00)\nEntry Last Login Date: 20210424031600Z (2021-04-24 03:16:00)\nEntry Time Since Inactive: 5 seconds (2021-04-24 04:16:12)\nEntry State: inactivity limit exceeded\n\n' INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:162 Account activate/in-activate/status using dsidm INFO lib389.utils:accpol_test.py:166 Running entry-status for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:174 Running ['/usr/sbin/dsidm', 'slapd-standalone1', '-b', 'dc=example,dc=com', 'account', 'entry-status', 'uid=nsactusr1,ou=groups,dc=example,dc=com'] for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:180 output: b'Entry DN: uid=nsactusr1,ou=groups,dc=example,dc=com\nEntry Creation Date: 20210424031600Z (2021-04-24 03:16:00)\nEntry Modification Date: 20210424031618Z (2021-04-24 03:16:18)\nEntry Last Login Date: 20210424031620Z (2021-04-24 03:16:20)\nEntry Time Until Inactive: 10 seconds (2021-04-24 04:16:32)\nEntry State: activated\n\n' INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glinact_acclock 40.37
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:844 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:846 Sleep for 3 secs and try invalid binds to lockout the user INFO lib389.utils:accpol_test.py:118 Lockout user account by attempting invalid password binds INFO lib389.utils:accpol_test.py:850 Sleep for 10 secs to check if account is inactivated, expected value 19 INFO lib389.utils:accpol_test.py:854 Add lastLoginTime to activate the user account INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:858 Checking if account is unlocked after passwordlockoutduration, but inactivated after accountInactivityLimit INFO lib389.utils:accpol_test.py:118 Lockout user account by attempting invalid password binds INFO lib389.utils:accpol_test.py:862 Account is expected to be unlocked after 5 secs of passwordlockoutduration INFO lib389.utils:accpol_test.py:866 Sleep 13s and check if account inactivated based on accountInactivityLimit, expected 19 INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnact_pwexp 49.44
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:909 AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO lib389.utils:accpol_test.py:910 Passwordmaxage is set to 9. Password will expire in 9 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:913 Sleep for 9 secs and check if password expired INFO lib389.utils:accpol_test.py:919 Add lastLoginTime to activate the user account INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:141 Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:141 Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:930 Sleep for 4 secs and check if account is now inactivated, expected error 19 INFO lib389.utils:accpol_test.py:141 Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:141 Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_locact_inact 36.11
-------------------------------Captured log setup-------------------------------
INFO lib389.utils:accpol_test.py:80 Adding Local account policy plugin configuration entries
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:981 AccountInactivityLimit set to 10. Account will be inactivated if not accessed in 10 secs INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:983 Sleep for 9 secs to check if account is not inactivated, expected value 0 INFO lib389.utils:accpol_test.py:985 Account should not be inactivated since AccountInactivityLimit not exceeded INFO lib389.utils:accpol_test.py:987 Sleep for 2 more secs to check if account is inactivated INFO lib389.utils:accpol_test.py:990 Sleep +9 secs to check if account inactusr3 is inactivated INFO lib389.utils:accpol_test.py:993 Add lastLoginTime attribute to all users and check if its activated INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_locinact_modrdn 27.18
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:1027 Account should not be inactivated since the subtree is not configured INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:1029 Sleep for 11 secs to check if account is not inactivated, expected value 0 INFO lib389.utils:accpol_test.py:1032 Moving users from ou=groups to ou=people subtree INFO lib389.utils:accpol_test.py:1040 Then wait for 11 secs and check if entries are inactivated INFO lib389.utils:accpol_test.py:219 Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_locact_modrdn 26.04
-------------------------------Captured log call--------------------------------
INFO lib389.utils:accpol_test.py:1072 Account should be inactivated since the subtree is configured INFO lib389.utils:accpol_test.py:271 add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO lib389.utils:accpol_test.py:1074 Sleep for 11 secs to check if account is inactivated, expected value 19 INFO lib389.utils:accpol_test.py:1077 Moving users from ou=people to ou=groups subtree INFO lib389.utils:accpol_test.py:1084 Sleep for +2 secs and check users from both ou=people and ou=groups subtree INFO lib389.utils:accpol_test.py:290 del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
-----------------------------Captured log teardown------------------------------
INFO lib389.utils:accpol_test.py:101 Disabling Local accpolicy plugin and removing pwpolicy attrs INFO lib389.utils:accpol_test.py:62 Disabling Global accpolicy plugin and removing pwpolicy attrs
Passed suites/plugins/attr_nsslapd-pluginarg_test.py::test_duplicate_values 12.39
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:31 Ticket 47431 - 0: Enable 7bit plugin...
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:56 Ticket 47431 - 1: Check 26 duplicate values are treated as one... DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:59 modify_s cn=7-bit check,cn=plugins,cn=config DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:83 line: [23/Apr/2021:23:19:33.656069201 -0400] - WARN - str2entry_dupcheck - 26 duplicate values for attribute type nsslapd-pluginarg2 detected in entry cn=7-bit check,cn=plugins,cn=config. Extra values ignored. INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:84 Expected error "str2entry_dupcheck.* duplicate values for attribute type nsslapd-pluginarg2 detected in entry cn=7-bit check,cn=plugins,cn=config." logged in /var/log/dirsrv/slapd-standalone1/errors INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:86 Ticket 47431 - 1: done
Passed suites/plugins/attr_nsslapd-pluginarg_test.py::test_multiple_value 5.53
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:111 Ticket 47431 - 2: Check two values belonging to one arg is fixed... DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:131 line - [23/Apr/2021:23:19:38.250008092 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 0: uid DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:132 ATTRS[0] uid DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:136 uid was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:131 line - [23/Apr/2021:23:19:38.254425283 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 1: mail DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:132 ATTRS[1] mail DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:136 mail was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:131 line - [23/Apr/2021:23:19:38.257077957 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 2: userpassword DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:132 ATTRS[2] userpassword DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:136 userpassword was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:131 line - [23/Apr/2021:23:19:38.259635376 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 3: , DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:132 ATTRS[3] , DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:136 , was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:131 line - [23/Apr/2021:23:19:38.264570151 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 4: dc=example,dc=com DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:132 ATTRS[4] dc=example,dc=com DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:136 dc=example,dc=com was logged INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:142 Ticket 47431 - 2: done
Passed suites/plugins/attr_nsslapd-pluginarg_test.py::test_missing_args 6.47
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:170 Ticket 47431 - 3: Check missing args are fixed... DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:197 uid was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:197 mail was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:197 userpassword was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:197 , was logged DEBUG tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:197 dc=example,dc=com was logged INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:203 Ticket 47431 - 3: done INFO tests.suites.plugins.attr_nsslapd-pluginarg_test:attr_nsslapd-pluginarg_test.py:204 Test complete
Passed suites/plugins/cos_test.py::test_cos_operational_default 15.65
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL lib389.utils:cos_test.py:27 Adding user (uid=user_0,ou=people,dc=example,dc=com): INFO lib389.utils:cos_test.py:153 Returned telephonenumber (exp. real): b'1234 is real' INFO lib389.utils:cos_test.py:154 Returned telephonenumber: 8 INFO lib389.utils:cos_test.py:160 Returned l (exp. real): b'here is real' INFO lib389.utils:cos_test.py:161 Returned l: 8 INFO lib389.utils:cos_test.py:170 Returned seealso (exp. virtual): b'dc=virtual,dc=example,dc=com' INFO lib389.utils:cos_test.py:171 Returned seealso: 3 INFO lib389.utils:cos_test.py:180 Returned description (exp. virtual): b'desc is virtual' INFO lib389.utils:cos_test.py:181 Returned description: 8 INFO lib389.utils:cos_test.py:191 Returned title (exp. real): b'title is real' INFO lib389.utils:cos_test.py:212 Returned title(exp. virt): b'title is virtual 1' INFO lib389.utils:cos_test.py:212 Returned title(exp. virt): b'title is virtual 0'
Passed suites/plugins/deref_aci_test.py::test_deref_and_access_control 11.10
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.deref_aci_test:deref_aci_test.py:133 Check, that the dereference search result does not have userpassword
Passed suites/plugins/dna_test.py::test_dnatype_only_valid 16.05
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/entryusn_test.py::test_entryusn_no_duplicates 19.23
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/entryusn_test.py::test_entryusn_is_same_after_failure 5.08
No log output captured.
Passed suites/plugins/managed_entry_test.py::test_binddn_tracking 12.86
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/managed_entry_test.py::test_managed_entry_removal 6.44
No log output captured.
Passed suites/plugins/memberof_test.py::test_betxnpostoperation_replace 13.09
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/memberof_test.py::test_memberofgroupattr_add 0.08
No log output captured.
Passed suites/plugins/memberof_test.py::test_enable 4.46
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:181 Enable MemberOf plugin
Passed suites/plugins/memberof_test.py::test_member_add 0.65
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofenh1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofenh2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:211 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:212 Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:215 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:216 Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_member_delete_gr1 0.33
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:246 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_member_delete_gr2 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:278 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_member_delete_all 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:310 Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:314 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com'
Passed suites/plugins/memberof_test.py::test_member_after_restart 8.37
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:349 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:353 Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:364 Remove uniqueMember as a memberofgrpattr INFO tests.suites.plugins.memberof_test:memberof_test.py:371 Assert that this change of configuration did change the already set values INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_memberofgroupattr_uid 0.08
-------------------------------Captured log call--------------------------------
ERROR tests.suites.plugins.memberof_test:memberof_test.py:400 Setting 'memberUid' as memberofgroupattr is rejected (expected)
Passed suites/plugins/memberof_test.py::test_member_add_duplicate_usr1 0.27
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:422 Try b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) ERROR tests.suites.plugins.memberof_test:memberof_test.py:429 b'uid=user_memofenh1,ou=people,dc=example,dc=com' already member of b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' --> fail (expected)
Passed suites/plugins/memberof_test.py::test_member_add_duplicate_usr2 0.34
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:450 Check initial status INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:460 Try b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) ERROR tests.suites.plugins.memberof_test:memberof_test.py:467 b'uid=user_memofenh2,ou=people,dc=example,dc=com' already member of b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' --> fail (expected) INFO tests.suites.plugins.memberof_test:memberof_test.py:470 Check final status INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_member_uniquemember_same_user 0.37
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:557 Check initial status INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:569 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:570 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:582 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is not memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:586 Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:613 Checking final status INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_member_not_exists 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:671 Checking Initial status INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp015,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:691 Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp015,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:692 Update b'uid=user_dummy2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp015,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_member_not_exists_complex 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:806 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:807 Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:835 Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:845 Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_1 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:1011 Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:1012 Update b'uid=user_memofuser2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:1013 Update b'uid=user_memofuser3,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (memberuid) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com'
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_2 0.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:1261 Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:1262 Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:1263 Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (memberuid) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:1283 Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp018,ou=groups,dc=example,dc=com' (member) INFO tests.suites.plugins.memberof_test:memberof_test.py:1284 Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp018,ou=groups,dc=example,dc=com' (uniqueMember) INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_3 0.21
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_4 0.21
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_5 0.28
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:67 Create user uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:83 Create group cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_6 5.27
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_7 0.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_8 0.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified
Passed suites/plugins/memberof_test.py::test_complex_group_scenario_9 0.21
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:101 member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:94 Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:119 --> membership verified INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:116 memberof: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO tests.suites.plugins.memberof_test:memberof_test.py:109 Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com'
Passed suites/plugins/pluginpath_validation_test.py::test_pluginpath_validation 13.72
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.pluginpath_validation_test:pluginpath_validation_test.py:103 Test complete
Passed suites/plugins/referint_test.py::test_referential_false_failure 16.19
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo0,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo1,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo2,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo3,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo4,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo5,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo6,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo7,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo8,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo9,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo10,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo11,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo12,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo13,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo14,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo15,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo16,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo17,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo18,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo19,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo20,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo21,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo22,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo23,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo24,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo25,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo26,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo27,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo28,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo29,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo30,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo31,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo32,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo33,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo34,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo35,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo36,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo37,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo38,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo39,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo40,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo41,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo42,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo43,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo44,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo45,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo46,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo47,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo48,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo49,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo50,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo51,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo52,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo53,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo54,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo55,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo56,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo57,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo58,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo59,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo60,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo61,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo62,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo63,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo64,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo65,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo66,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo67,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo68,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo69,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo70,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo71,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo72,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo73,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo74,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo75,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo76,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo77,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo78,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo79,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo80,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo81,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo82,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo83,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo84,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo85,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo86,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo87,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo88,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo89,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo90,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo91,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo92,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo93,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo94,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo95,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo96,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo97,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo98,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo99,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo100,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo101,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo102,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo103,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo104,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo105,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo106,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo107,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo108,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo109,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo110,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo111,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo112,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo113,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo114,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo115,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo116,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo117,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo118,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo119,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo120,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo121,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo122,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo123,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo124,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo125,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo126,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo127,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo128,dc=example,dc=com): CRITICAL tests.suites.plugins.referint_test:referint_test.py:37 Adding user (uid=foo\,oo129,dc=example,dc=com):
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_specific_time 9.17
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:60 Initializing root DN test suite... INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:70 test_rootdn_init: Initialized root DN test suite. INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:102 Running test_rootdn_access_specific_time...
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_day_of_week 2.65
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:185 Running test_rootdn_access_day_of_week... INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:202 Today: Sat INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:203 Allowed days: Sat,Sun INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:204 Deny days: Mon, Tue
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_denied_ip 2.65
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:268 Running test_rootdn_access_denied_ip...
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_denied_host 2.68
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:333 Running test_rootdn_access_denied_host...
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_allowed_ip 2.64
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:400 Running test_rootdn_access_allowed_ip...
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_allowed_host 2.66
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:466 Running test_rootdn_access_allowed_host...
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_config_validate 0.10
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:575 Add just "rootdn-open-time"
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_denied_ip_wildcard 2.64
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:666 Running test_rootdn_access_denied_ip_wildcard...
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_allowed_ip_wildcard 5.99
-------------------------------Captured log setup-------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:36 Cleaning up the config area
-------------------------------Captured log call--------------------------------
INFO tests.suites.plugins.rootdn_plugin_test:rootdn_plugin_test.py:712 Running test_rootdn_access_allowed_ip...
Passed suites/psearch/psearch_test.py::test_psearch 13.50
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:psearch_test.py:31 dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 ou=groups,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 ou=people,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 ou=services,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 uid=demo_user,ou=people,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=demo_group,ou=groups,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=group_admin,ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=group_modify,ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=user_admin,ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=user_modify,ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=user_passwd_reset,ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:31 cn=user_private_read,ou=permissions,dc=example,dc=com has changed! INFO lib389:psearch_test.py:35 No more results INFO lib389:psearch_test.py:31 cn=group1,ou=groups,dc=example,dc=com has changed! INFO lib389:psearch_test.py:35 No more results
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[CRYPT] 9.33
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SHA] 0.37
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SSHA] 0.10
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SHA256] 0.11
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SSHA256] 0.11
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SHA384] 0.09
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SSHA384] 0.09
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SHA512] 0.12
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[SSHA512] 0.11
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[MD5] 0.13
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_password_scheme[PBKDF2_SHA256] 0.14
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_clear_scheme 0.10
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_two_scheme 4.97
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_pbkdf2_sha256 4.61
No log output captured.
Passed suites/pwp_storage/storage_test.py::test_check_ssha512 8.22
No log output captured.
Passed suites/referint_plugin/rename_test.py::test_rename_large_subtree 181.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e9c93588-8cab-485e-8002-dc855c0a5ddb / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 18097588-3e78-4fc7-bbb2-149e17c0747c / got description=e9c93588-8cab-485e-8002-dc855c0a5ddb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4bcef90a-47b7-4eb1-97f5-a18d8da78469 / got description=18097588-3e78-4fc7-bbb2-149e17c0747c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b32a6e64-80c4-4e44-a259-34aa3e75e374 / got description=4bcef90a-47b7-4eb1-97f5-a18d8da78469) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/acceptance_test.py::test_add_entry 70.34
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier4 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'supplier4', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f1e69e78-5bf9-4e4e-8cee-e8d6ad577165 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 21649b75-3ea8-4eb4-8a0e-fc9d68e1061f / got description=f1e69e78-5bf9-4e4e-8cee-e8d6ad577165) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 5dc33333-9b32-4fec-a5fb-f9c9e6acfff7 / got description=21649b75-3ea8-4eb4-8a0e-fc9d68e1061f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8b4717bd-04b5-4212-b645-0f987def1bc4 / got description=5dc33333-9b32-4fec-a5fb-f9c9e6acfff7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:156 Joining supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect ca649bec-2de8-4881-b7dc-d381722e5f23 / got description=8b4717bd-04b5-4212-b645-0f987def1bc4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c648af0b-fc84-4c63-b669-316b9c019597 / got description=ca649bec-2de8-4881-b7dc-d381722e5f23) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier4 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modify_entry 3.20
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:45 Deleting entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:128 Modifying entry uid=mmrepl_test,dc=example,dc=com - add operation INFO tests.suites.replication.acceptance_test:acceptance_test.py:138 Modifying entry uid=mmrepl_test,dc=example,dc=com - replace operation INFO tests.suites.replication.acceptance_test:acceptance_test.py:146 Modifying entry uid=mmrepl_test,dc=example,dc=com - delete operation
Passed suites/replication/acceptance_test.py::test_delete_entry 10.16
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:45 Deleting entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:168 Deleting entry uid=mmrepl_test,dc=example,dc=com during the test
Passed suites/replication/acceptance_test.py::test_modrdn_entry[0] 20.18
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:192 Modify entry RDN uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:211 Remove entry with new RDN uid=newrdn,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modrdn_entry[1] 20.18
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:192 Modify entry RDN uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:211 Remove entry with new RDN uid=newrdn,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modrdn_after_pause 14.45
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:237 Adding entry uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:252 Pause all replicas INFO tests.suites.replication.acceptance_test:acceptance_test.py:255 Modify entry RDN uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:263 Resume all replicas INFO tests.suites.replication.acceptance_test:acceptance_test.py:266 Wait for replication to happen INFO tests.suites.replication.acceptance_test:acceptance_test.py:273 Remove entry with new RDN uid=newrdn,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modify_stripattrs 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:295 Modify nsds5replicastripattrs with b'modifiersname modifytimestamp' INFO tests.suites.replication.acceptance_test:acceptance_test.py:298 Check nsds5replicastripattrs for b'modifiersname modifytimestamp'
Passed suites/replication/acceptance_test.py::test_new_suffix 12.44
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:62 Adding suffix:o=test_repl and backend: repl_base to supplier1 INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-supplier1/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO tests.suites.replication.acceptance_test:acceptance_test.py:62 Adding suffix:o=test_repl and backend: repl_base to supplier2 INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-supplier2/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO tests.suites.replication.acceptance_test:acceptance_test.py:62 Adding suffix:o=test_repl and backend: repl_base to supplier3 INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-supplier3/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO tests.suites.replication.acceptance_test:acceptance_test.py:62 Adding suffix:o=test_repl and backend: repl_base to supplier4 INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-supplier4/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 872da6d4-d4e4-48fa-a0ab-0a6a60997df5 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b7b2702a-d909-4b8e-8dfd-86bf7b30b957 / got description=872da6d4-d4e4-48fa-a0ab-0a6a60997df5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 111785d6-8521-4621-b4c9-a3692ab5659b / got description=b7b2702a-d909-4b8e-8dfd-86bf7b30b957) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 422b83be-a8ee-4cf6-82fd-062d73a8cc4f / got description=111785d6-8521-4621-b4c9-a3692ab5659b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
-----------------------------Captured log teardown------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:79 Deleting suffix:o=test_repl and backend: repl_base from supplier1 WARNING lib389:mappingTree.py:234 Warning: cn=o\3Dtest_repl,cn=mapping tree,cn=config (cn=o\3Dtest_repl,cn=mapping tree,cn=config) INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO tests.suites.replication.acceptance_test:acceptance_test.py:79 Deleting suffix:o=test_repl and backend: repl_base from supplier2 WARNING lib389:mappingTree.py:234 Warning: cn=o\3Dtest_repl,cn=mapping tree,cn=config (cn=o\3Dtest_repl,cn=mapping tree,cn=config) INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO tests.suites.replication.acceptance_test:acceptance_test.py:79 Deleting suffix:o=test_repl and backend: repl_base from supplier3 WARNING lib389:mappingTree.py:234 Warning: cn=o\3Dtest_repl,cn=mapping tree,cn=config (cn=o\3Dtest_repl,cn=mapping tree,cn=config) INFO lib389:backend.py:80 List backend with suffix=o=test_repl INFO tests.suites.replication.acceptance_test:acceptance_test.py:79 Deleting suffix:o=test_repl and backend: repl_base from supplier4 WARNING lib389:mappingTree.py:234 Warning: cn=o\3Dtest_repl,cn=mapping tree,cn=config (cn=o\3Dtest_repl,cn=mapping tree,cn=config) INFO lib389:backend.py:80 List backend with suffix=o=test_repl
Passed suites/replication/acceptance_test.py::test_many_attrs 20.25
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:353 Modifying entry uid=mmrepl_test,dc=example,dc=com - 10 add operations INFO tests.suites.replication.acceptance_test:acceptance_test.py:357 Check that everything was properly replicated after an add operation INFO tests.suites.replication.acceptance_test:acceptance_test.py:362 Modifying entry uid=mmrepl_test,dc=example,dc=com - 4 delete operations for [b'test0', b'test4', b'test7', b'test9'] INFO tests.suites.replication.acceptance_test:acceptance_test.py:366 Check that everything was properly replicated after a delete operation
Passed suites/replication/acceptance_test.py::test_double_delete 10.16
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com INFO tests.suites.replication.acceptance_test:acceptance_test.py:45 Deleting entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:386 Deleting entry uid=mmrepl_test,dc=example,dc=com from supplier1 INFO tests.suites.replication.acceptance_test:acceptance_test.py:389 Deleting entry uid=mmrepl_test,dc=example,dc=com from supplier2 INFO tests.suites.replication.acceptance_test:acceptance_test.py:393 Entry uid=mmrepl_test,dc=example,dc=com wasn't found supplier2. It is expected. INFO tests.suites.replication.acceptance_test:acceptance_test.py:395 Make searches to check if server is alive
Passed suites/replication/acceptance_test.py::test_password_repl_error 20.30
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:41 Adding entry uid=mmrepl_test,dc=example,dc=com
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:416 Clean the error log INFO tests.suites.replication.acceptance_test:acceptance_test.py:419 Set replication loglevel INFO tests.suites.replication.acceptance_test:acceptance_test.py:422 Modifying entry uid=mmrepl_test,dc=example,dc=com - change userpassword on supplier 2 INFO tests.suites.replication.acceptance_test:acceptance_test.py:430 Restart the servers to flush the logs INFO tests.suites.replication.acceptance_test:acceptance_test.py:439 Check the error log for the error with uid=mmrepl_test,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_invalid_agmt 0.10
-------------------------------Captured log call--------------------------------
CRITICAL lib389:agreement.py:1025 Failed to add replication agreement: {'msgtype': 105, 'msgid': 5, 'result': 53, 'desc': 'Server is unwilling to perform', 'ctrls': []} INFO lib389:acceptance_test.py:464 Invalid repl agreement correctly rejected
Passed suites/replication/acceptance_test.py::test_warining_for_invalid_replica 0.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:494 Set nsds5ReplicaBackoffMin to 20 INFO tests.suites.replication.acceptance_test:acceptance_test.py:497 Set nsds5ReplicaBackoffMax to 10 INFO tests.suites.replication.acceptance_test:acceptance_test.py:499 Resetting configuration: nsds5ReplicaBackoffMin INFO tests.suites.replication.acceptance_test:acceptance_test.py:501 Check the error log for the error
Passed suites/replication/acceptance_test.py::test_csnpurge_large_valueset 35.26
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 78c0e32f-cddb-4e75-b87c-6c67d5fe5035 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c391c662-e1b9-478d-8c44-1a102ccba170 / got description=78c0e32f-cddb-4e75-b87c-6c67d5fe5035) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:552 nsds5ReplicaPurgeDelay to 5
Passed suites/replication/acceptance_test.py::test_urp_trigger_substring_search 11.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:583 Set nsslapd-plugin-logging to on INFO tests.suites.replication.acceptance_test:acceptance_test.py:613 Entry not yet replicated on M2, wait a bit INFO tests.suites.replication.acceptance_test:acceptance_test.py:617 Check that on M2, URP as not triggered such internal search INFO tests.suites.replication.acceptance_test:acceptance_test.py:620 found line: []
Passed suites/replication/acceptance_test.py::test_csngen_task 36.26
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.acceptance_test:acceptance_test.py:643 Check the error log contains strings showing csn generator is tested
Passed suites/replication/cascading_test.py::test_basic_with_hub 61.89
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for hub1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:524 Creating replication topology. INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is NOT working (expect 8dc027d2-7b57-45e0-97d5-5cfe931dc230 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is working INFO lib389.replica:replica.py:2211 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect ed744f9c-9ec4-45fd-81af-6a41c656a37a / got description=8dc027d2-7b57-45e0-97d5-5cfe931dc230) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cascading_test:cascading_test.py:45 update cn=101,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO tests.suites.replication.cascading_test:cascading_test.py:45 update cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect fb3e6778-36e0-4bd0-9f6b-3168d7303a70 / got description=ed744f9c-9ec4-45fd-81af-6a41c656a37a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect d5caae15-1fe5-47de-acc7-907b57bd8cfe / got description=fb3e6778-36e0-4bd0-9f6b-3168d7303a70) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect df8b6718-0e80-4c02-9147-7d419f9e0b3d / got description=d5caae15-1fe5-47de-acc7-907b57bd8cfe) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
Passed suites/replication/changelog_encryption_test.py::test_cl_encryption_setup_process 52.63
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 34bd71a1-551f-4638-ae63-9239c93caff4 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_encryption_test:changelog_encryption_test.py:45 Enable TLS ... INFO tests.suites.replication.changelog_encryption_test:changelog_encryption_test.py:50 Export changelog ... INFO tests.suites.replication.changelog_encryption_test:changelog_encryption_test.py:57 Enable changelog encryption ... INFO tests.suites.replication.changelog_encryption_test:changelog_encryption_test.py:70 Import changelog ... INFO tests.suites.replication.changelog_encryption_test:changelog_encryption_test.py:75 Test replication is still working ...
Passed suites/replication/changelog_test.py::test_dsconf_dump_changelog_files_removed 32.48
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8035df62-9687-4e2d-8b01-b73618d536b8 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 3de3e7e2-279f-4b6a-a663-5b356531ec2f / got description=8035df62-9687-4e2d-8b01-b73618d536b8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:223 Remove .ldif files, if present in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:223 Remove .done files, if present in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:53 Adding user replusr INFO tests.suites.replication.changelog_test:changelog_test.py:66 Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:73 Deleting user: uid=cl5usr,ou=people,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:387 Use dsconf export-changelog with invalid parameters INFO tests.suites.replication.changelog_test:changelog_test.py:389 Command used : ['/usr/sbin/dsconf', 'ldap://LOCALHOST:39001', '-D', 'cn=Directory Manager', '-w', 'badpasswd', 'replication', 'export-changelog'] INFO tests.suites.replication.changelog_test:changelog_test.py:392 output message : b'No action provided, here is some --help.\nusage: dsconf [-h] [-v] [-D BINDDN] [-w BINDPW] [-W] [-y PWDFILE] [-b BASEDN]\n [-Z] [-j]\n instance\n {backend,backup,chaining,config,directory_manager,monitor,plugin,pwpolicy,localpwp,replication,repl-agmt,repl-winsync-agmt,repl-tasks,sasl,security,schema,repl-conflict}\n ...\n\npositional arguments:\n instance The instance name OR the LDAP url to connect to, IE\n localhost, ldap://mai.example.com:389\n {backend,backup,chaining,config,directory_manager,monitor,plugin,pwpolicy,localpwp,replication,repl-agmt,repl-winsync-agmt,repl-tasks,sasl,security,schema,repl-conflict}\n resources to act upon\n backend Manage database suffixes and backends\n backup Manage online backups\n chaining Manage database chaining/database links\n config Manage server configuration\n directory_manager Manage the directory manager account\n monitor Monitor the state of the instance\n plugin Manage plugins available on the server\n pwpolicy Get and set the global password policy settings\n localpwp Manage local (user/subtree) password policies\n replication Configure replication for a suffix\n repl-agmt Manage replication agreements\n repl-winsync-agmt Manage Winsync Agreements\n repl-tasks Manage replication tasks\n sasl Query and manipulate SASL mappings\n security Query and manipulate security options\n schema Query and manipulate schema\n repl-conflict Manage replication conflicts\n\noptional arguments:\n -h, --help show this help message and exit\n -v, --verbose Display verbose operation tracing during command\n execution\n -D BINDDN, --binddn BINDDN\n The account to bind as for executing operations\n -w BINDPW, --bindpw BINDPW\n Password for binddn\n -W, --prompt Prompt for password for the bind DN\n -y PWDFILE, --pwdfile PWDFILE\n Specifies a file containing the password for the\n binddn\n -b BASEDN, --basedn BASEDN\n Basedn (root naming context) of the instance to manage\n -Z, --starttls Connect with StartTLS\n -j, --json Return result in JSON object\n' INFO tests.suites.replication.changelog_test:changelog_test.py:397 Use dsconf replication changelog without -l option: no generated ldif files should be present in /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:400 Command used : ['/usr/sbin/dsconf', 'ldap://LOCALHOST:39001', '-D', 'cn=Directory Manager', '-w', 'password', 'replication', 'export-changelog', 'default', '-r', 'dc=example,dc=com'] INFO tests.suites.replication.changelog_test:changelog_test.py:405 Wait for all dsconf export-changelog files to be generated INFO tests.suites.replication.changelog_test:changelog_test.py:408 Check if dsconf export-changelog generated .ldif.done files are present - should not INFO tests.suites.replication.changelog_test:changelog_test.py:414 All dsconf export-changelog generated .ldif files have been successfully removed from /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:417 Use dsconf replication changelog with -l option: generated ldif files should be kept in /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:420 Command used : ['/usr/sbin/dsconf', 'ldap://LOCALHOST:39001', '-D', 'cn=Directory Manager', '-w', 'password', 'replication', 'export-changelog', 'to-ldif', '-o', '/var/lib/dirsrv/slapd-supplier1/ldif/test.ldif', '-r', 'dc=example,dc=com', '-l'] INFO tests.suites.replication.changelog_test:changelog_test.py:425 Wait for all dsconf export-changelog files to be generated INFO tests.suites.replication.changelog_test:changelog_test.py:428 Check if dsconf export-changelog generated .ldif.done files are present - should be INFO tests.suites.replication.changelog_test:changelog_test.py:432 Success : ldif file /var/lib/dirsrv/slapd-supplier1/ldif/eef0fb8d-a4ad11eb-bcb3a16d-d62c5cd0_cl.ldif.done is present
Passed suites/replication/changelog_test.py::test_verify_changelog 0.14
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:455 LDAP operations add, modify, modrdn and delete INFO tests.suites.replication.changelog_test:changelog_test.py:53 Adding user replusr INFO tests.suites.replication.changelog_test:changelog_test.py:66 Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:73 Deleting user: uid=cl5usr,ou=people,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:80 Dump changelog using nss5task and check if ldap operations are logged INFO tests.suites.replication.changelog_test:changelog_test.py:89 Remove ldif files, if present in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:100 No existing changelog ldif files present INFO tests.suites.replication.changelog_test:changelog_test.py:102 Running nsds5task to dump changelog database to a file INFO tests.suites.replication.changelog_test:changelog_test.py:105 Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:109 Changelog ldif file exist: /var/lib/dirsrv/slapd-supplier1/ldif/eef0fb8d-a4ad11eb-bcb3a16d-d62c5cd0_cl.ldif INFO tests.suites.replication.changelog_test:changelog_test.py:119 Checking changelog ldif file for ldap operations INFO tests.suites.replication.changelog_test:changelog_test.py:124 Checking if all required changetype operations are present INFO tests.suites.replication.changelog_test:changelog_test.py:130 Valid ldap operations: {'add', 'modrdn', 'modify', 'delete'} INFO tests.suites.replication.changelog_test:changelog_test.py:131 Ldap operations found: {'add', 'modrdn', 'modify', 'delete'}
Passed suites/replication/changelog_test.py::test_verify_changelog_online_backup 5.15
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:482 Run db2bak script to take database backup INFO lib389:tasks.py:640 Backup task backup_04232021_233435 completed successfully INFO tests.suites.replication.changelog_test:changelog_test.py:494 Database backup is created successfully INFO tests.suites.replication.changelog_test:changelog_test.py:499 Run bak2db to restore directory server INFO lib389:tasks.py:697 Restore task restore_04232021_233437 completed successfully INFO tests.suites.replication.changelog_test:changelog_test.py:506 LDAP operations add, modify, modrdn and delete INFO tests.suites.replication.changelog_test:changelog_test.py:53 Adding user replusr INFO tests.suites.replication.changelog_test:changelog_test.py:66 Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:73 Deleting user: uid=cl5usr,ou=people,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:80 Dump changelog using nss5task and check if ldap operations are logged INFO tests.suites.replication.changelog_test:changelog_test.py:89 Remove ldif files, if present in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:98 Existing changelog ldif file: /var/lib/dirsrv/slapd-supplier1/ldif/eef0fb8d-a4ad11eb-bcb3a16d-d62c5cd0_cl.ldif removed INFO tests.suites.replication.changelog_test:changelog_test.py:100 No existing changelog ldif files present INFO tests.suites.replication.changelog_test:changelog_test.py:102 Running nsds5task to dump changelog database to a file INFO tests.suites.replication.changelog_test:changelog_test.py:105 Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:109 Changelog ldif file exist: /var/lib/dirsrv/slapd-supplier1/ldif/eef0fb8d-a4ad11eb-bcb3a16d-d62c5cd0_cl.ldif INFO tests.suites.replication.changelog_test:changelog_test.py:119 Checking changelog ldif file for ldap operations INFO tests.suites.replication.changelog_test:changelog_test.py:124 Checking if all required changetype operations are present INFO tests.suites.replication.changelog_test:changelog_test.py:130 Valid ldap operations: {'add', 'modrdn', 'modify', 'delete'} INFO tests.suites.replication.changelog_test:changelog_test.py:131 Ldap operations found: {'add', 'modrdn', 'modify', 'delete'}
Passed suites/replication/changelog_test.py::test_verify_changelog_offline_backup 5.84
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:535 Run db2bak to take database backup INFO tests.suites.replication.changelog_test:changelog_test.py:542 Run bak2db to restore directory server INFO tests.suites.replication.changelog_test:changelog_test.py:555 Database backup is created successfully INFO tests.suites.replication.changelog_test:changelog_test.py:560 LDAP operations add, modify, modrdn and delete INFO tests.suites.replication.changelog_test:changelog_test.py:53 Adding user replusr INFO tests.suites.replication.changelog_test:changelog_test.py:66 Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:73 Deleting user: uid=cl5usr,ou=people,dc=example,dc=com INFO tests.suites.replication.changelog_test:changelog_test.py:80 Dump changelog using nss5task and check if ldap operations are logged INFO tests.suites.replication.changelog_test:changelog_test.py:89 Remove ldif files, if present in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:98 Existing changelog ldif file: /var/lib/dirsrv/slapd-supplier1/ldif/eef0fb8d-a4ad11eb-bcb3a16d-d62c5cd0_cl.ldif removed INFO tests.suites.replication.changelog_test:changelog_test.py:100 No existing changelog ldif files present INFO tests.suites.replication.changelog_test:changelog_test.py:102 Running nsds5task to dump changelog database to a file INFO tests.suites.replication.changelog_test:changelog_test.py:105 Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-supplier1/ldif INFO tests.suites.replication.changelog_test:changelog_test.py:109 Changelog ldif file exist: /var/lib/dirsrv/slapd-supplier1/ldif/eef0fb8d-a4ad11eb-bcb3a16d-d62c5cd0_cl.ldif INFO tests.suites.replication.changelog_test:changelog_test.py:119 Checking changelog ldif file for ldap operations INFO tests.suites.replication.changelog_test:changelog_test.py:124 Checking if all required changetype operations are present INFO tests.suites.replication.changelog_test:changelog_test.py:130 Valid ldap operations: {'add', 'modrdn', 'modify', 'delete'} INFO tests.suites.replication.changelog_test:changelog_test.py:131 Ldap operations found: {'add', 'modrdn', 'modify', 'delete'}
Passed suites/replication/changelog_test.py::test_changelog_maxage 5.45
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:145 Testing Ticket 47669 - Test duration syntax in the changelogs INFO lib389:changelog_test.py:148 Bind as cn=Directory Manager
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:582 1. Test nsslapd-changelogmaxage in cn=changelog5,cn=config INFO lib389:changelog_test.py:585 Bind as cn=Directory Manager INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 12345 -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 10s -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 30M -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 12h -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 2D -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 4w -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:182 Test nsslapd-changelogmaxage: -123 -- invalid ERROR tests.suites.replication.changelog_test:changelog_test.py:187 Expectedly failed to add nsslapd-changelogmaxage: -123 to cn=changelog,cn=userRoot,cn=ldbm database,cn=plugins,cn=config: error Server is unwilling to perform INFO tests.suites.replication.changelog_test:changelog_test.py:182 Test nsslapd-changelogmaxage: xyz -- invalid ERROR tests.suites.replication.changelog_test:changelog_test.py:187 Expectedly failed to add nsslapd-changelogmaxage: xyz to cn=changelog,cn=userRoot,cn=ldbm database,cn=plugins,cn=config: error Server is unwilling to perform
Passed suites/replication/changelog_test.py::test_ticket47669_changelog_triminterval 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:615 2. Test nsslapd-changelogtrim-interval in cn=changelog5,cn=config INFO lib389:changelog_test.py:618 Bind as cn=Directory Manager INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogtrim-interval: 12345 -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogtrim-interval: 10s -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogtrim-interval: 30M -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogtrim-interval: 12h -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogtrim-interval: 2D -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogtrim-interval: 4w -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:182 Test nsslapd-changelogtrim-interval: -123 -- invalid ERROR tests.suites.replication.changelog_test:changelog_test.py:187 Expectedly failed to add nsslapd-changelogtrim-interval: -123 to cn=changelog,cn=userRoot,cn=ldbm database,cn=plugins,cn=config: error Server is unwilling to perform INFO tests.suites.replication.changelog_test:changelog_test.py:182 Test nsslapd-changelogtrim-interval: xyz -- invalid ERROR tests.suites.replication.changelog_test:changelog_test.py:187 Expectedly failed to add nsslapd-changelogtrim-interval: xyz to cn=changelog,cn=userRoot,cn=ldbm database,cn=plugins,cn=config: error Server is unwilling to perform
Passed suites/replication/changelog_test.py::test_retrochangelog_maxage 0.17
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:684 4. Test nsslapd-changelogmaxage in cn=Retro Changelog Plugin,cn=plugins,cn=config INFO lib389:changelog_test.py:687 Bind as cn=Directory Manager INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 12345 -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 10s -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 30M -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 12h -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 2D -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:175 Test nsslapd-changelogmaxage: 4w -- valid INFO tests.suites.replication.changelog_test:changelog_test.py:182 Test nsslapd-changelogmaxage: -123 -- invalid INFO tests.suites.replication.changelog_test:changelog_test.py:182 Test nsslapd-changelogmaxage: xyz -- invalid INFO lib389:changelog_test.py:699 ticket47669 was successfully verified.
Passed suites/replication/changelog_test.py::test_retrochangelog_trimming_crash 25.68
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_test:changelog_test.py:724 1. Test retroCL trimming crash in cn=Retro Changelog Plugin,cn=plugins,cn=config INFO lib389:changelog_test.py:728 ticket50736 start verification INFO lib389:changelog_test.py:744 ticket 50736 was successfully verified.
Passed suites/replication/changelog_trimming_test.py::test_max_age 20.12
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_trimming_test:changelog_trimming_test.py:90 Testing changelog trimming interval with max age...
Passed suites/replication/changelog_trimming_test.py::test_max_entries 14.70
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.changelog_trimming_test:changelog_trimming_test.py:137 Testing changelog triming interval with max entries...
Passed suites/replication/cleanallruv_max_tasks_test.py::test_max_tasks 107.08
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier4 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'supplier4', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4536bcaf-80e8-4bcb-9d96-cb47a7766694 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect ef6e72fe-f86a-43bf-973e-242857db0c85 / got description=4536bcaf-80e8-4bcb-9d96-cb47a7766694) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4053988a-9771-4b45-9a32-ec917ecc4078 / got description=4a01c998-8d36-45f7-8794-63b2c831a8c2) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4053988a-9771-4b45-9a32-ec917ecc4078 / got description=4a01c998-8d36-45f7-8794-63b2c831a8c2) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4053988a-9771-4b45-9a32-ec917ecc4078 / got description=4a01c998-8d36-45f7-8794-63b2c831a8c2) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4053988a-9771-4b45-9a32-ec917ecc4078 / got description=4a01c998-8d36-45f7-8794-63b2c831a8c2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:156 Joining supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 0b4f0fbd-6640-431a-8dc7-868adf923c35 / got description=4053988a-9771-4b45-9a32-ec917ecc4078) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect d11340ff-25ca-405c-9132-5a4b475e474a / got description=0b4f0fbd-6640-431a-8dc7-868adf923c35) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier4 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created
Passed suites/replication/cleanallruv_test.py::test_clean 135.59
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier4 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'supplier4', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 48f85efa-db24-471a-85e7-0ea88786cf90 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b64ab9b4-143a-4164-9ff8-2b3a3d360df5 / got description=48f85efa-db24-471a-85e7-0ea88786cf90) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f0904241-5a2c-4ac4-9e08-e8791e2b3715 / got description=b64ab9b4-143a-4164-9ff8-2b3a3d360df5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 26daca7c-5b9c-4278-ac91-979f005ec84d / got description=f0904241-5a2c-4ac4-9e08-e8791e2b3715) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:156 Joining supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect cf33b319-2354-4fc5-9101-d7481f811381 / got description=26daca7c-5b9c-4278-ac91-979f005ec84d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect f976c686-f0bf-4d39-afbf-532dc5a281d5 / got description=cf33b319-2354-4fc5-9101-d7481f811381) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier4 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect df890a87-60d2-4bff-93d3-0e79c3db74a0 / got description=f976c686-f0bf-4d39-afbf-532dc5a281d5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 1171650b-a445-4a93-8f3c-51b5b8ffd2a5 / got description=df890a87-60d2-4bff-93d3-0e79c3db74a0) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 741579db-88df-40a4-b267-b3152d949543 / got description=1171650b-a445-4a93-8f3c-51b5b8ffd2a5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 23b6ee66-2ebe-425d-8a7e-2853d28d7b27 / got description=741579db-88df-40a4-b267-b3152d949543) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect df5ac0fa-bd88-4680-99ad-d8761954dbc8 / got description=23b6ee66-2ebe-425d-8a7e-2853d28d7b27) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 42502341-1da5-4293-b2f8-b4f66f1d9e93 / got description=df5ac0fa-bd88-4680-99ad-d8761954dbc8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 24d47a1f-82cf-425c-8474-f209910b2664 / got description=42502341-1da5-4293-b2f8-b4f66f1d9e93) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 34c91385-2e82-4147-ba47-3389861146ff / got description=24d47a1f-82cf-425c-8474-f209910b2664) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 06fb9140-1b1d-4b97-ac24-a08b3dddeaba / got description=34c91385-2e82-4147-ba47-3389861146ff) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 208446c6-75f7-4f34-a2e0-6d6b0a0a1046 / got description=06fb9140-1b1d-4b97-ac24-a08b3dddeaba) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 1e841840-f4c3-4a82-9ff3-39ec26285bd9 / got description=208446c6-75f7-4f34-a2e0-6d6b0a0a1046) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect a50d99b3-7c87-4aac-bc8a-42499e2809f6 / got description=1e841840-f4c3-4a82-9ff3-39ec26285bd9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:204 Running test_clean... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:207 test_clean: disable supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_clean: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:211 test_clean: run the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:221 test_clean: check all the suppliers have been cleaned... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:1 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:2 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:3 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:225 test_clean PASSED, restoring supplier 4...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect efe8d21c-d21d-47f3-ad2d-4027f38e2e51 / got description=a50d99b3-7c87-4aac-bc8a-42499e2809f6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8580d3d8-a0f4-4cdf-9894-9e1690610d79 / got description=efe8d21c-d21d-47f3-ad2d-4027f38e2e51) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect fa9dedb7-cccb-4506-addf-5e0d88e46359 / got description=8580d3d8-a0f4-4cdf-9894-9e1690610d79) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 9f4bedc0-1aa0-4351-834c-de839a38b7f9 / got description=fa9dedb7-cccb-4506-addf-5e0d88e46359) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 38e1594a-3c69-4f0b-ae07-1fd0fd86cecf / got description=9f4bedc0-1aa0-4351-834c-de839a38b7f9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 5622c2fe-6dd8-41f8-9421-0cd16b904f10 / got description=38e1594a-3c69-4f0b-ae07-1fd0fd86cecf) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 5622c2fe-6dd8-41f8-9421-0cd16b904f10 / got description=38e1594a-3c69-4f0b-ae07-1fd0fd86cecf) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect ce03eecc-79f9-4d8b-90ac-a24fd0d0b0ad / got description=5622c2fe-6dd8-41f8-9421-0cd16b904f10) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 78999b5d-aed8-48f3-9817-b375763cff38 / got description=ce03eecc-79f9-4d8b-90ac-a24fd0d0b0ad) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect d040abd9-aea1-4789-af9c-43f833f0ac79 / got description=78999b5d-aed8-48f3-9817-b375763cff38) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c67e61be-3085-4ae7-83e7-e5cc2fd324f4 / got description=d040abd9-aea1-4789-af9c-43f833f0ac79) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c67e61be-3085-4ae7-83e7-e5cc2fd324f4 / got description=d040abd9-aea1-4789-af9c-43f833f0ac79) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c67e61be-3085-4ae7-83e7-e5cc2fd324f4 / got description=d040abd9-aea1-4789-af9c-43f833f0ac79) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect f40aea3f-0b8c-45db-bd62-47156fc6be84 / got description=c67e61be-3085-4ae7-83e7-e5cc2fd324f4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 5b7a63dd-9cc3-45b0-9022-c3a2d35f7eb6 / got description=f40aea3f-0b8c-45db-bd62-47156fc6be84) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 69e3cf6e-03f5-4490-99b7-a526ff30c37e / got description=5b7a63dd-9cc3-45b0-9022-c3a2d35f7eb6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect edce462d-5f91-4cd2-8fcd-fd958ccd1ac0 / got description=69e3cf6e-03f5-4490-99b7-a526ff30c37e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_clean_restart 134.85
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8571995e-ea64-4d90-92a3-ea9824d4fa5d / got description=edce462d-5f91-4cd2-8fcd-fd958ccd1ac0) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect da289873-98e7-419e-b891-e3e48c67a0cb / got description=8571995e-ea64-4d90-92a3-ea9824d4fa5d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect d2825720-f217-41ba-afeb-7a2f47a6e2d3 / got description=da289873-98e7-419e-b891-e3e48c67a0cb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 3a3ee3b4-b55d-4dc9-b8d2-2cb457defc8f / got description=d2825720-f217-41ba-afeb-7a2f47a6e2d3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect b12a53fb-36a3-47d8-8c78-98773ebce193 / got description=3a3ee3b4-b55d-4dc9-b8d2-2cb457defc8f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect b7cc4a07-1003-45f2-946b-72152a0e2d6d / got description=b12a53fb-36a3-47d8-8c78-98773ebce193) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0950267d-9db4-4194-b811-e906115e11c8 / got description=b7cc4a07-1003-45f2-946b-72152a0e2d6d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 677c6359-54e0-47ab-b592-3f249d7978ad / got description=0950267d-9db4-4194-b811-e906115e11c8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 1697a1c4-6366-4d09-a285-1a19c97e0d18 / got description=677c6359-54e0-47ab-b592-3f249d7978ad) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 38796dbc-44ad-438a-b0c8-7b65f685de95 / got description=1697a1c4-6366-4d09-a285-1a19c97e0d18) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4264374a-a12f-449e-8ca5-43edd0ff3037 / got description=38796dbc-44ad-438a-b0c8-7b65f685de95) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 4016c196-7e9a-44f0-a1e8-b777faf6c1fe / got description=4264374a-a12f-449e-8ca5-43edd0ff3037) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:256 Running test_clean_restart... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:259 test_clean: disable supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_clean: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:267 test_clean: run the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:292 test_clean_restart: check all the suppliers have been cleaned... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:1 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:2 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:3 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:296 test_clean_restart PASSED, restoring supplier 4...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 0553922f-ee5d-4b63-9d7e-de60f784a38a / got description=4016c196-7e9a-44f0-a1e8-b777faf6c1fe) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 42af9b0e-684f-483e-87eb-b37cc5741cbd / got description=0553922f-ee5d-4b63-9d7e-de60f784a38a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect a7f1dedd-72f3-4be1-ac2a-97d205383b94 / got description=42af9b0e-684f-483e-87eb-b37cc5741cbd) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect a7f1dedd-72f3-4be1-ac2a-97d205383b94 / got description=42af9b0e-684f-483e-87eb-b37cc5741cbd) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect a7f1dedd-72f3-4be1-ac2a-97d205383b94 / got description=42af9b0e-684f-483e-87eb-b37cc5741cbd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect e854f0f2-c077-48b4-8dd9-22fcc7410987 / got description=a7f1dedd-72f3-4be1-ac2a-97d205383b94) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 6b6a127e-c889-4de8-a219-d05c34900cad / got description=e854f0f2-c077-48b4-8dd9-22fcc7410987) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a21b8050-d99c-4acf-aa27-e785947b474d / got description=6b6a127e-c889-4de8-a219-d05c34900cad) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a21b8050-d99c-4acf-aa27-e785947b474d / got description=6b6a127e-c889-4de8-a219-d05c34900cad) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 49a925c6-ce1a-429d-b096-41f227d1282d / got description=a21b8050-d99c-4acf-aa27-e785947b474d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 4b8d2098-5a9d-4eae-bd3f-236c82e8e2fb / got description=49a925c6-ce1a-429d-b096-41f227d1282d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect d4c8beba-885e-469b-b07b-2663697fa000 / got description=4b8d2098-5a9d-4eae-bd3f-236c82e8e2fb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f8a71975-3b76-4834-82ef-361d5696d1d0 / got description=d4c8beba-885e-469b-b07b-2663697fa000) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect dcf7e9b2-72fc-413b-b894-06c7e112f017 / got description=f8a71975-3b76-4834-82ef-361d5696d1d0) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 026e21a5-2b02-407a-954c-176afdffc849 / got description=dcf7e9b2-72fc-413b-b894-06c7e112f017) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3a64e5c7-6db4-4e1a-8324-bedd708f46d4 / got description=026e21a5-2b02-407a-954c-176afdffc849) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 8b1f997e-e2f9-4efd-b668-130989f5b6c9 / got description=3a64e5c7-6db4-4e1a-8324-bedd708f46d4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_clean_force 121.62
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6f6decc9-40bb-445f-bb73-d3ed0a21485a / got description=8b1f997e-e2f9-4efd-b668-130989f5b6c9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 2b4b862b-eca4-4f7f-9fe3-03c2038ffe02 / got description=6f6decc9-40bb-445f-bb73-d3ed0a21485a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 53faf206-7a92-49a7-97fb-76e10ba3c239 / got description=2b4b862b-eca4-4f7f-9fe3-03c2038ffe02) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 9b4b92f5-a066-4fd9-8434-5341c8f54e86 / got description=53faf206-7a92-49a7-97fb-76e10ba3c239) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect a969543f-ac51-498f-b24e-d04381c12aaa / got description=9b4b92f5-a066-4fd9-8434-5341c8f54e86) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 0b43e78e-c724-4f58-acbd-2ee0c5283614 / got description=a969543f-ac51-498f-b24e-d04381c12aaa) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 34e4122d-ae21-4c09-a885-f5c86d932391 / got description=0b43e78e-c724-4f58-acbd-2ee0c5283614) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 781d8f53-d072-4eef-bdea-1ddcf1101c75 / got description=34e4122d-ae21-4c09-a885-f5c86d932391) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect eeea848e-2d1b-4779-9990-8f4676b97572 / got description=781d8f53-d072-4eef-bdea-1ddcf1101c75) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1bc3c0eb-1d4c-4c10-a620-90ebc1b4aced / got description=eeea848e-2d1b-4779-9990-8f4676b97572) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 5eabef53-b592-48f1-a00d-3e670dab6228 / got description=1bc3c0eb-1d4c-4c10-a620-90ebc1b4aced) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 5eabef53-b592-48f1-a00d-3e670dab6228 / got description=1bc3c0eb-1d4c-4c10-a620-90ebc1b4aced) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 5eabef53-b592-48f1-a00d-3e670dab6228 / got description=1bc3c0eb-1d4c-4c10-a620-90ebc1b4aced) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 4e678dca-e9a7-471b-89e3-9b0ce9646416 / got description=5eabef53-b592-48f1-a00d-3e670dab6228) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:322 Running test_clean_force... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_clean_force: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:340 test_clean: run the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:350 test_clean_force: check all the suppliers have been cleaned... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:1 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:2 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:3 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:354 test_clean_force PASSED, restoring supplier 4...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect f7393321-0fa0-4984-8e07-d4cfb4b2029e / got description=4e678dca-e9a7-471b-89e3-9b0ce9646416) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8b63cef4-10cb-4c1d-bdfa-0f17633e77a2 / got description=f7393321-0fa0-4984-8e07-d4cfb4b2029e) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8b63cef4-10cb-4c1d-bdfa-0f17633e77a2 / got description=f7393321-0fa0-4984-8e07-d4cfb4b2029e) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8b63cef4-10cb-4c1d-bdfa-0f17633e77a2 / got description=f7393321-0fa0-4984-8e07-d4cfb4b2029e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 924e6001-aa39-4a9a-b6fb-ee1ad8e3f69c / got description=8b63cef4-10cb-4c1d-bdfa-0f17633e77a2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 16965952-2a71-492e-9604-1627206a4c8a / got description=924e6001-aa39-4a9a-b6fb-ee1ad8e3f69c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect ffe7f66b-9b04-4443-b0f4-a0f11424253e / got description=16965952-2a71-492e-9604-1627206a4c8a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect e19bbe9d-c64c-4bd6-bd57-986e52f05cec / got description=ffe7f66b-9b04-4443-b0f4-a0f11424253e) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect e19bbe9d-c64c-4bd6-bd57-986e52f05cec / got description=ffe7f66b-9b04-4443-b0f4-a0f11424253e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 616b0949-119f-43d2-ab31-7aeec268b985 / got description=e19bbe9d-c64c-4bd6-bd57-986e52f05cec) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 78f5bd0a-d817-4f94-aeef-1d6e0136657c / got description=616b0949-119f-43d2-ab31-7aeec268b985) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0e8f4b8a-a79a-496d-a1df-e844bf5b1638 / got description=78f5bd0a-d817-4f94-aeef-1d6e0136657c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 7e670056-1aca-478c-ad18-a66bb2be678d / got description=0e8f4b8a-a79a-496d-a1df-e844bf5b1638) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 60f6c5fc-94b7-47b3-bdb5-a62ed9f874f2 / got description=7e670056-1aca-478c-ad18-a66bb2be678d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7625bf5f-6785-40e2-b6d3-0a24170efbb8 / got description=60f6c5fc-94b7-47b3-bdb5-a62ed9f874f2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d2a5fb9a-0398-4528-923e-deab36d30fb6 / got description=7625bf5f-6785-40e2-b6d3-0a24170efbb8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 19036773-0a59-427c-af86-c8abd680e409 / got description=d2a5fb9a-0398-4528-923e-deab36d30fb6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_abort 80.89
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b9c6cee4-ccac-4856-94a4-e54081fb3014 / got description=19036773-0a59-427c-af86-c8abd680e409) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 3dcfea1d-30c6-43a6-96ee-e22905d86878 / got description=b9c6cee4-ccac-4856-94a4-e54081fb3014) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect b262f137-16d1-4616-87dd-8c84a6150a15 / got description=3dcfea1d-30c6-43a6-96ee-e22905d86878) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 11efa758-4750-4ee2-a013-3779d8a73389 / got description=b262f137-16d1-4616-87dd-8c84a6150a15) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect a1e3d21b-27fa-4b36-b948-53c40842ceb6 / got description=11efa758-4750-4ee2-a013-3779d8a73389) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect f366b920-9395-4579-b427-6e93f997de03 / got description=a1e3d21b-27fa-4b36-b948-53c40842ceb6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect ad4f3b6f-5bbf-49a2-946c-d0227db368d4 / got description=f366b920-9395-4579-b427-6e93f997de03) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b758b6b4-9262-4ce7-a16d-f6636b14bf3a / got description=ad4f3b6f-5bbf-49a2-946c-d0227db368d4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect a3e36616-b2dc-4897-aacf-db56a4ef8b05 / got description=b758b6b4-9262-4ce7-a16d-f6636b14bf3a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect e954cc07-fc99-4985-861b-0ccdf8592e09 / got description=a3e36616-b2dc-4897-aacf-db56a4ef8b05) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 7da0ea96-1437-4dc0-b8c4-2f181d802807 / got description=e954cc07-fc99-4985-861b-0ccdf8592e09) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 9aedbb8d-f607-4c31-8d34-52af566a1ce8 / got description=7da0ea96-1437-4dc0-b8c4-2f181d802807) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:376 Running test_abort... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_abort: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:381 test_abort: stop supplier 2 to freeze the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:385 test_abort: add the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:400 test_abort: check supplier 1 no longer has a cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:406 test_abort: start supplier 2 to begin the restore process... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:409 test_abort PASSED, restoring supplier 4...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect a918cf9a-ba2e-4843-bc82-158c62702d2f / got description=9aedbb8d-f607-4c31-8d34-52af566a1ce8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 69120433-f0ea-447a-9bcc-10732f3d5734 / got description=a918cf9a-ba2e-4843-bc82-158c62702d2f) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 69120433-f0ea-447a-9bcc-10732f3d5734 / got description=a918cf9a-ba2e-4843-bc82-158c62702d2f) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 69120433-f0ea-447a-9bcc-10732f3d5734 / got description=a918cf9a-ba2e-4843-bc82-158c62702d2f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 42ca194f-3771-4978-8482-a6629a2a4bc7 / got description=69120433-f0ea-447a-9bcc-10732f3d5734) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect d4058300-eee3-45ec-8c9a-7bd267356f12 / got description=42ca194f-3771-4978-8482-a6629a2a4bc7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 1da8d596-22b5-4be0-b4d2-279e5aff802f / got description=d4058300-eee3-45ec-8c9a-7bd267356f12) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 209a80ea-798c-48cc-ba8d-580d3af1b37a / got description=1da8d596-22b5-4be0-b4d2-279e5aff802f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect ef325582-e637-4582-a162-34ee7fb0878b / got description=209a80ea-798c-48cc-ba8d-580d3af1b37a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 693a99cd-b9ef-411e-9015-714a22999fbc / got description=ef325582-e637-4582-a162-34ee7fb0878b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 5d317a55-74c0-4cc5-8a61-5c3fef744030 / got description=693a99cd-b9ef-411e-9015-714a22999fbc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d16697b0-3a68-4366-852c-730e520fbc83 / got description=5d317a55-74c0-4cc5-8a61-5c3fef744030) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 1da96344-675d-43cb-9382-756886391e76 / got description=d16697b0-3a68-4366-852c-730e520fbc83) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c2e27fee-2610-4eb0-8275-48737c323515 / got description=1da96344-675d-43cb-9382-756886391e76) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 33709787-6e24-4b4a-b48a-514238a18aa9 / got description=c2e27fee-2610-4eb0-8275-48737c323515) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect c2d52e43-e86f-49fd-8551-8380c556535c / got description=33709787-6e24-4b4a-b48a-514238a18aa9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_abort_restart 96.88
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e790657e-efca-465c-8bd3-c10b5324a4db / got description=c2d52e43-e86f-49fd-8551-8380c556535c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 8769b110-1877-461f-8be4-69124805e61d / got description=e790657e-efca-465c-8bd3-c10b5324a4db) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect c9bd372c-03ba-45f1-909c-6d7cb14580f1 / got description=8769b110-1877-461f-8be4-69124805e61d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect aa9b9e55-b81f-4626-b8e6-fd853ced6dbf / got description=c9bd372c-03ba-45f1-909c-6d7cb14580f1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 2d2a2a35-c32c-483d-808c-a2f5c117bf20 / got description=aa9b9e55-b81f-4626-b8e6-fd853ced6dbf) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect b62e7606-fc01-470c-a3b8-08af31f53548 / got description=2d2a2a35-c32c-483d-808c-a2f5c117bf20) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1eecc937-a9d6-4c89-8177-f89cffdf35f2 / got description=b62e7606-fc01-470c-a3b8-08af31f53548) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b9d50500-4d38-4f15-8fea-482ed4c90198 / got description=1eecc937-a9d6-4c89-8177-f89cffdf35f2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect cc13895c-e019-489e-b7ea-080c74598f68 / got description=b9d50500-4d38-4f15-8fea-482ed4c90198) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 63eb4b30-bee3-42ba-baad-d2450eecc6c1 / got description=cc13895c-e019-489e-b7ea-080c74598f68) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b70f5979-e631-445d-970c-3b182974cb68 / got description=63eb4b30-bee3-42ba-baad-d2450eecc6c1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect c284ab45-346a-40dd-b636-16fda6d1665d / got description=b70f5979-e631-445d-970c-3b182974cb68) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:441 Running test_abort_restart... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_abort: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:446 test_abort_restart: stop supplier 3 to freeze the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:450 test_abort_restart: add the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:465 test_abort_abort: check supplier 1 no longer has a cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:487 test_abort_restart PASSED, restoring supplier 4...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 5bd4ebc4-7133-48ef-b206-fb6156ba34d9 / got description=c284ab45-346a-40dd-b636-16fda6d1665d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect f8016cf6-6239-487d-bf62-f839cce916b8 / got description=5bd4ebc4-7133-48ef-b206-fb6156ba34d9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e151149d-3eab-473c-bcd0-d520141f28c9 / got description=f8016cf6-6239-487d-bf62-f839cce916b8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 4cc0ffcb-9663-4d16-8046-a587649ea9e4 / got description=e151149d-3eab-473c-bcd0-d520141f28c9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 7588b4a6-6a5d-4820-901a-3b54eab0cdcf / got description=4cc0ffcb-9663-4d16-8046-a587649ea9e4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 82fe77b9-e976-4c07-b05c-5e841e63d49e / got description=7588b4a6-6a5d-4820-901a-3b54eab0cdcf) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 335453e2-cad8-4f48-aa1f-f954cfc57d2b / got description=82fe77b9-e976-4c07-b05c-5e841e63d49e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect a4e6d58b-f60a-4f72-bfe0-87375fe3019b / got description=335453e2-cad8-4f48-aa1f-f954cfc57d2b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0c355bc8-d828-4540-98ab-4c1f99185bbc / got description=a4e6d58b-f60a-4f72-bfe0-87375fe3019b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 1b7b8630-9991-4c8e-a2ff-2cd404d27fa1 / got description=0c355bc8-d828-4540-98ab-4c1f99185bbc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect ec40dd7f-bb5e-4032-a3e8-06a48db56ccb / got description=1b7b8630-9991-4c8e-a2ff-2cd404d27fa1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 94591f4e-7670-425b-9ef5-d684b13cc03d / got description=ec40dd7f-bb5e-4032-a3e8-06a48db56ccb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f8ab1bad-ecac-4260-a015-c6df785784ba / got description=94591f4e-7670-425b-9ef5-d684b13cc03d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect c7f57222-04be-4217-b312-98346b4876a4 / got description=f8ab1bad-ecac-4260-a015-c6df785784ba) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_abort_certify 109.28
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 219ff4af-023b-462b-b99e-978554202c62 / got description=c7f57222-04be-4217-b312-98346b4876a4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 58614507-c8b9-4489-8327-abbb550593dc / got description=219ff4af-023b-462b-b99e-978554202c62) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect cf8f6e02-ccd5-4afb-bc78-ebaaa0f5c790 / got description=58614507-c8b9-4489-8327-abbb550593dc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0582360a-e643-4a01-8a43-eb554b559f01 / got description=cf8f6e02-ccd5-4afb-bc78-ebaaa0f5c790) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f8de9d3d-9129-4a05-b336-bcd61b00e8fb / got description=0582360a-e643-4a01-8a43-eb554b559f01) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 7f762615-b712-4ea0-bd19-adfde0a988a4 / got description=f8de9d3d-9129-4a05-b336-bcd61b00e8fb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c2ddad2d-b146-49ee-9cc9-b04d6c91d3de / got description=7f762615-b712-4ea0-bd19-adfde0a988a4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 338904fd-8831-43c6-9cf5-1a8264ec4230 / got description=c2ddad2d-b146-49ee-9cc9-b04d6c91d3de) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 5f083c01-0843-4905-9d07-759a6976bb10 / got description=338904fd-8831-43c6-9cf5-1a8264ec4230) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 15157f9d-4c9e-44bf-a488-4943594d6830 / got description=5f083c01-0843-4905-9d07-759a6976bb10) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d60557fc-37e7-42ae-aa38-1ff922c1bb47 / got description=15157f9d-4c9e-44bf-a488-4943594d6830) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 2a44bf3b-b9d3-41f7-a343-3f292ef0949e / got description=d60557fc-37e7-42ae-aa38-1ff922c1bb47) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:509 Running test_abort_certify... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_abort_certify: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:515 test_abort_certify: stop supplier 2 to freeze the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:519 test_abort_certify: add the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:531 test_abort_certify: abort the cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:535 test_abort_certify... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:542 test_abort_certify: start supplier 2 to allow the abort task to finish... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:551 test_abort_certify: check supplier 1 no longer has a cleanAllRUV task... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:556 test_abort_certify PASSED, restoring supplier 4...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect aa642502-fdaf-448a-b054-0e6ac159e4db / got description=2a44bf3b-b9d3-41f7-a343-3f292ef0949e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a1fe1cc6-e4d9-4434-93e1-bdfaaad4f3e5 / got description=aa642502-fdaf-448a-b054-0e6ac159e4db) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d8cdc91e-a0e3-41f4-90b5-d4bbc9a665ac / got description=a1fe1cc6-e4d9-4434-93e1-bdfaaad4f3e5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f37b67cc-e7b7-41ec-9909-11001ff3ad52 / got description=d8cdc91e-a0e3-41f4-90b5-d4bbc9a665ac) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 7e933ce3-02cc-41dd-8652-f047b1f4741b / got description=f37b67cc-e7b7-41ec-9909-11001ff3ad52) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4c5e8c49-c327-4dfc-a871-5174409ae758 / got description=7e933ce3-02cc-41dd-8652-f047b1f4741b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect ef4766cf-91eb-4d0a-b9c6-7d582e85d8e6 / got description=4c5e8c49-c327-4dfc-a871-5174409ae758) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 2dd173b7-1e7c-4275-bfe9-6661c7fa38eb / got description=ef4766cf-91eb-4d0a-b9c6-7d582e85d8e6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect daafc2b8-c82f-4ac9-8d8c-c517b30f46ea / got description=2dd173b7-1e7c-4275-bfe9-6661c7fa38eb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 42fa63f3-5ddb-429e-a57e-3364162a50f5 / got description=daafc2b8-c82f-4ac9-8d8c-c517b30f46ea) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 7ecd84a7-dce5-4c93-b596-c8550b104b05 / got description=42fa63f3-5ddb-429e-a57e-3364162a50f5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 6848db39-8c02-4d01-9139-1fd74f879d17 / got description=7ecd84a7-dce5-4c93-b596-c8550b104b05) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 77b3fce9-4cda-4061-9255-967f8a9c0197 / got description=6848db39-8c02-4d01-9139-1fd74f879d17) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 8789fcb7-d3d2-49b1-9fd2-73bbc797e620 / got description=77b3fce9-4cda-4061-9255-967f8a9c0197) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_stress_clean 122.48
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 0f5b6793-1c8c-4e1f-b820-20ac53635deb / got description=8789fcb7-d3d2-49b1-9fd2-73bbc797e620) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 676abccc-4134-441d-9189-c771e4141db8 / got description=0f5b6793-1c8c-4e1f-b820-20ac53635deb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 1f4f83d1-6bd1-4552-8008-399c9359afb3 / got description=676abccc-4134-441d-9189-c771e4141db8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect dbb01856-0e84-42ab-a8d1-777da3c3886d / got description=1f4f83d1-6bd1-4552-8008-399c9359afb3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 3f1c3f40-4a24-4410-90b9-85c1385c11c9 / got description=dbb01856-0e84-42ab-a8d1-777da3c3886d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 47b8d09e-be88-4b3e-b90b-566972a7983b / got description=3f1c3f40-4a24-4410-90b9-85c1385c11c9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 572c993a-f19b-44c3-8170-da73ea040bd5 / got description=47b8d09e-be88-4b3e-b90b-566972a7983b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d878756c-3773-4a98-b5f6-af5a0489eb1d / got description=572c993a-f19b-44c3-8170-da73ea040bd5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 7e1768f5-29e7-423e-99ae-108751d9eafa / got description=d878756c-3773-4a98-b5f6-af5a0489eb1d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 204eb68a-930e-48c8-aea7-82c9695e2a51 / got description=7e1768f5-29e7-423e-99ae-108751d9eafa) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d41c7919-b7dc-4a05-adc3-aefdf7b6e736 / got description=204eb68a-930e-48c8-aea7-82c9695e2a51) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 86bd6791-3192-47da-b6db-4fb16c9155d8 / got description=d41c7919-b7dc-4a05-adc3-aefdf7b6e736) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:580 Running test_stress_clean... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:581 test_stress_clean: put all the suppliers under load... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:598 test_stress_clean: allow some time for replication to get flowing... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:604 test_stress_clean: allow some time for supplier 4 to push changes out (60 seconds)... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_stress_clean: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:620 test_stress_clean: wait for all the updates to finish... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:627 test_stress_clean: check if all the replicas have been cleaned... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:1 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:2 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:3 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:631 test_stress_clean: PASSED, restoring supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:634 Sleep for 120 seconds to allow replication to complete... INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect a376401b-8f46-4815-9d1f-b1c6e5c2d97a / got description=86bd6791-3192-47da-b6db-4fb16c9155d8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect b44097ae-f056-4fdc-b59e-494c9516e273 / got description=a376401b-8f46-4815-9d1f-b1c6e5c2d97a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4d0b5235-47c5-4a8e-a902-d22cd3c23564 / got description=b44097ae-f056-4fdc-b59e-494c9516e273) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 25b373b3-69f8-4baa-91a8-d01dd293236f / got description=4d0b5235-47c5-4a8e-a902-d22cd3c23564) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b6ffa26c-872b-44d0-997a-16fef24d1bbd / got description=25b373b3-69f8-4baa-91a8-d01dd293236f) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b6ffa26c-872b-44d0-997a-16fef24d1bbd / got description=25b373b3-69f8-4baa-91a8-d01dd293236f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ac654b33-a3ef-470c-b225-279b97ca7f85 / got description=b6ffa26c-872b-44d0-997a-16fef24d1bbd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 6e540402-adba-49f7-a372-e6ac671a3dca / got description=ac654b33-a3ef-470c-b225-279b97ca7f85) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 34f2e5be-5fdd-41c2-ad92-c60c4d75acc2 / got description=6e540402-adba-49f7-a372-e6ac671a3dca) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6360d238-7bc5-4aa5-9717-92b1684fd253 / got description=34f2e5be-5fdd-41c2-ad92-c60c4d75acc2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 8cca4803-f051-43ca-9d6c-8e1502383549 / got description=6360d238-7bc5-4aa5-9717-92b1684fd253) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect ceed259f-9466-4b84-853f-bfaf5103868b / got description=8cca4803-f051-43ca-9d6c-8e1502383549) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect f3d87b6d-4086-4487-ae7f-fbed53ba53b7 / got description=ceed259f-9466-4b84-853f-bfaf5103868b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 0bf9e151-205c-4dfe-9c33-05bf5cd72280 / got description=f3d87b6d-4086-4487-ae7f-fbed53ba53b7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 1c95b51e-0ef9-471c-aa93-03d678932f08 / got description=0bf9e151-205c-4dfe-9c33-05bf5cd72280) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 5cbee63a-ca22-47e9-a871-7922665e431f / got description=1c95b51e-0ef9-471c-aa93-03d678932f08) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 26ff15d4-5798-491b-8dbc-9c16a74a6876 / got description=5cbee63a-ca22-47e9-a871-7922665e431f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 61281247-44a9-42dc-8cda-8e15e06e7a65 / got description=26ff15d4-5798-491b-8dbc-9c16a74a6876) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 386c1db5-5714-40da-86d6-3f7600143480 / got description=61281247-44a9-42dc-8cda-8e15e06e7a65) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d1a7c3b8-b1c5-40fe-b270-d0990148fcf4 / got description=386c1db5-5714-40da-86d6-3f7600143480) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 6427b5e1-0731-495a-94a8-0ea73fec4913 / got description=d1a7c3b8-b1c5-40fe-b270-d0990148fcf4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_multiple_tasks_with_force 130.94
-------------------------------Captured log setup-------------------------------
DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:153 Wait a bit before the reset - it is required for the slow machines DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:155 -------------- BEGIN RESET of m4 ----------------- INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3b8c3470-14dc-4482-a286-72eae0df4a31 / got description=6427b5e1-0731-495a-94a8-0ea73fec4913) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 89c6157e-9bab-43e8-b372-ff6ea3a4bd64 / got description=3b8c3470-14dc-4482-a286-72eae0df4a31) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect e25e2cfa-e184-41f7-a013-7b39e29d45bd / got description=89c6157e-9bab-43e8-b372-ff6ea3a4bd64) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1ed0c2bb-3f35-419a-8a30-a8d523327d8a / got description=e25e2cfa-e184-41f7-a013-7b39e29d45bd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 3f1665fe-016e-4674-9c69-d46f5ca29cfd / got description=1ed0c2bb-3f35-419a-8a30-a8d523327d8a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 427cdf60-de6f-4a06-aa5b-0f40cc58f7c7 / got description=3f1665fe-016e-4674-9c69-d46f5ca29cfd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect fe997216-f72c-47f0-b07c-86951d73d930 / got description=427cdf60-de6f-4a06-aa5b-0f40cc58f7c7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b18ddbe0-e04d-4302-9db7-777d3e9cdae7 / got description=fe997216-f72c-47f0-b07c-86951d73d930) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 4836b42b-a148-4368-a472-1c3d5a23b02e / got description=b18ddbe0-e04d-4302-9db7-777d3e9cdae7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect d65e2a3b-fcfa-497d-97bb-3d4966353aa6 / got description=4836b42b-a148-4368-a472-1c3d5a23b02e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 7abe3ef2-4c96-4eaf-974f-cd09949aba23 / got description=d65e2a3b-fcfa-497d-97bb-3d4966353aa6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 62d1b5a9-22dd-40cd-a8e0-0670ae3dfc42 / got description=7abe3ef2-4c96-4eaf-974f-cd09949aba23) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working DEBUG tests.suites.replication.cleanallruv_test:cleanallruv_test.py:181 -------------- FINISH RESET of m4 -----------------
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:671 Running test_multiple_tasks_with_force... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:71 test_multiple_tasks_with_force: remove all the agreements to supplier 4... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:690 test_multiple_tasks_with_force: run the cleanAllRUV task with "force" on... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:699 test_multiple_tasks_with_force: run the cleanAllRUV task with "force" off... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:718 test_multiple_tasks_with_force: check all the suppliers have been cleaned... INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:1 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:2 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:85 check_ruvs for replica dc=example,dc=com:3 (suffix:rid) INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:722 test_abort: check supplier 1 no longer has a cleanAllRUV task...
-----------------------------Captured log teardown------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect e814f771-b8db-4f54-bd9e-cdebfa766029 / got description=62d1b5a9-22dd-40cd-a8e0-0670ae3dfc42) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8d225fd3-637c-4f2b-9cce-76c149f7914f / got description=e814f771-b8db-4f54-bd9e-cdebfa766029) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8d225fd3-637c-4f2b-9cce-76c149f7914f / got description=e814f771-b8db-4f54-bd9e-cdebfa766029) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8d225fd3-637c-4f2b-9cce-76c149f7914f / got description=e814f771-b8db-4f54-bd9e-cdebfa766029) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:148 Supplier 4 has been successfully restored. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4e0f2411-ce0a-4e61-a3f7-426ef141bb02 / got description=8d225fd3-637c-4f2b-9cce-76c149f7914f) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4e0f2411-ce0a-4e61-a3f7-426ef141bb02 / got description=8d225fd3-637c-4f2b-9cce-76c149f7914f) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4e0f2411-ce0a-4e61-a3f7-426ef141bb02 / got description=8d225fd3-637c-4f2b-9cce-76c149f7914f) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4e0f2411-ce0a-4e61-a3f7-426ef141bb02 / got description=8d225fd3-637c-4f2b-9cce-76c149f7914f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect bbf3dad6-67a7-47dd-9705-c0fe329029fc / got description=4e0f2411-ce0a-4e61-a3f7-426ef141bb02) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 96f10bed-5fcc-4522-bb51-4e8ae8c395df / got description=bbf3dad6-67a7-47dd-9705-c0fe329029fc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect da991467-06e9-457b-bb21-5f0f53db432f / got description=96f10bed-5fcc-4522-bb51-4e8ae8c395df) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 83363bd3-7f1b-4fb8-92b1-70ef58fb3916 / got description=da991467-06e9-457b-bb21-5f0f53db432f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect f388cd20-0993-4ea2-a5fc-958d22fa29d0 / got description=83363bd3-7f1b-4fb8-92b1-70ef58fb3916) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect ff0e5124-61d5-4114-b06b-c810439c61ea / got description=f388cd20-0993-4ea2-a5fc-958d22fa29d0) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b2fb9f18-2ea8-41c8-b2ce-5897a30e5f39 / got description=ff0e5124-61d5-4114-b06b-c810439c61ea) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 9b686c8b-7dec-45d6-8443-94211ad28549 / got description=b2fb9f18-2ea8-41c8-b2ce-5897a30e5f39) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8bfc2de5-ba21-436c-947b-b96f6a645665 / got description=9b686c8b-7dec-45d6-8443-94211ad28549) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 704f1db7-95c3-4484-a457-9a26ab7837c3 / got description=8bfc2de5-ba21-436c-947b-b96f6a645665) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 1bea702d-b5a1-44b7-866e-b6fd6804574e / got description=704f1db7-95c3-4484-a457-9a26ab7837c3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working
Passed suites/replication/cleanallruv_test.py::test_clean_shutdown_crash 78.90
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 534cc7d1-75e4-42de-89fc-b66b4b7ad1c4 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c9cc6d8b-145a-4a0b-9123-bc4a364f944a / got description=534cc7d1-75e4-42de-89fc-b66b4b7ad1c4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:771 Enabling TLS INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:774 Creating replication dns INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:782 Changing auth type INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:803 Stopping supplier2 INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:806 Run the cleanAllRUV task INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:817 Check if supplier1 crashed INFO tests.suites.replication.cleanallruv_test:cleanallruv_test.py:820 Repeat
Passed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_add_modrdn 53.51
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 18c982ba-ad4f-46ae-beee-92650eba7af4 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7275e2f8-c29f-4173-b6e1-39264fb41a51 / got description=18c982ba-ad4f-46ae-beee-92650eba7af4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 65a0b692-7920-450b-b99d-ad5abe296892 / got description=7275e2f8-c29f-4173-b6e1-39264fb41a51) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 65a0b692-7920-450b-b99d-ad5abe296892 / got description=7275e2f8-c29f-4173-b6e1-39264fb41a51) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 65a0b692-7920-450b-b99d-ad5abe296892 / got description=7275e2f8-c29f-4173-b6e1-39264fb41a51) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 65a0b692-7920-450b-b99d-ad5abe296892 / got description=7275e2f8-c29f-4173-b6e1-39264fb41a51) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:210 Test create - modrdn INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e52b13ac-0a1a-43bb-abd4-de756182093d / got description=65a0b692-7920-450b-b99d-ad5abe296892) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e52b13ac-0a1a-43bb-abd4-de756182093d / got description=65a0b692-7920-450b-b99d-ad5abe296892) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7dc6c931-dd40-4c3d-b94e-26f39b7f71e5 / got description=e52b13ac-0a1a-43bb-abd4-de756182093d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_complex_add_modify_modrdn_delete 90.78
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 25561cac-37ba-4738-aca0-a49a81f806cf / got description=7dc6c931-dd40-4c3d-b94e-26f39b7f71e5) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 25561cac-37ba-4738-aca0-a49a81f806cf / got description=7dc6c931-dd40-4c3d-b94e-26f39b7f71e5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:286 Test add-del on M1 and add on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:302 Test add-mod on M1 and add on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:318 Test add-modrdn on M1 and add on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:334 Test multiple add, modrdn INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:342 Add - del on both suppliers INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:349 Test modrdn - modrdn INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:354 Test modrdn - del INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 53b64302-e42b-4b23-8e73-167d2c00828e / got description=25561cac-37ba-4738-aca0-a49a81f806cf) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 53b64302-e42b-4b23-8e73-167d2c00828e / got description=25561cac-37ba-4738-aca0-a49a81f806cf) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 53b64302-e42b-4b23-8e73-167d2c00828e / got description=25561cac-37ba-4738-aca0-a49a81f806cf) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 53b64302-e42b-4b23-8e73-167d2c00828e / got description=25561cac-37ba-4738-aca0-a49a81f806cf) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 45fba92d-92ee-4061-8eb4-8f8873a97c29 / got description=53b64302-e42b-4b23-8e73-167d2c00828e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_conflict_attribute_multi_valued 17.71
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:834 Check foo1 is on M1 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:834 Check foo2 is on M1 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:840 Check foo1 is on M1 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:840 Check foo2 is on M1 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:845 Check M1.uid foo1 is also on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:845 Check M1.uid foo2 is also on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:849 Check M2.uid foo1 is also on M1 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:849 Check M2.uid foo2 is also on M1
Passed suites/replication/conflict_resolve_test.py::TestTwoSuppliers::test_conflict_attribute_single_valued 25.48
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:922 Check foo1 is on M1 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:928 Check foo1 is on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:933 Check M1.uid foo1 is also on M2 INFO tests.suites.replication.conflict_resolve_test:conflict_resolve_test.py:937 Check M2.uid foo1 is also on M1
Passed suites/replication/multiple_changelogs_test.py::test_multiple_changelogs 36.83
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 62c87535-afd0-4f30-af32-31c55278895e / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 073f0e7f-687b-465e-a788-4b91bda165ea / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201
Passed suites/replication/multiple_changelogs_test.py::test_multiple_changelogs_export_import 12.80
No log output captured.
Passed suites/replication/regression_i2_test.py::test_special_symbol_replica_agreement 44.31
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=dc=example,dc=com INFO lib389:__init__.py:1710 Found entry dn: cn=replication manager,cn=config cn: bind dn pseudo user cn: replication manager objectClass: top objectClass: person sn: bind dn pseudo user userPassword: {PBKDF2_SHA256}AAAIAOBl5k934CtcDJpXzFNI60C3aMqjGjsMtJ4/62zs6IGTnPQIr3jWcUMJ7HuzcRiLwT49OtvjLJFMHGXzNP8r7Q4rMUAkIBkVI7v7+ztuIBTeGYfLASlYMVsAlD24DKeS/4SQKR7QSYdFRnrkkI/CCDOazPG6JAf4CF5xmz0qzRpRAOgLz35DZnLc/BwP2QcJXu1YavKVv8rNd3dygwkL8JMtbgVnOWBaMSo3+n4W+QcS9jH+YotKujcfXD5SszCIqIrb/1ck+mAApONQsZGa2uiUZ+ZvnK6Q0waqdhdtZTplZO4xxGjSdWhOUTziABXJsI1K3kkv8Rav4QU7UU0K7A2H/1sxSagOhXN0w1cseaopaThGt5DgBpBD0kQszcDK/qAif0HpbDv+uhJa9W473mw7BdtMRtqNXadap1gLttAt INFO lib389:agreement.py:1168 Starting total init cn=-3meTo_ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38902,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config
Passed suites/replication/regression_m2_test.py::test_double_delete 28.46
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 09476620-7ef5-4025-84cb-c0dea2e47f77 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 022d89f3-829f-40bf-8539-9a22c73311d4 / got description=09476620-7ef5-4025-84cb-c0dea2e47f77) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:163 Adding a test entry user
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:239 Deleting entry uid=testuser,ou=People,dc=example,dc=com from supplier1 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:242 Deleting entry uid=testuser,ou=People,dc=example,dc=com from supplier2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6e19f7f5-201f-42ef-9a78-13bf42f462a8 / got description=022d89f3-829f-40bf-8539-9a22c73311d4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4fe5991c-24ae-44d6-8320-964fd9b7e151 / got description=6e19f7f5-201f-42ef-9a78-13bf42f462a8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/replication/regression_m2_test.py::test_repl_modrdn 6.54
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:285 Add test entries - Add 3 OUs and 2 same users under 2 different OUs INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 9011c149-b605-4bc3-8389-b20d2bb37cdd / got description=4fe5991c-24ae-44d6-8320-964fd9b7e151) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0b2dda5a-a8ea-4d87-b5ce-8d6ada62d618 / got description=9011c149-b605-4bc3-8389-b20d2bb37cdd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:309 Stop Replication INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:312 Apply modrdn to M1 - move test user from OU A -> C INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:315 Apply modrdn on M2 - move test user from OU B -> C INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:318 Start Replication INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:321 Wait for sometime for repl to resume INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c280881f-6f05-4bde-b7e2-4b1781352b9b / got description=0b2dda5a-a8ea-4d87-b5ce-8d6ada62d618) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect c4d703df-d1c3-4e8b-bffc-0ba143668a26 / got description=c280881f-6f05-4bde-b7e2-4b1781352b9b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:325 Check that there should be only one test entry under ou=C on both suppliers INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:332 Check that the replication is working fine both ways, M1 <-> M2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 55345653-b797-41eb-8163-542a35d47c80 / got description=c4d703df-d1c3-4e8b-bffc-0ba143668a26) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0177a819-817c-44b3-8300-f95c3c937883 / got description=55345653-b797-41eb-8163-542a35d47c80) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/replication/regression_m2_test.py::test_password_repl_error 13.41
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:163 Adding a test entry user
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:356 Clean the error log INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:359 Set replication loglevel INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:362 Modifying entry uid=testuser,ou=People,dc=example,dc=com - change userpassword on supplier 1 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ee5814fe-d19a-4d9e-8d32-00c464823ec4 / got description=0177a819-817c-44b3-8300-f95c3c937883) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:369 Restart the servers to flush the logs INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:374 Check that password works on supplier 2 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:378 Check the error log for the error with uid=testuser,ou=People,dc=example,dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:381 Set the default loglevel
Passed suites/replication/regression_m2_test.py::test_invalid_agmt 2.12
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect bc5c0119-66c3-4825-b200-887e9504f9a9 / got description=ee5814fe-d19a-4d9e-8d32-00c464823ec4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1c2aed43-22b2-46e8-ac99-4d4cfe97dc0c / got description=bc5c0119-66c3-4825-b200-887e9504f9a9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/replication/regression_m2_test.py::test_fetch_bindDnGroup 18.67
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect a77c8de1-592d-4d8f-9276-21c8fe80455d / got description=1c2aed43-22b2-46e8-ac99-4d4cfe97dc0c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/regression_m2_test.py::test_plugin_bind_dn_tracking_and_replication 0.70
No log output captured.
Passed suites/replication/regression_m2_test.py::test_moving_entry_make_online_init_fail 4.55
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:664 Generating DIT_0 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:667 Created entry: ou=OU0, dc=example, dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:672 Created entry: ou=OU0, ou=OU0, dc=example, dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:213 Create password policy for subtree ou=OU0,dc=example,dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:681 Turning tuser0 into a tombstone entry INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:681 Turning tuser2 into a tombstone entry INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:681 Turning tuser4 into a tombstone entry INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:681 Turning tuser6 into a tombstone entry INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:681 Turning tuser8 into a tombstone entry INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:684 dc=example,dc=com => ou=OU0,dc=example,dc=com => ou=OU0,ou=OU0,dc=example,dc=com => 10 USERS INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:686 Generating DIT_1 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:689 Created entry: ou=OU1,dc=example,dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:693 Created entry: ou=OU1, ou=OU1, dc=example, dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:213 Create password policy for subtree ou=OU1,dc=example,dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:697 Moving ou=OU0,ou=OU0,dc=example,dc=com to DIT_1 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:700 Moving ou=OU0,dc=example,dc=com to DIT_1 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:707 Moving USERS to ou=OU0,ou=OU0,ou=OU1,dc=example,dc=com INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:712 dc=example,dc=com => ou=OU1,dc=example,dc=com => ou=OU0,ou=OU1,dc=example,dc=com => ou=OU0,ou=OU0,ou=OU1,dc=example,dc=com => 10 USERS INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:714 Run Initialization. INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 16f09948-bbb9-465f-8596-ac2dbbc9a3a0 / got description=a77c8de1-592d-4d8f-9276-21c8fe80455d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:723 m1entry count - 60 INFO tests.suites.replication.regression_m2_test:regression_m2_test.py:724 m2entry count - 60
Passed suites/replication/regression_m2_test.py::test_online_init_should_create_keepalive_entries 18.95
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-supplier1/ldif/norepl.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2466 SUCCESS: RUV from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is in sync
Passed suites/replication/regression_m2_test.py::test_online_reinit_may_hang 52.39
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect a3f04067-35e3-4558-a303-373124031559 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 0b73d7e5-b81d-4062-a122-36811caefc9e / got description=a3f04067-35e3-4558-a303-373124031559) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-supplier1/ldif/supplier1.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3be30bb9-ba1e-4156-b423-581a5d7a27fe / got description=0b73d7e5-b81d-4062-a122-36811caefc9e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect e7a46a90-a285-4312-8a9f-a5419516d9d9 / got description=3be30bb9-ba1e-4156-b423-581a5d7a27fe) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed suites/replication/regression_m2c2_test.py::test_ruv_url_not_added_if_different_uuid 82.53
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39202, 'ldap-secureport': 63902, 'server-id': 'consumer2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f6e1256d-6253-47c0-ac93-7bce9b983b80 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 08f268ab-48fc-452c-82bc-00036999cc54 / got description=f6e1256d-6253-47c0-ac93-7bce9b983b80) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:169 Joining consumer consumer2 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 5378026d-dcde-49b9-9b96-47615a1bcd7e / got description=0d12b108-cde6-4012-be93-861b7e2e2195) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer2 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 already exists INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer2 from supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is was created
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-supplier1/ldif/norepl.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 45faec8e-7b07-4a5e-92d8-a85582581d94 / got description=5378026d-dcde-49b9-9b96-47615a1bcd7e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 7584335e-fc43-4c67-ab50-b883852e9ce4 / got description=5378026d-dcde-49b9-9b96-47615a1bcd7e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 0f7fab85-eec3-4264-a0bf-62d1bf2f6c44 / got description=45faec8e-7b07-4a5e-92d8-a85582581d94) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
Passed suites/replication/regression_m2c2_test.py::test_csngen_state_not_updated_if_different_uuid 42.73
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-supplier1/ldif/norepl.ldif
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect ae200420-a773-49a7-8dbd-4ec57ddab435 / got description=0f7fab85-eec3-4264-a0bf-62d1bf2f6c44) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 24fb0bb0-593f-4949-b885-578214e14edb / got description=0f7fab85-eec3-4264-a0bf-62d1bf2f6c44) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 507f1d7a-f46f-436b-886c-51a65576e031 / got description=ae200420-a773-49a7-8dbd-4ec57ddab435) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
Passed suites/replication/regression_m3_test.py::test_cleanallruv_repl 163.39
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 376da38b-21bb-4bc8-af18-a7cf537284e2 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 06ffc93d-f34e-4e29-8ccb-fe298ce64299 / got description=376da38b-21bb-4bc8-af18-a7cf537284e2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 50c61ea3-fcda-4447-9525-679f0343cf89 / got description=06ffc93d-f34e-4e29-8ccb-fe298ce64299) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 12f617e8-be68-4cf8-b6c5-c308777cfb61 / got description=50c61ea3-fcda-4447-9525-679f0343cf89) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.regression_m3_test:regression_m3_test.py:65 Change the error log levels for all suppliers INFO tests.suites.replication.regression_m3_test:regression_m3_test.py:69 Get the replication agreements for all 3 suppliers INFO tests.suites.replication.regression_m3_test:regression_m3_test.py:74 Modify nsslapd-changelogmaxage=30 and nsslapd-changelogtrim-interval=5 for M1 and M2 INFO tests.suites.replication.regression_m3_test:regression_m3_test.py:97 Add test users to 3 suppliers INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:tasks.py:1463 cleanAllRUV task (task-04242021_000814) completed successfully INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config
Passed suites/replication/repl_agmt_bootstrap_test.py::test_repl_agmt_bootstrap_credentials 46.02
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 53e355d1-d54a-4036-a62e-4ab51664ada3 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8a476ae8-709f-4a50-a48f-b541f46fb5b4 / got description=53e355d1-d54a-4036-a62e-4ab51664ada3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5ReplicaType--1-4-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 8.99
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5Flags--1-2-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.52
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5ReplicaId-0-65536-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.18
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaPurgeDelay--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.27
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5ReplicaBindDnGroupCheckInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.15
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaTombstonePurgeInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.14
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.19
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaReleaseTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.14
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaBackoffMin-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-3] 0.13
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaBackoffMax-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.16
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsDS5Flags--1-2-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.12
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaPurgeDelay--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.26
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsDS5ReplicaBindDnGroupCheckInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.16
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaTombstonePurgeInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.15
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.15
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaReleaseTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.14
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaBackoffMin-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-3] 0.20
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaBackoffMax-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.11
No log output captured.
Passed suites/replication/replica_config_test.py::test_same_attr_yields_same_return_code 2.71
No log output captured.
Passed suites/replication/ruvstore_test.py::test_ruv_entry_backup 33.66
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 7e9203f2-e496-427e-a5eb-cd19a526f8bf / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 2e8fd160-ed3d-4693-936b-05fb5cd562a9 / got description=7e9203f2-e496-427e-a5eb-cd19a526f8bf) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-supplier1/ldif/supplier1.ldif
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:102 LDAP operations add, modify, modrdn and delete INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:58 Adding user to supplier1 INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:61 Modify RDN of user: uid=rep2lusr,ou=People,dc=example,dc=com INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:68 Deleting user: uid=ruvusr,ou=people,dc=example,dc=com INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:106 Stopping the server instance to run db2ldif task to create backup file INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:110 Starting the server after backup INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:113 Checking if backup file contains RUV and required attributes INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:51 Attribute found in RUV: objectClass INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:51 Attribute found in RUV: nsUniqueId INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:51 Attribute found in RUV: nsds50ruv INFO tests.suites.replication.ruvstore_test:ruvstore_test.py:51 Attribute found in RUV: nsruvReplicaLastModified
Passed suites/replication/series_of_repl_bugs_test.py::test_deletions_are_not_replicated 36.46
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f459a234-6e2b-4c31-8278-773d29c076ee / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect ddb6f55e-4493-4ff7-831a-ad01b9e7b54c / got description=f459a234-6e2b-4c31-8278-773d29c076ee) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect aae6634d-fea2-469c-b9fe-f1bc8b4ecf36 / got description=ddb6f55e-4493-4ff7-831a-ad01b9e7b54c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 1a7cb302-ad6c-4709-9946-09f8ee158fb1 / got description=aae6634d-fea2-469c-b9fe-f1bc8b4ecf36) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/series_of_repl_bugs_test.py::test_error_20 1.10
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6bdbbf09-3a6e-4d74-8705-22f36cb69248 / got description=1a7cb302-ad6c-4709-9946-09f8ee158fb1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/series_of_repl_bugs_test.py::test_segfaults 0.10
No log output captured.
Passed suites/replication/series_of_repl_bugs_test.py::test_adding_deleting 0.16
No log output captured.
Passed suites/replication/series_of_repl_bugs_test.py::test_deleting_twice 2.19
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 8f12a30e-5c45-4889-8e76-000a9bc89f3c / got description=6bdbbf09-3a6e-4d74-8705-22f36cb69248) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 05350403-470d-4327-ab93-2d7e91f782bd / got description=8f12a30e-5c45-4889-8e76-000a9bc89f3c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/series_of_repl_bugs_test.py::test_rename_entry 2.34
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect fba2b40d-e1c5-4adf-b61f-29a32bb3e4c4 / got description=05350403-470d-4327-ab93-2d7e91f782bd) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b517bbc0-1e22-40be-95df-678e5032ceea / got description=fba2b40d-e1c5-4adf-b61f-29a32bb3e4c4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/series_of_repl_bugs_test.py::test_userpassword_attribute 3.15
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 115a3596-5856-4331-aa99-ce034066e725 / got description=b517bbc0-1e22-40be-95df-678e5032ceea) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 39fb547a-131e-4637-ae8b-bf065598b414 / got description=115a3596-5856-4331-aa99-ce034066e725) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed suites/replication/series_of_repl_bugs_test.py::test_tombstone_modrdn 3.79
No log output captured.
Passed suites/replication/single_master_test.py::test_mail_attr_repl 38.59
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 9924ac22-10c2-4087-843a-49c7e93bb6eb / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.single_master_test:single_master_test.py:68 Check that replication is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect fd01e732-562f-4946-b781-fe3e4fc782ff / got description=9924ac22-10c2-4087-843a-49c7e93bb6eb) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO tests.suites.replication.single_master_test:single_master_test.py:84 Back up /var/lib/dirsrv/slapd-consumer1/db/userRoot/mail.db4 to /tmp/mail.db4 INFO tests.suites.replication.single_master_test:single_master_test.py:88 Remove 'mail' attr from supplier INFO tests.suites.replication.single_master_test:single_master_test.py:91 Wait for the replication to happen INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc7b3ca2-c89d-476e-b337-b10e6fc8e12c / got description=fd01e732-562f-4946-b781-fe3e4fc782ff) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc7b3ca2-c89d-476e-b337-b10e6fc8e12c / got description=fd01e732-562f-4946-b781-fe3e4fc782ff) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc7b3ca2-c89d-476e-b337-b10e6fc8e12c / got description=fd01e732-562f-4946-b781-fe3e4fc782ff) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc7b3ca2-c89d-476e-b337-b10e6fc8e12c / got description=fd01e732-562f-4946-b781-fe3e4fc782ff) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO tests.suites.replication.single_master_test:single_master_test.py:95 Restore /tmp/mail.db4 to /var/lib/dirsrv/slapd-consumer1/db/userRoot/mail.db4 INFO tests.suites.replication.single_master_test:single_master_test.py:99 Make a search for mail attribute in attempt to crash server INFO tests.suites.replication.single_master_test:single_master_test.py:102 Make sure that server hasn't crashed INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc48d137-66cd-4d92-9e66-9890af1491ca / got description=cc7b3ca2-c89d-476e-b337-b10e6fc8e12c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc48d137-66cd-4d92-9e66-9890af1491ca / got description=cc7b3ca2-c89d-476e-b337-b10e6fc8e12c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc48d137-66cd-4d92-9e66-9890af1491ca / got description=cc7b3ca2-c89d-476e-b337-b10e6fc8e12c) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect cc48d137-66cd-4d92-9e66-9890af1491ca / got description=cc7b3ca2-c89d-476e-b337-b10e6fc8e12c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
Passed suites/replication/single_master_test.py::test_lastupdate_attr_before_init 25.71
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38901 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:38902 is was created
Passed suites/replication/tls_client_auth_repl_test.py::test_ssl_transport 59.87
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 05f2958e-2e12-4165-ae1c-aa97a2dc0304 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 7933fcba-7743-4793-827f-7183bdb9a6f7 / got description=05f2958e-2e12-4165-ae1c-aa97a2dc0304) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 312b489c-35b2-4b0f-8edb-a6aea5957831 / got description=7933fcba-7743-4793-827f-7183bdb9a6f7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect b8c91efb-9e2a-4c88-9296-e8c05330747e / got description=312b489c-35b2-4b0f-8edb-a6aea5957831) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect 89730f6e-b9a4-4d98-bf0c-82275bd390d5 / got description=b8c91efb-9e2a-4c88-9296-e8c05330747e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect eef5c486-e2bf-4ecc-b5ed-53d5b25b43c5 / got description=89730f6e-b9a4-4d98-bf0c-82275bd390d5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect 0a349992-5cd4-4270-880c-e5ba87a0afba / got description=eef5c486-e2bf-4ecc-b5ed-53d5b25b43c5) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect b4290112-1463-4854-9a26-db2c5fa0f346 / got description=0a349992-5cd4-4270-880c-e5ba87a0afba) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect 78841608-6e8b-4c3b-9552-bd19cdd0e32e / got description=b4290112-1463-4854-9a26-db2c5fa0f346) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect a6ac5d19-c999-4f01-b561-cd677e0cafd6 / got description=78841608-6e8b-4c3b-9552-bd19cdd0e32e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect df691db1-4643-4cb4-823a-e8f2407410b3 / got description=a6ac5d19-c999-4f01-b561-cd677e0cafd6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 4cad7989-a95c-4c04-a1e9-adcb3b4aff9c / got description=df691db1-4643-4cb4-823a-e8f2407410b3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect 450ec465-6870-4028-892b-61d5977f3968 / got description=4cad7989-a95c-4c04-a1e9-adcb3b4aff9c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working
Passed suites/replication/tls_client_auth_repl_test.py::test_extract_pemfiles 8.18
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.tls_client_auth_repl_test:tls_client_auth_repl_test.py:168 Check that nsslapd-extract-pemfiles is on INFO tests.suites.replication.tls_client_auth_repl_test:tls_client_auth_repl_test.py:172 Set nsslapd-extract-pemfiles = '{}' and check replication works) INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 7a5b8980-e99c-4959-a93a-5fd96a4e0f11 / got description=450ec465-6870-4028-892b-61d5977f3968) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect cf6156db-c550-429a-ad29-6706ec71e98d / got description=7a5b8980-e99c-4959-a93a-5fd96a4e0f11) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working INFO tests.suites.replication.tls_client_auth_repl_test:tls_client_auth_repl_test.py:172 Set nsslapd-extract-pemfiles = '{}' and check replication works) INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 90cefaf4-0975-46bf-bd5a-d9a4284e1ea3 / got description=cf6156db-c550-429a-ad29-6706ec71e98d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect 4f9b5432-bc06-4140-a4eb-b087fb3e4281 / got description=90cefaf4-0975-46bf-bd5a-d9a4284e1ea3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working
Passed suites/replication/tombstone_fixup_test.py::test_precise_tombstone_purging 33.56
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:585 Export task export_04242021_001331 for file /var/lib/dirsrv/slapd-supplier1/ldif/export.ldif completed successfully INFO lib389.utils:tombstone_fixup_test.py:77 Import replication LDIF file... INFO lib389:tasks.py:513 Import task import_04242021_001334 for file /var/lib/dirsrv/slapd-supplier1/ldif/export.ldif completed successfully INFO lib389:tasks.py:970 tombstone fixup task fixupTombstone_04242021_001337 for backend userRoot completed successfully INFO lib389:tasks.py:970 tombstone fixup task fixupTombstone_04242021_001339 for backend userRoot completed successfully INFO lib389.utils:tombstone_fixup_test.py:116 Wait for tombstone purge interval to pass... INFO lib389.utils:tombstone_fixup_test.py:123 Wait for tombstone purge interval to pass again...
Passed suites/replication/tombstone_test.py::test_purge_success 11.17
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
-------------------------------Captured log call--------------------------------
INFO Tombstone:tombstone.py:164 Reviving nsuniqueid=80af378f-a4b311eb-ad76e70e-8cd77b73,uid=testuser,ou=people,dc=example,dc=com -> uid=testuser,ou=people,dc=example,dc=com
Passed suites/replication/wait_for_async_feature_test.py::test_not_int_value 26.12
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 0d4d9464-903a-44d2-a292-0c3406c1c1c7 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 09a2f56e-1ba6-4a32-bfa4-5debab556813 / got description=0d4d9464-903a-44d2-a292-0c3406c1c1c7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
Passed suites/replication/wait_for_async_feature_test.py::test_multi_value 0.11
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr0] 0.08
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr1] 0.08
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr2] 0.09
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr3] 0.09
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr0] 21.53
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:63 Add 100 nested entries under replicated suffix on supplier1 INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:71 Delete created entries
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:170 Set Replication Debugging loglevel for the errorlog INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:180 Gather all sync attempts within Counter dict, group by timestamp INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:201 Take the most common timestamp and assert it has appeared in the range from 4 to 11 times DEBUG tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:204 4 <= 8 <= 11
-----------------------------Captured log teardown------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:76 Clear the errors log in the end of the test case
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr1] 38.13
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:63 Add 100 nested entries under replicated suffix on supplier1 INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:71 Delete created entries
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:170 Set Replication Debugging loglevel for the errorlog INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:180 Gather all sync attempts within Counter dict, group by timestamp INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:201 Take the most common timestamp and assert it has appeared in the range from 0 to 2 times DEBUG tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:204 0 <= 1 <= 2
-----------------------------Captured log teardown------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:76 Clear the errors log in the end of the test case
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr2] 43.09
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:63 Add 100 nested entries under replicated suffix on supplier1 INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:71 Delete created entries
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:170 Set Replication Debugging loglevel for the errorlog INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:180 Gather all sync attempts within Counter dict, group by timestamp INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:201 Take the most common timestamp and assert it has appeared in the range from 4 to 11 times DEBUG tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:204 4 <= 6 <= 11
-----------------------------Captured log teardown------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:76 Clear the errors log in the end of the test case
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr3] 46.11
-------------------------------Captured log setup-------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:63 Add 100 nested entries under replicated suffix on supplier1 INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:71 Delete created entries
-------------------------------Captured log call--------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:170 Set Replication Debugging loglevel for the errorlog INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:180 Gather all sync attempts within Counter dict, group by timestamp INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:201 Take the most common timestamp and assert it has appeared in the range from 4 to 11 times DEBUG tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:204 4 <= 5 <= 11
-----------------------------Captured log teardown------------------------------
INFO tests.suites.replication.wait_for_async_feature_test:wait_for_async_feature_test.py:76 Clear the errors log in the end of the test case
Passed suites/resource_limits/fdlimits_test.py::test_fd_limits 11.13
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.resource_limits.fdlimits_test:fdlimits_test.py:69 Test PASSED
Passed suites/rewriters/adfilter_test.py::test_adfilter_objectCategory 14.38
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/rewriters/basic_test.py::test_rewriters_container 8.58
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/rewriters/basic_test.py::test_foo_filter_rewriter 7.00
No log output captured.
Passed suites/roles/basic_test.py::test_filterrole 10.03
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/roles/basic_test.py::test_managedrole 0.49
No log output captured.
Passed suites/roles/basic_test.py::test_nestedrole 2.96
No log output captured.
Passed suites/sasl/allowed_mechs_test.py::test_basic_feature 45.37
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stdout call------------------------------
['EXTERNAL', 'GSS-SPNEGO', 'GSSAPI', 'DIGEST-MD5', 'CRAM-MD5', 'PLAIN', 'LOGIN', 'ANONYMOUS']
-------------------------------Captured log call--------------------------------
INFO lib389:allowed_mechs_test.py:75 Test we have some of the default mechanisms INFO lib389:allowed_mechs_test.py:83 Edit mechanisms to allow just PLAIN INFO lib389:allowed_mechs_test.py:91 Restart server and make sure we still have correct allowed mechs INFO lib389:allowed_mechs_test.py:100 Edit mechanisms to allow just PLAIN and EXTERNAL INFO lib389:allowed_mechs_test.py:108 Edit mechanisms to allow just PLAIN and GSSAPI INFO lib389:allowed_mechs_test.py:126 Edit mechanisms to allow just PLAIN, GSSAPI, and ANONYMOUS INFO lib389:allowed_mechs_test.py:146 Edit mechanisms to allow just PLAIN and ANONYMOUS INFO lib389:allowed_mechs_test.py:165 Reset allowed mechaisms INFO lib389:allowed_mechs_test.py:169 Check that we have the original set of mechanisms INFO lib389:allowed_mechs_test.py:174 Check that we have the original set of mechanisms after a restart
Passed suites/sasl/allowed_mechs_test.py::test_config_set_few_mechs 2.23
-------------------------------Captured log call--------------------------------
INFO lib389:allowed_mechs_test.py:198 Set nsslapd-allowed-sasl-mechanisms to 'PLAIN GSSAPI' INFO lib389:allowed_mechs_test.py:201 Verify nsslapd-allowed-sasl-mechanisms has the values
Passed suites/sasl/plain_test.py::test_basic_feature 19.21
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/sasl/regression_test.py::test_openldap_no_nss_crypto 60.73
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 5b3c200b-955e-46b1-8dd7-a7c8667f1517 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 8d948755-4020-4056-8ce4-b2af3627d0b9 / got description=5b3c200b-955e-46b1-8dd7-a7c8667f1517) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.sasl.regression_test:regression_test.py:133 Ticket 47536 - Allow usage of OpenLDAP libraries that don't use NSS for crypto INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 485bf654-5cc1-4290-b4f2-6c83d4980f72 / got description=8d948755-4020-4056-8ce4-b2af3627d0b9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO tests.suites.sasl.regression_test:regression_test.py:35 ######################### Adding 5 entries to supplier1 ###################### INFO tests.suites.sasl.regression_test:regression_test.py:35 ######################### Adding 5 entries to supplier2 ###################### INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 97a04f67-abc7-4315-86cf-3d15cc8e2519 / got description=485bf654-5cc1-4290-b4f2-6c83d4980f72) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect 722fac7f-2fd7-450b-9130-de856fea2d5c / got description=97a04f67-abc7-4315-86cf-3d15cc8e2519) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working INFO tests.suites.sasl.regression_test:regression_test.py:146 ##### Searching for entries on supplier1... INFO tests.suites.sasl.regression_test:regression_test.py:150 ##### Searching for entries on supplier2... INFO tests.suites.sasl.regression_test:regression_test.py:92 ######################### Relocate PEM files on supplier1 ###################### INFO tests.suites.sasl.regression_test:regression_test.py:100 ##### restart supplier1 INFO tests.suites.sasl.regression_test:regression_test.py:47 ######################### Check PEM files (/dev/shm/MyCA, /dev/shm/MyServerCert1, /dev/shm/MyServerKey1) in /dev/shm ###################### INFO tests.suites.sasl.regression_test:regression_test.py:53 /dev/shm/MyCA.pem is successfully generated. INFO tests.suites.sasl.regression_test:regression_test.py:66 /dev/shm/MyServerCert1.pem is successfully generated. INFO tests.suites.sasl.regression_test:regression_test.py:79 /dev/shm/MyServerKey1.pem is successfully generated. INFO tests.suites.sasl.regression_test:regression_test.py:35 ######################### Adding 5 entries to supplier1 ###################### INFO tests.suites.sasl.regression_test:regression_test.py:35 ######################### Adding 5 entries to supplier2 ###################### INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is NOT working (expect 720248e7-ae42-4374-bec9-8463411a563b / got description=722fac7f-2fd7-450b-9130-de856fea2d5c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect a222e3d2-a8c9-4075-83a2-c8340f318f32 / got description=720248e7-ae42-4374-bec9-8463411a563b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is NOT working (expect a222e3d2-a8c9-4075-83a2-c8340f318f32 / got description=720248e7-ae42-4374-bec9-8463411a563b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702 to ldaps://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701 is working INFO tests.suites.sasl.regression_test:regression_test.py:162 ##### Searching for entries on supplier1... INFO tests.suites.sasl.regression_test:regression_test.py:166 ##### Searching for entries on supplier2... INFO lib389:tasks.py:585 Export task export_04242021_001959 for file /var/lib/dirsrv/slapd-supplier1/ldif/supplier1.ldif completed successfully INFO tests.suites.sasl.regression_test:regression_test.py:173 Ticket 47536 - PASSED
Passed suites/schema/eduperson_test.py::test_account_locking 13.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.schema.eduperson_test:eduperson_test.py:88 Test PASSED
Passed suites/schema/schema_reload_test.py::test_schema_reload_with_searches 10.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:49 Test the searches still work as expected during schema reload tasks
Passed suites/schema/schema_reload_test.py::test_schema_operation 4.30
-------------------------------Captured log call--------------------------------
INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:94 case 1: Test the cases in the original schema are preserved. INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:122 Case 2: Duplicated schema except cases are not loaded. INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:152 case 2: MOZILLAATTRIBUTE is not in the objectclasses list -- PASS INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:155 Case 2-1: Use the custom schema with mozillaattribute
Passed suites/schema/schema_reload_test.py::test_valid_schema 2.19
-------------------------------Captured log call--------------------------------
INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:184 Test schema-reload task with valid schema INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:187 Create valid schema file (99user.ldif)... INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:204 Run the schema-reload task... INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:211 Check cn=schema to verify the valid schema was added
Passed suites/schema/schema_reload_test.py::test_invalid_schema 4.35
-------------------------------Captured log call--------------------------------
INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:235 Test schema-reload task with invalid schema INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:238 Create valid schema file (98user.ldif)... INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:254 Create invalid schema file (99user.ldif)... INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:272 Run the schema-reload task, it should fail... INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:279 Check cn=schema to verify the invalid schema was not added INFO tests.suites.schema.schema_reload_test:schema_reload_test.py:286 The invalid schema is not present on the server
Passed suites/schema/schema_replication_test.py::test_schema_replication_one 34.73
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 274af23a-e952-437c-ba87-ca63603f0665 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:182 test_schema_replication_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f3c610c4700> (supplier <lib389.DirSrv object at 0x7f3c61069070>, consumer <lib389.DirSrv object at 0x7f3c610c4970>
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Extra OC Schema is pushed - no error INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:222 test_schema_replication_one topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f3c610c4700> (supplier <lib389.DirSrv object at 0x7f3c61069070>, consumer <lib389.DirSrv object at 0x7f3c610c4970> DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive 0 (expected 1) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'1' (expected 2) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:233 test_schema_replication_one supplier_schema_csn=b'60839cb2000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:234 ctest_schema_replication_one onsumer_schema_csn=b'60839cb2000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [36] 389-Directory/2.0.4 B2021.114.0113 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [95] localhost.localdomain:39001 (/etc/dirsrv/slapd-supplier1) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [198] [24/Apr/2021:00:20:43.547007422 -0400] - INFO - main - 389-Directory/2.0.4 B2021.114.0113 starting up DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [306] [24/Apr/2021:00:20:43.549634124 -0400] - INFO - main - Setting the maximum file descriptor limit to: 524288 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [398] [24/Apr/2021:00:20:43.554356701 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [490] [24/Apr/2021:00:20:43.557945695 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [598] [24/Apr/2021:00:20:44.305375669 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [712] [24/Apr/2021:00:20:44.311637302 -0400] - INFO - bdb_config_upgrade_dse_info - create config entry from old config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [814] [24/Apr/2021:00:20:44.319969413 -0400] - NOTICE - bdb_start_autotune - found 7977316k physical memory DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [910] [24/Apr/2021:00:20:44.326247935 -0400] - NOTICE - bdb_start_autotune - found 7294220k available DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1017] [24/Apr/2021:00:20:44.329398389 -0400] - NOTICE - bdb_start_autotune - cache autosizing: db cache: 498582k DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1120] [24/Apr/2021:00:20:44.332341153 -0400] - NOTICE - bdb_start_autotune - total cache size: 408438579 B; DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1256] [24/Apr/2021:00:20:44.582386467 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 39001 for LDAP requests DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1383] [24/Apr/2021:00:20:44.586453620 -0400] - INFO - slapd_daemon - Listening on /var/run/slapd-supplier1.socket for LDAPI requests DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1542] [24/Apr/2021:00:20:44.612986019 -0400] - INFO - postop_modify_config_dse - The change of nsslapd-securePort will not take effect until the server is restarted DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1659] [24/Apr/2021:00:20:44.866744532 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1837] [24/Apr/2021:00:20:45.848917098 -0400] - INFO - op_thread_cleanup - slapd shutting down - signaling operation threads - op stack size 2 max work q size 2 max work q stack size 2 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [1967] [24/Apr/2021:00:20:45.854687831 -0400] - INFO - slapd_daemon - slapd shutting down - closing down internal subsystems and plugins DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2070] [24/Apr/2021:00:20:45.862963973 -0400] - INFO - bdb_pre_close - Waiting for 4 database threads to stop DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2167] [24/Apr/2021:00:20:47.015320781 -0400] - INFO - bdb_pre_close - All database threads now stopped DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2278] [24/Apr/2021:00:20:47.038097206 -0400] - INFO - ldbm_back_instance_set_destructor - Set of instances destroyed DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2439] [24/Apr/2021:00:20:47.041468981 -0400] - INFO - connection_post_shutdown_cleanup - slapd shutting down - freed 2 work q stack objects - freed 2 op stack objects DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2509] [24/Apr/2021:00:20:47.043993517 -0400] - INFO - main - slapd stopped. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2611] [24/Apr/2021:00:20:48.312654412 -0400] - INFO - main - 389-Directory/2.0.4 B2021.114.0113 starting up DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2719] [24/Apr/2021:00:20:48.318973393 -0400] - INFO - main - Setting the maximum file descriptor limit to: 524288 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2811] [24/Apr/2021:00:20:48.324838833 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [2903] [24/Apr/2021:00:20:48.327367816 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3011] [24/Apr/2021:00:20:49.084175881 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3128] [24/Apr/2021:00:20:49.089322234 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3230] [24/Apr/2021:00:20:49.095399279 -0400] - NOTICE - bdb_start_autotune - found 7977316k physical memory DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3326] [24/Apr/2021:00:20:49.098391788 -0400] - NOTICE - bdb_start_autotune - found 7294452k available DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3433] [24/Apr/2021:00:20:49.101014379 -0400] - NOTICE - bdb_start_autotune - cache autosizing: db cache: 498582k DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3563] [24/Apr/2021:00:20:49.103601596 -0400] - NOTICE - bdb_start_autotune - cache autosizing: userRoot entry cache (1 total): 1376256k DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3689] [24/Apr/2021:00:20:49.106416015 -0400] - NOTICE - bdb_start_autotune - cache autosizing: userRoot dn cache (1 total): 196608k DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3793] [24/Apr/2021:00:20:49.109498306 -0400] - NOTICE - bdb_start_autotune - total cache size: 1834501939 B; DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [3929] [24/Apr/2021:00:20:49.188365119 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 39001 for LDAP requests DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [4056] [24/Apr/2021:00:20:49.194506628 -0400] - INFO - slapd_daemon - Listening on /var/run/slapd-supplier1.socket for LDAPI requests DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [4244] [24/Apr/2021:00:20:58.058990675 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [4424] [24/Apr/2021:00:20:58.062553233 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [4612] [24/Apr/2021:00:20:58.065024483 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [4792] [24/Apr/2021:00:20:58.071332041 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [4963] [24/Apr/2021:00:20:58.756768494 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Beginning total update of replica "agmt="cn=temp_201" (ci-vm-10-0-137-248:39201)". DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5147] [24/Apr/2021:00:20:58.768133123 -0400] - NOTICE - NSMMReplicationPlugin - replica_subentry_check - Need to create replication keep alive entry <cn=repl keep alive 1,dc=example,dc=com> DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5292] [24/Apr/2021:00:20:58.774432920 -0400] - INFO - NSMMReplicationPlugin - replica_subentry_create - add dn: cn=repl keep alive 1,dc=example,dc=com DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5309] objectclass: top DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5335] objectclass: ldapsubentry DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5365] objectclass: extensibleObject DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5387] cn: repl keep alive 1 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5574] [24/Apr/2021:00:21:01.397830438 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Finished total update of replica "agmt="cn=temp_201" (ci-vm-10-0-137-248:39201)". Sent 16 entries. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5574] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 5574
Passed suites/schema/schema_replication_test.py::test_schema_replication_two 11.48
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Extra OC Schema is pushed - (ticket 47721 allows to learn missing def) INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'2' (expected 3) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'3' (expected 4) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:289 test_schema_replication_two supplier_schema_csn=b'60839cbd000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:290 test_schema_replication_two consumer_schema_csn=b'60839cbd000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 5575 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5788] 24/Apr/2021:00:21:17.866152798 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (ci-vm-10-0-137-248:39201) must not be overwritten (set replication log for additional info) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 5788
Passed suites/schema/schema_replication_test.py::test_schema_replication_three 9.41
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Extra OC Schema is pushed - no error INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'4' (expected 5) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'5' (expected 6) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:340 test_schema_replication_three supplier_schema_csn=b'60839cc7000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:341 test_schema_replication_three consumer_schema_csn=b'60839cc7000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 5789 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5789] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 5789
Passed suites/schema/schema_replication_test.py::test_schema_replication_four 9.45
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Same OC - extra MUST: Schema is pushed - no error INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'6' (expected 7) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'7' (expected 8) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:389 test_schema_replication_four supplier_schema_csn=b'60839cd0000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:390 ctest_schema_replication_four onsumer_schema_csn=b'60839cd0000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 5790 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5790] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 5790
Passed suites/schema/schema_replication_test.py::test_schema_replication_five 11.78
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Same OC - extra MUST: Schema is pushed - (fix for 47721) INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'8' (expected 9) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'9' (expected 10) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:452 test_schema_replication_five supplier_schema_csn=b'60839cdc000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:453 ctest_schema_replication_five onsumer_schema_csn=b'60839cdc000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 5791 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [5896] /Apr/2021:00:21:48.174764664 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [6018] [24/Apr/2021:00:21:48.187374214 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cd80002:1619238104:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [6139] [24/Apr/2021:00:21:48.191387339 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cdc0000:1619238108:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [6302] [24/Apr/2021:00:21:48.194433618 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839cdc000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [6482] [24/Apr/2021:00:21:48.198093750 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a6258000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [6727] [24/Apr/2021:00:21:48.201729802 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [6902] [24/Apr/2021:00:21:48.205036903 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839cdc000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7040] [24/Apr/2021:00:21:48.208635178 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7170] [24/Apr/2021:00:21:48.211727826 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7308] [24/Apr/2021:00:21:48.214742716 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7436] [24/Apr/2021:00:21:48.239841083 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7553] [24/Apr/2021:00:21:48.243682318 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7728] [24/Apr/2021:00:21:48.250741271 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [7911] [24/Apr/2021:00:21:48.254025005 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [8083] [24/Apr/2021:00:21:48.259932059 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [8251] [24/Apr/2021:00:21:48.266016963 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [8433] [24/Apr/2021:00:21:48.269853760 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [8617] [24/Apr/2021:00:21:48.273408672 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839cdc000000000000 / remotecsn:60839cd0000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [8781] [24/Apr/2021:00:21:48.424630498 -0400] - DEBUG - schema_oc_compare_strict - Attribute telexNumber is not required in 'consumerNewOCA' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [8935] [24/Apr/2021:00:21:48.428828225 -0400] - DEBUG - schema_oc_superset_check - Remote consumerNewOCA schema objectclasses is a superset of the received one. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [9099] [24/Apr/2021:00:21:48.436627500 -0400] - DEBUG - schema_oc_compare_strict - Attribute telexNumber is not required in 'consumerNewOCA' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [9249] [24/Apr/2021:00:21:48.440281699 -0400] - DEBUG - schema_list_oc2learn - Add that unknown/extended objectclass consumerNewOCA (1.2.3.4.5.6.7.8.9.10.1) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [9535] [24/Apr/2021:00:21:48.460215038 -0400] - DEBUG - schema_oc_to_string - Replace (old[251]=( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' )) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [9848] [24/Apr/2021:00:21:48.463701271 -0400] - DEBUG - supplier_get_new_definitions - supplier takes objectclass: ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'user defined' ) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [10150] [24/Apr/2021:00:21:48.478962572 -0400] - DEBUG - modify_schema_prepare_mods - MOD[1] del (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' ) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [10461] [24/Apr/2021:00:21:48.489851258 -0400] - DEBUG - modify_schema_prepare_mods - MOD[0] add (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'user defined' ) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [10569] [24/Apr/2021:00:21:48.493499488 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [10692] [24/Apr/2021:00:21:48.498110242 -0400] - DEBUG - modify_schema_internal_mod - Successfully learn objectclasses definitions DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [10906] [24/Apr/2021:00:21:48.504338478 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (ci-vm-10-0-137-248:39201) must not be overwritten (set replication log for additional info) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 10906
Passed suites/schema/schema_replication_test.py::test_schema_replication_six 9.59
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Same OC - extra MUST: Schema is pushed - no error INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'10' (expected 11) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'11' (expected 12) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:508 test_schema_replication_six supplier_schema_csn=b'60839ce5000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:509 ctest_schema_replication_six onsumer_schema_csn=b'60839ce5000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 10907 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [11043] 24/Apr/2021:00:21:48.511337204 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] schema definitions may have been learned DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [11177] [24/Apr/2021:00:21:48.723825690 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cda000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [11362] [24/Apr/2021:00:21:48.727757686 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [11477] [24/Apr/2021:00:21:48.919503644 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cdc0002:1619238108:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [11658] [24/Apr/2021:00:21:48.926821357 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [11814] [24/Apr/2021:00:21:48.930067198 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [12027] [24/Apr/2021:00:21:48.933330137 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cd8000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [12208] [24/Apr/2021:00:21:48.936606619 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [12364] [24/Apr/2021:00:21:48.939569796 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [12577] [24/Apr/2021:00:21:48.942577374 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cdc000000010000 60839cdc DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [12739] [24/Apr/2021:00:21:48.945141400 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad30a7e000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [12966] [24/Apr/2021:00:21:48.947639904 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad30a7e000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [13262] [24/Apr/2021:00:21:48.950446760 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839cdc000000010000) csnBuf (60839cd8000000010000) csnConsumerMax (60839cd8000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [13375] [24/Apr/2021:00:21:48.958079152 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839cd8000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [13566] [24/Apr/2021:00:21:48.965719871 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839cd8000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [13722] [24/Apr/2021:00:21:48.969161679 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [13834] [24/Apr/2021:00:21:48.976173627 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [14054] [24/Apr/2021:00:21:48.982439467 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839cdc000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [14186] [24/Apr/2021:00:21:48.985844291 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [14384] [24/Apr/2021:00:21:48.989726572 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [14517] [24/Apr/2021:00:21:48.992836778 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [14647] [24/Apr/2021:00:21:48.996422940 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 19, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [14962] [24/Apr/2021:00:21:49.003337367 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839cdc000000010000) csnMax (60839cdc000000010000) csnBuf (60839cdc000000010000) csnConsumerMax (60839cdc000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [15086] [24/Apr/2021:00:21:49.028382238 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [15270] [24/Apr/2021:00:21:49.031739562 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [15383] [24/Apr/2021:00:21:49.035142389 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 19 19 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [15516] [24/Apr/2021:00:21:49.038404382 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [15625] [24/Apr/2021:00:21:49.042362517 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [15897] [24/Apr/2021:00:21:49.047870692 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [16061] [24/Apr/2021:00:21:49.062361046 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [16231] [24/Apr/2021:00:21:49.066100487 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [16405] [24/Apr/2021:00:21:49.072028900 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [16513] [24/Apr/2021:00:21:49.255095412 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [16684] [24/Apr/2021:00:21:49.258812138 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [16859] [24/Apr/2021:00:21:49.262529570 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [17034] [24/Apr/2021:00:21:49.267012637 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [17206] [24/Apr/2021:00:21:49.275890547 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [17381] [24/Apr/2021:00:21:49.279965049 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [17546] [24/Apr/2021:00:21:49.362722088 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (ci-vm-10-0-137-248:39201): Protocol stopped after 0 seconds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [17674] [24/Apr/2021:00:21:49.369259972 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [17859] [24/Apr/2021:00:21:49.374317111 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cdc000000010000 60839cdc DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18034] [24/Apr/2021:00:21:49.377935349 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18142] [24/Apr/2021:00:21:49.381112034 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18250] [24/Apr/2021:00:21:54.396831630 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18420] [24/Apr/2021:00:21:54.411807455 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18595] [24/Apr/2021:00:21:54.414922318 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18770] [24/Apr/2021:00:21:54.417577799 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [18942] [24/Apr/2021:00:21:54.420878387 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: start -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [19111] [24/Apr/2021:00:21:54.423719005 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Trying non-secure slapi_ldap_init_ext DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [19639] [24/Apr/2021:00:21:54.426194459 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - binddn = cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUXlOakF4TVdGa1ppMDNNVEpsTTJSbA0KTUMwNFlqUTBZMlZqTWkwM09HUTVNbVF4WlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCQnE5c2wra01LQ0JPTTIrb1FLZjJDTw==}QA4opkTpJ+aNxjDxkLw8iDWRl8L/A54CJ/+dVXONyfDkzIu0GzBjy41emqeeVt5p DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [19684] ISiLSZ7SWlUZawj2Wpp7vCp023eV2Ymjiqx2HTvex5M= DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [19859] [24/Apr/2021:00:21:54.429414443 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [19981] [24/Apr/2021:00:21:54.434240851 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cdc0002:1619238108:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [20102] [24/Apr/2021:00:21:54.437205268 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839ce20000:1619238114:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [20270] [24/Apr/2021:00:21:54.441108127 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [20452] [24/Apr/2021:00:21:54.444266761 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [20636] [24/Apr/2021:00:21:54.447037994 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839cdc000000000000 / remotecsn:60839cda000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [20770] [24/Apr/2021:00:21:54.644685033 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cdc000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [20885] [24/Apr/2021:00:21:54.649325232 -0400] - DEBUG - csngen_adjust_time - gen state before 60839ce20001:1619238114:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [21066] [24/Apr/2021:00:21:54.652252045 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [21222] [24/Apr/2021:00:21:54.654850383 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [21435] [24/Apr/2021:00:21:54.657645174 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cdc000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [21616] [24/Apr/2021:00:21:54.663030889 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [21772] [24/Apr/2021:00:21:54.666027738 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [21985] [24/Apr/2021:00:21:54.668610603 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cdc000000010000 60839cdc DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [22281] [24/Apr/2021:00:21:54.672314165 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (60839cdc000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839cdc000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [22405] [24/Apr/2021:00:21:54.678024623 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [22677] [24/Apr/2021:00:21:54.680867160 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [22826] [24/Apr/2021:00:21:54.683785402 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No changes to send DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [22990] [24/Apr/2021:00:21:54.689772102 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [23160] [24/Apr/2021:00:21:54.694143570 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [23334] [24/Apr/2021:00:21:54.696554115 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [23456] [24/Apr/2021:00:21:56.423324983 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839ce20001:1619238114:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [23577] [24/Apr/2021:00:21:56.434051523 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839ce40000:1619238116:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [23740] [24/Apr/2021:00:21:56.438349239 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839ce4000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [23920] [24/Apr/2021:00:21:56.445676612 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a625c000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24165] [24/Apr/2021:00:21:56.449984978 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24340] [24/Apr/2021:00:21:56.453894668 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839ce4000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24478] [24/Apr/2021:00:21:56.457408796 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24608] [24/Apr/2021:00:21:56.460606163 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24746] [24/Apr/2021:00:21:56.468654455 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24874] [24/Apr/2021:00:21:56.491625932 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [24991] [24/Apr/2021:00:21:56.495978234 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [25166] [24/Apr/2021:00:21:56.503047729 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [25349] [24/Apr/2021:00:21:56.506342861 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [25521] [24/Apr/2021:00:21:56.509364031 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [25689] [24/Apr/2021:00:21:56.513800940 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [25871] [24/Apr/2021:00:21:56.516802418 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [25986] [24/Apr/2021:00:21:56.519675448 -0400] - DEBUG - csngen_adjust_time - gen state before 60839ce40002:1619238116:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [26167] [24/Apr/2021:00:21:56.522618717 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [26323] [24/Apr/2021:00:21:56.525204309 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [26536] [24/Apr/2021:00:21:56.527756425 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cdc000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [26717] [24/Apr/2021:00:21:56.530226508 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [26873] [24/Apr/2021:00:21:56.532561184 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [27086] [24/Apr/2021:00:21:56.535138263 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce4000000010000 60839ce4 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [27248] [24/Apr/2021:00:21:56.544214675 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f477800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [27475] [24/Apr/2021:00:21:56.547730596 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f477800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [27771] [24/Apr/2021:00:21:56.550793503 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839ce4000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839cdc000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [27884] [24/Apr/2021:00:21:56.553797378 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839cdc000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [28075] [24/Apr/2021:00:21:56.557251922 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839cdc000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [28231] [24/Apr/2021:00:21:56.560854603 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [28451] [24/Apr/2021:00:21:56.564429858 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839ce4000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [28563] [24/Apr/2021:00:21:56.567463380 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [28761] [24/Apr/2021:00:21:56.571374153 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29076] [24/Apr/2021:00:21:56.597569605 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839ce4000000010000) csnMax (60839ce4000000010000) csnBuf (60839ce4000000010000) csnConsumerMax (60839ce4000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29200] [24/Apr/2021:00:21:56.600693061 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29384] [24/Apr/2021:00:21:56.603204366 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29496] [24/Apr/2021:00:21:56.611983868 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29628] [24/Apr/2021:00:21:56.614491326 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29761] [24/Apr/2021:00:21:56.618702789 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [29891] [24/Apr/2021:00:21:56.621059350 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30024] [24/Apr/2021:00:21:56.623642839 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30157] [24/Apr/2021:00:21:56.627369336 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30290] [24/Apr/2021:00:21:56.633946355 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30423] [24/Apr/2021:00:21:56.641080331 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30556] [24/Apr/2021:00:21:56.653024906 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30689] [24/Apr/2021:00:21:56.674971803 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30822] [24/Apr/2021:00:21:56.710193560 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [30935] [24/Apr/2021:00:21:56.714704757 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [31044] [24/Apr/2021:00:21:56.777828343 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [31316] [24/Apr/2021:00:21:56.781269774 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [31480] [24/Apr/2021:00:21:56.786856820 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [31650] [24/Apr/2021:00:21:56.794197378 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [31824] [24/Apr/2021:00:21:56.796687009 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [31932] [24/Apr/2021:00:21:57.771006314 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [32040] [24/Apr/2021:00:21:57.843619925 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [32162] [24/Apr/2021:00:21:57.856662678 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839ce40002:1619238116:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [32283] [24/Apr/2021:00:21:57.859639224 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839ce50000:1619238117:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [32446] [24/Apr/2021:00:21:57.862016675 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839ce5000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [32626] [24/Apr/2021:00:21:57.864637298 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a6264000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [32871] [24/Apr/2021:00:21:57.868667765 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33046] [24/Apr/2021:00:21:57.876294910 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839ce5000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33184] [24/Apr/2021:00:21:57.879065524 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33314] [24/Apr/2021:00:21:57.881553138 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33452] [24/Apr/2021:00:21:57.884040741 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33580] [24/Apr/2021:00:21:57.886413489 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33697] [24/Apr/2021:00:21:57.888604528 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [33872] [24/Apr/2021:00:21:57.893935619 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [34055] [24/Apr/2021:00:21:57.896720412 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [34227] [24/Apr/2021:00:21:57.899539359 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [34395] [24/Apr/2021:00:21:57.906467577 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [34577] [24/Apr/2021:00:21:57.909562904 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [34761] [24/Apr/2021:00:21:57.912293006 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839ce5000000000000 / remotecsn:60839cdc000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [34895] [24/Apr/2021:00:21:58.099643942 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cdc000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35080] [24/Apr/2021:00:21:58.103809464 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35195] [24/Apr/2021:00:21:58.292936655 -0400] - DEBUG - csngen_adjust_time - gen state before 60839ce50002:1619238117:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35317] [24/Apr/2021:00:21:58.298665756 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839ce50002:1619238117:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35438] [24/Apr/2021:00:21:58.302275230 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839ce60000:1619238118:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35619] [24/Apr/2021:00:21:58.304857999 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35775] [24/Apr/2021:00:21:58.307561796 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [35988] [24/Apr/2021:00:21:58.310573451 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce4000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [36169] [24/Apr/2021:00:21:58.313379988 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [36325] [24/Apr/2021:00:21:58.315927783 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [36538] [24/Apr/2021:00:21:58.318344850 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce5000000010000 60839ce5 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [36700] [24/Apr/2021:00:21:58.320851542 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f477800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [36927] [24/Apr/2021:00:21:58.323711239 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f477800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [37223] [24/Apr/2021:00:21:58.327365795 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839ce5000000010000) csnBuf (60839ce4000000010000) csnConsumerMax (60839ce4000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [37336] [24/Apr/2021:00:21:58.331843990 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839ce4000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [37527] [24/Apr/2021:00:21:58.335041866 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839ce4000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [37683] [24/Apr/2021:00:21:58.338076945 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [37795] [24/Apr/2021:00:21:58.341706054 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [37927] [24/Apr/2021:00:21:58.345841390 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [38147] [24/Apr/2021:00:21:58.349818589 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839ce5000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [38279] [24/Apr/2021:00:21:58.353011884 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [38477] [24/Apr/2021:00:21:58.356914320 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [38792] [24/Apr/2021:00:21:58.359800067 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839ce5000000010000) csnMax (60839ce5000000010000) csnBuf (60839ce5000000010000) csnConsumerMax (60839ce5000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [38916] [24/Apr/2021:00:21:58.362486417 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39100] [24/Apr/2021:00:21:58.365616173 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39212] [24/Apr/2021:00:21:58.368586466 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39345] [24/Apr/2021:00:21:58.373278860 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39475] [24/Apr/2021:00:21:58.376896599 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39608] [24/Apr/2021:00:21:58.380090359 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39741] [24/Apr/2021:00:21:58.384762795 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [39874] [24/Apr/2021:00:21:58.390355818 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40007] [24/Apr/2021:00:21:58.398157461 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40140] [24/Apr/2021:00:21:58.409793106 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40273] [24/Apr/2021:00:21:58.429912759 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40406] [24/Apr/2021:00:21:58.465840356 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40519] [24/Apr/2021:00:21:58.473383985 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40628] [24/Apr/2021:00:21:58.533925574 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [40900] [24/Apr/2021:00:21:58.538337005 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [41064] [24/Apr/2021:00:21:58.545128157 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [41234] [24/Apr/2021:00:21:58.548794077 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [41408] [24/Apr/2021:00:21:58.552173137 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [41516] [24/Apr/2021:00:21:58.898856515 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [41687] [24/Apr/2021:00:21:58.902891776 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [41862] [24/Apr/2021:00:21:58.905788936 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [42037] [24/Apr/2021:00:21:58.908482810 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [42209] [24/Apr/2021:00:21:58.911420847 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [42384] [24/Apr/2021:00:21:58.914310719 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [42549] [24/Apr/2021:00:21:59.005983662 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (ci-vm-10-0-137-248:39201): Protocol stopped after 0 seconds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [42677] [24/Apr/2021:00:21:59.009398035 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [42862] [24/Apr/2021:00:21:59.012575240 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce5000000010000 60839ce5 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43037] [24/Apr/2021:00:21:59.015606291 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43145] [24/Apr/2021:00:21:59.018703743 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43253] [24/Apr/2021:00:22:00.552552750 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43370] [24/Apr/2021:00:22:00.562717010 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43478] [24/Apr/2021:00:22:04.035889971 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43648] [24/Apr/2021:00:22:04.040071421 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43823] [24/Apr/2021:00:22:04.043317296 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [43998] [24/Apr/2021:00:22:04.046169814 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [44170] [24/Apr/2021:00:22:04.048954476 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: start -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [44339] [24/Apr/2021:00:22:04.052174488 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Trying non-secure slapi_ldap_init_ext DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [44867] [24/Apr/2021:00:22:04.054887950 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - binddn = cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUXlOakF4TVdGa1ppMDNNVEpsTTJSbA0KTUMwNFlqUTBZMlZqTWkwM09HUTVNbVF4WlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCQnE5c2wra01LQ0JPTTIrb1FLZjJDTw==}QA4opkTpJ+aNxjDxkLw8iDWRl8L/A54CJ/+dVXONyfDkzIu0GzBjy41emqeeVt5p DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [44912] ISiLSZ7SWlUZawj2Wpp7vCp023eV2Ymjiqx2HTvex5M= DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45087] [24/Apr/2021:00:22:04.058396217 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45209] [24/Apr/2021:00:22:04.063295289 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839ce60000:1619238118:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45330] [24/Apr/2021:00:22:04.068990677 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cec0000:1619238124:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45498] [24/Apr/2021:00:22:04.079334069 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45680] [24/Apr/2021:00:22:04.085551528 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45864] [24/Apr/2021:00:22:04.088375892 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839ce5000000000000 / remotecsn:60839cdc000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [45998] [24/Apr/2021:00:22:04.273397516 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839ce5000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [46113] [24/Apr/2021:00:22:04.277380435 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cec0001:1619238124:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [46294] [24/Apr/2021:00:22:04.280120581 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [46450] [24/Apr/2021:00:22:04.283012488 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [46663] [24/Apr/2021:00:22:04.285459085 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce5000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [46844] [24/Apr/2021:00:22:04.288093381 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [47000] [24/Apr/2021:00:22:04.290485193 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [47213] [24/Apr/2021:00:22:04.293049384 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce5000000010000 60839ce5 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [47509] [24/Apr/2021:00:22:04.295737725 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (60839ce5000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839ce5000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [47633] [24/Apr/2021:00:22:04.298350329 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [47905] [24/Apr/2021:00:22:04.301343618 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48054] [24/Apr/2021:00:22:04.304265404 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No changes to send DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48218] [24/Apr/2021:00:22:04.314235531 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48388] [24/Apr/2021:00:22:04.317519025 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48562] [24/Apr/2021:00:22:04.320538767 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48684] [24/Apr/2021:00:22:06.052423619 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cec0001:1619238124:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48805] [24/Apr/2021:00:22:06.056075628 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cee0000:1619238126:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [48968] [24/Apr/2021:00:22:06.058883681 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839cee000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [49148] [24/Apr/2021:00:22:06.061791066 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a6265000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [49393] [24/Apr/2021:00:22:06.065209681 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [49568] [24/Apr/2021:00:22:06.069302320 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839cee000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [49706] [24/Apr/2021:00:22:06.072128651 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [49836] [24/Apr/2021:00:22:06.079648948 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [49974] [24/Apr/2021:00:22:06.082178171 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [50102] [24/Apr/2021:00:22:06.086748525 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [50219] [24/Apr/2021:00:22:06.089581618 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [50394] [24/Apr/2021:00:22:06.094019775 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [50577] [24/Apr/2021:00:22:06.096515699 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [50749] [24/Apr/2021:00:22:06.099322457 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [50917] [24/Apr/2021:00:22:06.103426729 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [51099] [24/Apr/2021:00:22:06.106377678 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [51214] [24/Apr/2021:00:22:06.114607591 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cee0002:1619238126:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [51395] [24/Apr/2021:00:22:06.116978813 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [51551] [24/Apr/2021:00:22:06.119377663 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [51764] [24/Apr/2021:00:22:06.123880878 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839ce5000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [51945] [24/Apr/2021:00:22:06.128008819 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [52101] [24/Apr/2021:00:22:06.130528342 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [52314] [24/Apr/2021:00:22:06.133071009 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cee000000010000 60839cee DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [52476] [24/Apr/2021:00:22:06.135435428 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f47d000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [52703] [24/Apr/2021:00:22:06.137739543 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f47d000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [52999] [24/Apr/2021:00:22:06.143002294 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839cee000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839ce5000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [53112] [24/Apr/2021:00:22:06.145454323 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839ce5000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [53303] [24/Apr/2021:00:22:06.147493783 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839ce5000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [53459] [24/Apr/2021:00:22:06.149976100 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [53571] [24/Apr/2021:00:22:06.152239089 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [53703] [24/Apr/2021:00:22:06.154671130 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [53923] [24/Apr/2021:00:22:06.157070465 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839cee000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [54055] [24/Apr/2021:00:22:06.159464901 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [54253] [24/Apr/2021:00:22:06.161792898 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [54386] [24/Apr/2021:00:22:06.164067787 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [54516] [24/Apr/2021:00:22:06.166759120 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [54649] [24/Apr/2021:00:22:06.169177798 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [54964] [24/Apr/2021:00:22:06.171617835 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839cee000000010000) csnMax (60839cee000000010000) csnBuf (60839cee000000010000) csnConsumerMax (60839cee000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [55088] [24/Apr/2021:00:22:06.173843003 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [55272] [24/Apr/2021:00:22:06.176048585 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [55385] [24/Apr/2021:00:22:06.178360381 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [55518] [24/Apr/2021:00:22:06.180708368 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [55627] [24/Apr/2021:00:22:06.185035327 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [55899] [24/Apr/2021:00:22:06.187519280 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56063] [24/Apr/2021:00:22:06.221609771 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56233] [24/Apr/2021:00:22:06.232386472 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56407] [24/Apr/2021:00:22:06.236409344 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56407] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 56407
Passed suites/schema/schema_replication_test.py::test_schema_replication_seven 9.56
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Same OC - extra MAY: Schema is pushed - no error INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'12' (expected 13) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'13' (expected 14) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:562 test_schema_replication_seven supplier_schema_csn=b'60839cef000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:563 ctest_schema_replication_seven consumer_schema_csn=b'60839cef000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 56408 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56515] 24/Apr/2021:00:22:07.357108640 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56623] [24/Apr/2021:00:22:07.414690120 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56745] [24/Apr/2021:00:22:07.428828196 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cee0002:1619238126:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [56866] [24/Apr/2021:00:22:07.433698556 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cef0000:1619238127:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [57029] [24/Apr/2021:00:22:07.436056796 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839cef000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [57209] [24/Apr/2021:00:22:07.438613611 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a626e000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [57454] [24/Apr/2021:00:22:07.450114745 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [57629] [24/Apr/2021:00:22:07.453252314 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839cef000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [57767] [24/Apr/2021:00:22:07.456434368 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [57897] [24/Apr/2021:00:22:07.459574322 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58035] [24/Apr/2021:00:22:07.462506773 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58163] [24/Apr/2021:00:22:07.466127536 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58280] [24/Apr/2021:00:22:07.468926259 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58455] [24/Apr/2021:00:22:07.474168526 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58638] [24/Apr/2021:00:22:07.477234384 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58810] [24/Apr/2021:00:22:07.479878126 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [58978] [24/Apr/2021:00:22:07.483548672 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [59160] [24/Apr/2021:00:22:07.486127997 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [59344] [24/Apr/2021:00:22:07.489701284 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839cef000000000000 / remotecsn:60839ce5000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [59509] [24/Apr/2021:00:22:07.606720660 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'supplierNewOCA' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [59643] [24/Apr/2021:00:22:07.675558951 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839ce5000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [59828] [24/Apr/2021:00:22:07.702723503 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [59943] [24/Apr/2021:00:22:07.885706139 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cef0002:1619238127:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [60124] [24/Apr/2021:00:22:07.891565356 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [60280] [24/Apr/2021:00:22:07.893951707 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [60493] [24/Apr/2021:00:22:07.896259144 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cee000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [60674] [24/Apr/2021:00:22:07.899088304 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [60830] [24/Apr/2021:00:22:07.901317247 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [61043] [24/Apr/2021:00:22:07.903586823 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cef000000010000 60839cef DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [61205] [24/Apr/2021:00:22:07.905836730 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f47d000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [61432] [24/Apr/2021:00:22:07.907995617 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f47d000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [61728] [24/Apr/2021:00:22:07.910408632 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839cef000000010000) csnBuf (60839cee000000010000) csnConsumerMax (60839cee000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [61841] [24/Apr/2021:00:22:07.930984713 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839cee000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62032] [24/Apr/2021:00:22:07.933942272 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839cee000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62188] [24/Apr/2021:00:22:07.936554613 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62300] [24/Apr/2021:00:22:07.939193950 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62432] [24/Apr/2021:00:22:07.942054902 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62652] [24/Apr/2021:00:22:07.945763407 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839cef000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62784] [24/Apr/2021:00:22:07.949614762 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [62982] [24/Apr/2021:00:22:07.955403905 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [63297] [24/Apr/2021:00:22:07.959198751 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839cef000000010000) csnMax (60839cef000000010000) csnBuf (60839cef000000010000) csnConsumerMax (60839cef000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [63421] [24/Apr/2021:00:22:07.961637367 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [63605] [24/Apr/2021:00:22:07.963924790 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [63717] [24/Apr/2021:00:22:07.969819256 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [63850] [24/Apr/2021:00:22:07.972607439 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [63980] [24/Apr/2021:00:22:07.975103930 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64113] [24/Apr/2021:00:22:07.977749941 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64246] [24/Apr/2021:00:22:07.981440190 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64379] [24/Apr/2021:00:22:07.986173279 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64512] [24/Apr/2021:00:22:08.052098255 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64645] [24/Apr/2021:00:22:08.065612897 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64758] [24/Apr/2021:00:22:08.087735057 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [64867] [24/Apr/2021:00:22:08.103880900 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [65139] [24/Apr/2021:00:22:08.124118190 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [65303] [24/Apr/2021:00:22:08.136089432 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [65473] [24/Apr/2021:00:22:08.138811164 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [65647] [24/Apr/2021:00:22:08.141157732 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [65755] [24/Apr/2021:00:22:08.478500576 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [65926] [24/Apr/2021:00:22:08.481761856 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [66101] [24/Apr/2021:00:22:08.484681006 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [66276] [24/Apr/2021:00:22:08.487021405 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [66448] [24/Apr/2021:00:22:08.489220364 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [66623] [24/Apr/2021:00:22:08.491612646 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [66788] [24/Apr/2021:00:22:08.584915179 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (ci-vm-10-0-137-248:39201): Protocol stopped after 0 seconds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [66916] [24/Apr/2021:00:22:08.588020941 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [67101] [24/Apr/2021:00:22:08.590655816 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cef000000010000 60839cef DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [67276] [24/Apr/2021:00:22:08.593012758 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [67384] [24/Apr/2021:00:22:08.595441966 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [67492] [24/Apr/2021:00:22:13.611299896 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [67662] [24/Apr/2021:00:22:13.625727488 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [67837] [24/Apr/2021:00:22:13.628645609 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [68012] [24/Apr/2021:00:22:13.631403365 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [68184] [24/Apr/2021:00:22:13.641091007 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: start -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [68353] [24/Apr/2021:00:22:13.651576809 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Trying non-secure slapi_ldap_init_ext DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [68881] [24/Apr/2021:00:22:13.653845077 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - binddn = cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUXlOakF4TVdGa1ppMDNNVEpsTTJSbA0KTUMwNFlqUTBZMlZqTWkwM09HUTVNbVF4WlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCQnE5c2wra01LQ0JPTTIrb1FLZjJDTw==}QA4opkTpJ+aNxjDxkLw8iDWRl8L/A54CJ/+dVXONyfDkzIu0GzBjy41emqeeVt5p DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [68926] ISiLSZ7SWlUZawj2Wpp7vCp023eV2Ymjiqx2HTvex5M= DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [69101] [24/Apr/2021:00:22:13.658264613 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [69223] [24/Apr/2021:00:22:13.661878831 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cef0002:1619238127:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [69344] [24/Apr/2021:00:22:13.668796453 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cf50000:1619238133:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [69512] [24/Apr/2021:00:22:13.673527486 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [69694] [24/Apr/2021:00:22:13.675779849 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [69878] [24/Apr/2021:00:22:13.678338600 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839cef000000000000 / remotecsn:60839ce5000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [70012] [24/Apr/2021:00:22:13.869706614 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cef000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [70127] [24/Apr/2021:00:22:13.877920423 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cf50001:1619238133:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [70308] [24/Apr/2021:00:22:13.880416484 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [70464] [24/Apr/2021:00:22:13.883808373 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [70677] [24/Apr/2021:00:22:13.886315882 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cef000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [70858] [24/Apr/2021:00:22:13.889030309 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [71014] [24/Apr/2021:00:22:13.891198805 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [71227] [24/Apr/2021:00:22:13.893317664 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cef000000010000 60839cef DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [71523] [24/Apr/2021:00:22:13.895427676 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (60839cef000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839cef000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [71647] [24/Apr/2021:00:22:13.897930880 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [71919] [24/Apr/2021:00:22:13.900876998 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72068] [24/Apr/2021:00:22:13.902803695 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No changes to send DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72232] [24/Apr/2021:00:22:13.907951261 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72402] [24/Apr/2021:00:22:13.910165248 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72576] [24/Apr/2021:00:22:13.912167475 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72698] [24/Apr/2021:00:22:15.636237709 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cf50001:1619238133:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72819] [24/Apr/2021:00:22:15.642121441 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cf70000:1619238135:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [72982] [24/Apr/2021:00:22:15.644529524 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839cf7000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [73162] [24/Apr/2021:00:22:15.646991207 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a626f000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [73407] [24/Apr/2021:00:22:15.650284176 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [73582] [24/Apr/2021:00:22:15.654880305 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839cf7000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [73720] [24/Apr/2021:00:22:15.657596619 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [73850] [24/Apr/2021:00:22:15.659783348 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [73988] [24/Apr/2021:00:22:15.662972098 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [74116] [24/Apr/2021:00:22:15.665004406 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [74233] [24/Apr/2021:00:22:15.667504023 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [74408] [24/Apr/2021:00:22:15.671283337 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [74591] [24/Apr/2021:00:22:15.674084605 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [74763] [24/Apr/2021:00:22:15.678146664 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [74931] [24/Apr/2021:00:22:15.681726981 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [75113] [24/Apr/2021:00:22:15.683919215 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [75228] [24/Apr/2021:00:22:15.688568062 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cf70002:1619238135:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [75409] [24/Apr/2021:00:22:15.691000450 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [75565] [24/Apr/2021:00:22:15.693212658 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [75778] [24/Apr/2021:00:22:15.695432127 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cef000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [75959] [24/Apr/2021:00:22:15.697591648 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [76115] [24/Apr/2021:00:22:15.699799825 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [76328] [24/Apr/2021:00:22:15.702233602 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cf7000000010000 60839cf7 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [76490] [24/Apr/2021:00:22:15.704697300 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f47f800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [76717] [24/Apr/2021:00:22:15.707038439 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f47f800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77013] [24/Apr/2021:00:22:15.710315424 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839cf7000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839cef000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77126] [24/Apr/2021:00:22:15.712332672 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839cef000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77317] [24/Apr/2021:00:22:15.714422420 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839cef000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77473] [24/Apr/2021:00:22:15.716543005 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77585] [24/Apr/2021:00:22:15.718643372 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77805] [24/Apr/2021:00:22:15.721035919 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839cf7000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [77937] [24/Apr/2021:00:22:15.723068289 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [78135] [24/Apr/2021:00:22:15.727722012 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [78450] [24/Apr/2021:00:22:15.731840193 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839cf7000000010000) csnMax (60839cf7000000010000) csnBuf (60839cf7000000010000) csnConsumerMax (60839cf7000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [78574] [24/Apr/2021:00:22:15.734217509 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [78758] [24/Apr/2021:00:22:15.736590778 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [78870] [24/Apr/2021:00:22:15.738706558 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79002] [24/Apr/2021:00:22:15.740665335 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79135] [24/Apr/2021:00:22:15.745241614 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79265] [24/Apr/2021:00:22:15.747471379 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79398] [24/Apr/2021:00:22:15.749558114 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79531] [24/Apr/2021:00:22:15.752843650 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79664] [24/Apr/2021:00:22:15.757016622 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79797] [24/Apr/2021:00:22:15.763448803 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [79930] [24/Apr/2021:00:22:15.774043022 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [80063] [24/Apr/2021:00:22:15.792945354 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [80196] [24/Apr/2021:00:22:15.827851172 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [80309] [24/Apr/2021:00:22:15.841020764 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [80418] [24/Apr/2021:00:22:15.894834529 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [80690] [24/Apr/2021:00:22:15.898181650 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [80854] [24/Apr/2021:00:22:15.903904456 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81024] [24/Apr/2021:00:22:15.907918409 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81198] [24/Apr/2021:00:22:15.910380889 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81198] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 81198
Passed suites/schema/schema_replication_test.py::test_schema_replication_eight 11.87
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Same OC - extra MAY: Schema is pushed (fix for 47721) INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'14' (expected 15) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'15' (expected 16) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:625 test_schema_replication_eight supplier_schema_csn=b'60839cfb000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:626 ctest_schema_replication_eight onsumer_schema_csn=b'60839cfb000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 81199 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81306] 24/Apr/2021:00:22:19.227725423 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81414] [24/Apr/2021:00:22:19.281484906 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81536] [24/Apr/2021:00:22:19.293310676 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cf70002:1619238135:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81657] [24/Apr/2021:00:22:19.296591331 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839cfb0000:1619238139:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [81820] [24/Apr/2021:00:22:19.298939733 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839cfb000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82000] [24/Apr/2021:00:22:19.301889615 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a6277000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82245] [24/Apr/2021:00:22:19.304692032 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82420] [24/Apr/2021:00:22:19.307355754 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839cfb000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82558] [24/Apr/2021:00:22:19.309557392 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82688] [24/Apr/2021:00:22:19.312568665 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82826] [24/Apr/2021:00:22:19.314954559 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [82954] [24/Apr/2021:00:22:19.321017865 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [83071] [24/Apr/2021:00:22:19.345122164 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [83246] [24/Apr/2021:00:22:19.350880229 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [83429] [24/Apr/2021:00:22:19.353239348 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [83601] [24/Apr/2021:00:22:19.355633339 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [83769] [24/Apr/2021:00:22:19.359939351 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [83951] [24/Apr/2021:00:22:19.362558391 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [84135] [24/Apr/2021:00:22:19.364886645 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839cfb000000000000 / remotecsn:60839cef000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [84300] [24/Apr/2021:00:22:19.476426452 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'supplierNewOCC' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [84465] [24/Apr/2021:00:22:19.479321349 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'consumerNewOCA' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [84619] [24/Apr/2021:00:22:19.481618866 -0400] - DEBUG - schema_oc_superset_check - Remote consumerNewOCA schema objectclasses is a superset of the received one. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [84784] [24/Apr/2021:00:22:19.485141363 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'supplierNewOCC' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [84949] [24/Apr/2021:00:22:19.487740327 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'consumerNewOCA' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [85099] [24/Apr/2021:00:22:19.489923510 -0400] - DEBUG - schema_list_oc2learn - Add that unknown/extended objectclass consumerNewOCA (1.2.3.4.5.6.7.8.9.10.1) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [85399] [24/Apr/2021:00:22:19.492050975 -0400] - DEBUG - schema_oc_to_string - Replace (old[265]=( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' )) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [85728] [24/Apr/2021:00:22:19.494273465 -0400] - DEBUG - supplier_get_new_definitions - supplier takes objectclass: ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street $ postOfficeBox ) X-ORIGIN 'user defined' ) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [86044] [24/Apr/2021:00:22:19.508273055 -0400] - DEBUG - modify_schema_prepare_mods - MOD[1] del (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' ) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [86371] [24/Apr/2021:00:22:19.512054489 -0400] - DEBUG - modify_schema_prepare_mods - MOD[0] add (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street $ postOfficeBox ) X-ORIGIN 'user defined' ) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [86479] [24/Apr/2021:00:22:19.514652215 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [86602] [24/Apr/2021:00:22:19.517935148 -0400] - DEBUG - modify_schema_internal_mod - Successfully learn objectclasses definitions DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [86816] [24/Apr/2021:00:22:19.521712554 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (ci-vm-10-0-137-248:39201) must not be overwritten (set replication log for additional info) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 86816
Passed suites/schema/schema_replication_test.py::test_schema_replication_nine 11.80
-------------------------------Captured log call--------------------------------
INFO lib389:schema_replication_test.py:41 ############################################### INFO lib389:schema_replication_test.py:42 ####### INFO lib389:schema_replication_test.py:43 ####### Same OC - extra MAY: Schema is pushed - no error INFO lib389:schema_replication_test.py:44 ####### INFO lib389:schema_replication_test.py:45 ################################################### DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'16' (expected 17) INFO lib389:agreement.py:1193 Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:152 trigger_update: receive b'17' (expected 18) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:683 test_schema_replication_nine supplier_schema_csn=b'60839d04000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:684 ctest_schema_replication_nine onsumer_schema_csn=b'60839d04000000000000' DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:55 _pattern_errorlog: start at offset 86817 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [86953] 24/Apr/2021:00:22:19.523921939 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] schema definitions may have been learned DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [87118] [24/Apr/2021:00:22:19.631628117 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'supplierNewOCC' of the remote consumer schema DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [87252] [24/Apr/2021:00:22:19.699113487 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cf9000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [87437] [24/Apr/2021:00:22:19.718354992 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [87552] [24/Apr/2021:00:22:19.904644590 -0400] - DEBUG - csngen_adjust_time - gen state before 60839cfb0002:1619238139:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [87733] [24/Apr/2021:00:22:19.909972804 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [87889] [24/Apr/2021:00:22:19.912545505 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [88102] [24/Apr/2021:00:22:19.915059156 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cf7000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [88283] [24/Apr/2021:00:22:19.918097628 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [88439] [24/Apr/2021:00:22:19.920790800 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [88652] [24/Apr/2021:00:22:19.924452316 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cfb000000010000 60839cfb DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [88814] [24/Apr/2021:00:22:19.928448967 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f47f800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [89041] [24/Apr/2021:00:22:19.933797566 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f47f800 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [89337] [24/Apr/2021:00:22:19.937569614 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839cfb000000010000) csnBuf (60839cf7000000010000) csnConsumerMax (60839cf7000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [89450] [24/Apr/2021:00:22:19.942233840 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839cf7000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [89641] [24/Apr/2021:00:22:19.944771158 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839cf7000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [89797] [24/Apr/2021:00:22:19.947306264 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [89909] [24/Apr/2021:00:22:19.949804825 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [90129] [24/Apr/2021:00:22:19.952222049 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839cfb000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [90261] [24/Apr/2021:00:22:19.954824624 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [90459] [24/Apr/2021:00:22:19.958223313 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [90592] [24/Apr/2021:00:22:19.961099347 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [90722] [24/Apr/2021:00:22:19.963532181 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 19, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91037] [24/Apr/2021:00:22:19.965986950 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839cfb000000010000) csnMax (60839cfb000000010000) csnBuf (60839cfb000000010000) csnConsumerMax (60839cfb000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91161] [24/Apr/2021:00:22:19.970909837 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91345] [24/Apr/2021:00:22:19.973306852 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91458] [24/Apr/2021:00:22:19.976109085 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 19 19 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91591] [24/Apr/2021:00:22:19.978349534 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91700] [24/Apr/2021:00:22:19.981781213 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [91972] [24/Apr/2021:00:22:19.985306978 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [92136] [24/Apr/2021:00:22:19.990835396 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [92306] [24/Apr/2021:00:22:19.993506995 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [92480] [24/Apr/2021:00:22:19.995661969 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [92588] [24/Apr/2021:00:22:20.355494059 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [92759] [24/Apr/2021:00:22:20.358926551 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [92934] [24/Apr/2021:00:22:20.361318404 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [93109] [24/Apr/2021:00:22:20.363696816 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [93281] [24/Apr/2021:00:22:20.367608735 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [93456] [24/Apr/2021:00:22:20.374859823 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [93621] [24/Apr/2021:00:22:20.461502923 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (ci-vm-10-0-137-248:39201): Protocol stopped after 0 seconds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [93749] [24/Apr/2021:00:22:20.464875251 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [93934] [24/Apr/2021:00:22:20.467179503 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cfb000000010000 60839cfb DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [94109] [24/Apr/2021:00:22:20.469320105 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [94217] [24/Apr/2021:00:22:20.471735459 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [94325] [24/Apr/2021:00:22:25.483789593 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [94495] [24/Apr/2021:00:22:25.507241671 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [94670] [24/Apr/2021:00:22:25.510198983 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [94845] [24/Apr/2021:00:22:25.512700925 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [95017] [24/Apr/2021:00:22:25.515940346 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: start -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [95186] [24/Apr/2021:00:22:25.518662338 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Trying non-secure slapi_ldap_init_ext DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [95714] [24/Apr/2021:00:22:25.520904034 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - binddn = cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUXlOakF4TVdGa1ppMDNNVEpsTTJSbA0KTUMwNFlqUTBZMlZqTWkwM09HUTVNbVF4WlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCQnE5c2wra01LQ0JPTTIrb1FLZjJDTw==}QA4opkTpJ+aNxjDxkLw8iDWRl8L/A54CJ/+dVXONyfDkzIu0GzBjy41emqeeVt5p DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [95759] ISiLSZ7SWlUZawj2Wpp7vCp023eV2Ymjiqx2HTvex5M= DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [95934] [24/Apr/2021:00:22:25.523931239 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96056] [24/Apr/2021:00:22:25.528364003 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839cfb0002:1619238139:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96177] [24/Apr/2021:00:22:25.530610020 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839d010000:1619238145:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96345] [24/Apr/2021:00:22:25.534050991 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96527] [24/Apr/2021:00:22:25.536607425 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96711] [24/Apr/2021:00:22:25.541484865 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839cfb000000000000 / remotecsn:60839cf9000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96845] [24/Apr/2021:00:22:25.725073128 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cfb000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [96960] [24/Apr/2021:00:22:25.729118712 -0400] - DEBUG - csngen_adjust_time - gen state before 60839d010001:1619238145:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [97141] [24/Apr/2021:00:22:25.734186611 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [97297] [24/Apr/2021:00:22:25.746693128 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [97510] [24/Apr/2021:00:22:25.749356451 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cfb000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [97691] [24/Apr/2021:00:22:25.751767192 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [97847] [24/Apr/2021:00:22:25.754643574 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [98060] [24/Apr/2021:00:22:25.756881632 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cfb000000010000 60839cfb DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [98356] [24/Apr/2021:00:22:25.759222771 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (60839cfb000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839cfb000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [98480] [24/Apr/2021:00:22:25.761720012 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [98752] [24/Apr/2021:00:22:25.763888690 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [98901] [24/Apr/2021:00:22:25.766035205 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No changes to send DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99065] [24/Apr/2021:00:22:25.783865378 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99235] [24/Apr/2021:00:22:25.786822074 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99409] [24/Apr/2021:00:22:25.789333299 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99531] [24/Apr/2021:00:22:27.517313776 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839d010001:1619238145:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99652] [24/Apr/2021:00:22:27.520799813 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839d030000:1619238147:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99815] [24/Apr/2021:00:22:27.522996532 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839d03000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [99995] [24/Apr/2021:00:22:27.526878850 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a627b000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [100240] [24/Apr/2021:00:22:27.529525749 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [100415] [24/Apr/2021:00:22:27.531737024 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839d03000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [100553] [24/Apr/2021:00:22:27.534029632 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [100683] [24/Apr/2021:00:22:27.536039110 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [100821] [24/Apr/2021:00:22:27.540768788 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [100949] [24/Apr/2021:00:22:27.542829235 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [101066] [24/Apr/2021:00:22:27.545263106 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [101241] [24/Apr/2021:00:22:27.548686631 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [101424] [24/Apr/2021:00:22:27.551329650 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [101596] [24/Apr/2021:00:22:27.553599540 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [101764] [24/Apr/2021:00:22:27.557176104 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [101946] [24/Apr/2021:00:22:27.559354289 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [102061] [24/Apr/2021:00:22:27.577774750 -0400] - DEBUG - csngen_adjust_time - gen state before 60839d030002:1619238147:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [102242] [24/Apr/2021:00:22:27.580210915 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [102398] [24/Apr/2021:00:22:27.582682795 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [102611] [24/Apr/2021:00:22:27.584983999 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839cfb000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [102792] [24/Apr/2021:00:22:27.587358952 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [102948] [24/Apr/2021:00:22:27.589364721 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [103161] [24/Apr/2021:00:22:27.591799984 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d03000000010000 60839d03 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [103323] [24/Apr/2021:00:22:27.594562330 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f470000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [103550] [24/Apr/2021:00:22:27.596809270 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f470000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [103846] [24/Apr/2021:00:22:27.599234288 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839d03000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839cfb000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [103959] [24/Apr/2021:00:22:27.601295538 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839cfb000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [104150] [24/Apr/2021:00:22:27.604837598 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839cfb000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [104306] [24/Apr/2021:00:22:27.606950163 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [104418] [24/Apr/2021:00:22:27.609517142 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [104638] [24/Apr/2021:00:22:27.611728565 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839d03000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [104770] [24/Apr/2021:00:22:27.613968653 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [104968] [24/Apr/2021:00:22:27.638403049 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [105100] [24/Apr/2021:00:22:27.643159350 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [105415] [24/Apr/2021:00:22:27.645543986 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839d03000000010000) csnMax (60839d03000000010000) csnBuf (60839d03000000010000) csnConsumerMax (60839d03000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [105539] [24/Apr/2021:00:22:27.647737667 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [105723] [24/Apr/2021:00:22:27.650583373 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [105835] [24/Apr/2021:00:22:27.652811401 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [105968] [24/Apr/2021:00:22:27.655054573 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106098] [24/Apr/2021:00:22:27.657351030 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106231] [24/Apr/2021:00:22:27.659619481 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106364] [24/Apr/2021:00:22:27.663227927 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106497] [24/Apr/2021:00:22:27.667687349 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106630] [24/Apr/2021:00:22:27.674352938 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106763] [24/Apr/2021:00:22:27.685209294 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [106896] [24/Apr/2021:00:22:27.705248919 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [107029] [24/Apr/2021:00:22:27.740264326 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [107142] [24/Apr/2021:00:22:27.755140323 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [107251] [24/Apr/2021:00:22:27.807531062 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [107523] [24/Apr/2021:00:22:27.810600952 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [107687] [24/Apr/2021:00:22:27.816109572 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [107857] [24/Apr/2021:00:22:27.818507496 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108031] [24/Apr/2021:00:22:27.821201019 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108139] [24/Apr/2021:00:22:28.792781276 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108247] [24/Apr/2021:00:22:28.879687936 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108369] [24/Apr/2021:00:22:28.891776946 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839d030002:1619238147:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108490] [24/Apr/2021:00:22:28.894758300 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839d040000:1619238148:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108653] [24/Apr/2021:00:22:28.896992874 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839d04000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [108833] [24/Apr/2021:00:22:28.899893171 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a6283000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109078] [24/Apr/2021:00:22:28.902961809 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109253] [24/Apr/2021:00:22:28.905144836 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839d04000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109391] [24/Apr/2021:00:22:28.907254267 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109521] [24/Apr/2021:00:22:28.910101859 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109659] [24/Apr/2021:00:22:28.912883089 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109787] [24/Apr/2021:00:22:28.914977614 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [109904] [24/Apr/2021:00:22:28.917103196 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [110079] [24/Apr/2021:00:22:28.921656054 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [110262] [24/Apr/2021:00:22:28.924134938 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [110434] [24/Apr/2021:00:22:28.929589919 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [110602] [24/Apr/2021:00:22:28.933410019 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [110784] [24/Apr/2021:00:22:28.942118763 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [110968] [24/Apr/2021:00:22:28.944536935 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839d04000000000000 / remotecsn:60839cfb000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111102] [24/Apr/2021:00:22:29.133108911 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839cfb000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111287] [24/Apr/2021:00:22:29.136132548 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111402] [24/Apr/2021:00:22:29.320515333 -0400] - DEBUG - csngen_adjust_time - gen state before 60839d040002:1619238148:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111524] [24/Apr/2021:00:22:29.326448618 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839d040002:1619238148:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111645] [24/Apr/2021:00:22:29.329005626 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839d050000:1619238149:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111826] [24/Apr/2021:00:22:29.333051688 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [111982] [24/Apr/2021:00:22:29.335358024 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [112195] [24/Apr/2021:00:22:29.337953951 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d03000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [112376] [24/Apr/2021:00:22:29.340418756 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [112532] [24/Apr/2021:00:22:29.344751338 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [112745] [24/Apr/2021:00:22:29.348963849 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d04000000010000 60839d04 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [112907] [24/Apr/2021:00:22:29.351435666 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f470000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [113134] [24/Apr/2021:00:22:29.353759417 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f470000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [113430] [24/Apr/2021:00:22:29.356231418 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839d04000000010000) csnBuf (60839d03000000010000) csnConsumerMax (60839d03000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [113543] [24/Apr/2021:00:22:29.358337609 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839d03000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [113734] [24/Apr/2021:00:22:29.361130293 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839d03000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [113890] [24/Apr/2021:00:22:29.363434515 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [114002] [24/Apr/2021:00:22:29.366005741 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [114222] [24/Apr/2021:00:22:29.368609709 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839d04000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [114354] [24/Apr/2021:00:22:29.371074923 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [114552] [24/Apr/2021:00:22:29.374159190 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [114867] [24/Apr/2021:00:22:29.376671820 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839d04000000010000) csnMax (60839d04000000010000) csnBuf (60839d04000000010000) csnConsumerMax (60839d04000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [114991] [24/Apr/2021:00:22:29.379285458 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115175] [24/Apr/2021:00:22:29.381537480 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115287] [24/Apr/2021:00:22:29.383720338 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115420] [24/Apr/2021:00:22:29.388150937 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115550] [24/Apr/2021:00:22:29.390802226 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115683] [24/Apr/2021:00:22:29.393125684 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115816] [24/Apr/2021:00:22:29.396585580 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [115949] [24/Apr/2021:00:22:29.400998926 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116082] [24/Apr/2021:00:22:29.407707415 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116215] [24/Apr/2021:00:22:29.418469148 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116348] [24/Apr/2021:00:22:29.437213003 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116481] [24/Apr/2021:00:22:29.472284626 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116594] [24/Apr/2021:00:22:29.488318154 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116703] [24/Apr/2021:00:22:29.539124348 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [116975] [24/Apr/2021:00:22:29.542172027 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [117139] [24/Apr/2021:00:22:29.550819836 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [117309] [24/Apr/2021:00:22:29.553305976 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [117483] [24/Apr/2021:00:22:29.555460334 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [117591] [24/Apr/2021:00:22:29.926156255 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [117762] [24/Apr/2021:00:22:29.929426365 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [117937] [24/Apr/2021:00:22:29.932268558 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [118112] [24/Apr/2021:00:22:29.934515252 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [118284] [24/Apr/2021:00:22:29.942030039 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [118459] [24/Apr/2021:00:22:29.954211142 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [118624] [24/Apr/2021:00:22:30.032442017 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (ci-vm-10-0-137-248:39201): Protocol stopped after 0 seconds DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [118752] [24/Apr/2021:00:22:30.035563321 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [118937] [24/Apr/2021:00:22:30.037932083 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d04000000010000 60839d04 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119112] [24/Apr/2021:00:22:30.040391767 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119220] [24/Apr/2021:00:22:30.042735505 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119328] [24/Apr/2021:00:22:30.555925042 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119445] [24/Apr/2021:00:22:30.563873964 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119553] [24/Apr/2021:00:22:35.057928533 -0400] - DEBUG - replication - copy_operation_parameters - replica is null. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119723] [24/Apr/2021:00:22:35.066127759 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (ci-vm-10-0-137-248:39201)) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [119898] [24/Apr/2021:00:22:35.068952675 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [120073] [24/Apr/2021:00:22:35.071547394 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Disconnected from the consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [120245] [24/Apr/2021:00:22:35.075036131 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: start -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [120414] [24/Apr/2021:00:22:35.077586478 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Trying non-secure slapi_ldap_init_ext DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [120942] [24/Apr/2021:00:22:35.080084028 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (ci-vm-10-0-137-248:39201) - binddn = cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUXlOakF4TVdGa1ppMDNNVEpsTTJSbA0KTUMwNFlqUTBZMlZqTWkwM09HUTVNbVF4WlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCQnE5c2wra01LQ0JPTTIrb1FLZjJDTw==}QA4opkTpJ+aNxjDxkLw8iDWRl8L/A54CJ/+dVXONyfDkzIu0GzBjy41emqeeVt5p DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [120987] ISiLSZ7SWlUZawj2Wpp7vCp023eV2Ymjiqx2HTvex5M= DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [121162] [24/Apr/2021:00:22:35.083136821 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - No linger to cancel on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [121284] [24/Apr/2021:00:22:35.087047351 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839d050000:1619238149:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [121405] [24/Apr/2021:00:22:35.091087205 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839d0b0000:1619238155:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [121573] [24/Apr/2021:00:22:35.094539363 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [121755] [24/Apr/2021:00:22:35.097300322 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [121939] [24/Apr/2021:00:22:35.099808046 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:60839d04000000000000 / remotecsn:60839cfb000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [122073] [24/Apr/2021:00:22:35.283700062 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:60839d04000000000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [122188] [24/Apr/2021:00:22:35.286574565 -0400] - DEBUG - csngen_adjust_time - gen state before 60839d0b0001:1619238155:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [122369] [24/Apr/2021:00:22:35.288954925 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [122525] [24/Apr/2021:00:22:35.291261067 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [122738] [24/Apr/2021:00:22:35.293536381 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d04000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [122919] [24/Apr/2021:00:22:35.295661861 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [123075] [24/Apr/2021:00:22:35.298273013 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [123288] [24/Apr/2021:00:22:35.303569973 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d04000000010000 60839d04 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [123584] [24/Apr/2021:00:22:35.306046689 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (60839d04000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839d04000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [123708] [24/Apr/2021:00:22:35.308233683 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [123980] [24/Apr/2021:00:22:35.310914924 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [124129] [24/Apr/2021:00:22:35.313254443 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No changes to send DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [124293] [24/Apr/2021:00:22:35.318908843 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [124463] [24/Apr/2021:00:22:35.321424519 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [124637] [24/Apr/2021:00:22:35.323600285 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [124759] [24/Apr/2021:00:22:37.075849767 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 60839d0b0001:1619238155:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [124880] [24/Apr/2021:00:22:37.079291922 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 60839d0d0000:1619238157:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [125043] [24/Apr/2021:00:22:37.081813314 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 60839d0d000000010000 into pending list DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [125223] [24/Apr/2021:00:22:37.084259807 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 607a6284000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [125468] [24/Apr/2021:00:22:37.086926504 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: 72ade692-a4b411eb-ba598fce-4a5214c1, optype: 8) to changelog csn 60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [125643] [24/Apr/2021:00:22:37.089293934 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (60839d0d000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [125781] [24/Apr/2021:00:22:37.094749966 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [125911] [24/Apr/2021:00:22:37.096922623 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126049] [24/Apr/2021:00:22:37.098975226 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126177] [24/Apr/2021:00:22:37.101131966 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126294] [24/Apr/2021:00:22:37.103241845 -0400] - DEBUG - replication - multisupplier_mmr_postop - error 0 for operation 561. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126469] [24/Apr/2021:00:22:37.116238128 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126652] [24/Apr/2021:00:22:37.119371188 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126824] [24/Apr/2021:00:22:37.121616596 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (ci-vm-10-0-137-248:39201) - Canceling linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [126992] [24/Apr/2021:00:22:37.124892999 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Replica was successfully acquired. DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [127174] [24/Apr/2021:00:22:37.127358857 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: ready_to_acquire_replica -> sending_updates DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [127289] [24/Apr/2021:00:22:37.131398242 -0400] - DEBUG - csngen_adjust_time - gen state before 60839d0d0002:1619238157:0:0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [127470] [24/Apr/2021:00:22:37.134122291 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Consumer RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [127626] [24/Apr/2021:00:22:37.136318280 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [127839] [24/Apr/2021:00:22:37.138691428 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d04000000010000 00000000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [128020] [24/Apr/2021:00:22:37.140809905 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (ci-vm-10-0-137-248:39201)): Supplier RUV: DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [128176] [24/Apr/2021:00:22:37.142797640 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replicageneration} 60839caa000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [128389] [24/Apr/2021:00:22:37.144953415 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (ci-vm-10-0-137-248:39201): {replica 1 ldap://localhost.localdomain:39001} 60839caa000100010000 60839d0d000000010000 60839d0d DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [128551] [24/Apr/2021:00:22:37.149784546 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - found thread private buffer cache 0x7fad2f475000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [128778] [24/Apr/2021:00:22:37.152711434 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_buffer - _pool is 0x7fad606e5ba0 _pool->pl_busy_lists is 0x7fad30a1ca70 _pool->pl_busy_lists->bl_buffers is 0x7fad2f475000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129074] [24/Apr/2021:00:22:37.155126284 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_initial_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (60839d0d000000010000) csnBuf (00000000000000000000) csnConsumerMax (60839d04000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129187] [24/Apr/2021:00:22:37.157707821 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 60839d04000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129378] [24/Apr/2021:00:22:37.160119307 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (ci-vm-10-0-137-248:39201): CSN 60839d04000000010000 found, position set for replay DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129534] [24/Apr/2021:00:22:37.162391998 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_get_next_change - load=1 rec=1 csn=60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129646] [24/Apr/2021:00:22:37.164698730 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129866] [24/Apr/2021:00:22:37.167435322 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=60839d0d000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [129998] [24/Apr/2021:00:22:37.169550132 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [130196] [24/Apr/2021:00:22:37.174158648 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (ci-vm-10-0-137-248:39201): Receiver successfully sent operation with csn 60839d0d000000010000 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [130511] [24/Apr/2021:00:22:37.181698254 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (ci-vm-10-0-137-248:39201) - (cscb 0 - state 1) - csnPrevMax (60839d0d000000010000) csnMax (60839d0d000000010000) csnBuf (60839d0d000000010000) csnConsumerMax (60839d0d000000010000) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [130635] [24/Apr/2021:00:22:37.184393000 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_load_buffer - rc=-12797 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [130819] [24/Apr/2021:00:22:37.187795250 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (ci-vm-10-0-137-248:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [130931] [24/Apr/2021:00:22:37.191153010 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131063] [24/Apr/2021:00:22:37.194148092 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131196] [24/Apr/2021:00:22:37.199400686 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131326] [24/Apr/2021:00:22:37.203379090 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131459] [24/Apr/2021:00:22:37.206876778 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131592] [24/Apr/2021:00:22:37.210186949 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131725] [24/Apr/2021:00:22:37.214439630 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131858] [24/Apr/2021:00:22:37.220557302 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [131991] [24/Apr/2021:00:22:37.233882843 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [132124] [24/Apr/2021:00:22:37.253048836 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [132257] [24/Apr/2021:00:22:37.287957693 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [132370] [24/Apr/2021:00:22:37.294555617 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [132479] [24/Apr/2021:00:22:37.355322030 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [132751] [24/Apr/2021:00:22:37.359222052 -0400] - DEBUG - agmt="cn=201" (ci-vm-10-0-137-248:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [132915] [24/Apr/2021:00:22:37.365958942 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (ci-vm-10-0-137-248:39201): Successfully released consumer DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [133085] [24/Apr/2021:00:22:37.370368023 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (ci-vm-10-0-137-248:39201) - Beginning linger on the connection DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [133259] [24/Apr/2021:00:22:37.373160218 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (ci-vm-10-0-137-248:39201): State: sending_updates -> wait_for_changes DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:62 _pattern_errorlog: [133259] DEBUG tests.suites.schema.schema_replication_test:schema_replication_test.py:67 _pattern_errorlog: end at offset 133259 INFO tests.suites.schema.schema_replication_test:schema_replication_test.py:693 Testcase PASSED
Passed suites/schema/schema_test.py::test_schema_comparewithfiles 10.90
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.schema.schema_test:schema_test.py:124 Running test_schema_comparewithfiles... WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /etc/dirsrv/slapd-standalone1/schema/99user.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60sudo.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60autofs.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60rfc2739.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60rfc3712.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/10rfc2307compat.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/05rfc4524.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/05rfc2927.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/06inetorgperson.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60samba3.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/05rfc4523.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60posix-winsync-plugin.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/30ns-common.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/50ns-value.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/10automember-plugin.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60nss-ldap.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/20subscriber.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/50ns-directory.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60eduperson.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/02common.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/50ns-certificate.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/25java-object.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60sabayon.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/03entryuuid.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/50ns-admin.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/01core389.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/50ns-web.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/10dna-plugin.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60mozilla.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60pureftpd.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60pam-plugin.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60acctpolicy.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/50ns-mail.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/28pilot.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/00core.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/60trust.ldif as a schema file - skipping WARNING tests.suites.schema.schema_test:schema_test.py:136 Unable to parse /usr/share/dirsrv/schema/10mep-plugin.ldif as a schema file - skipping INFO tests.suites.schema.schema_test:schema_test.py:165 test_schema_comparewithfiles: PASSED
Passed suites/setup_ds/dscreate_test.py::test_setup_ds_minimal_dry 0.25
-------------------------------Captured log setup-------------------------------
DEBUG lib389:dscreate_test.py:42 Instance allocated DEBUG lib389:__init__.py:547 Allocate <class 'lib389.DirSrv'> with None DEBUG lib389:__init__.py:570 Allocate <class 'lib389.DirSrv'> with ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321 DEBUG lib389:__init__.py:595 Allocate <class 'lib389.DirSrv'> with ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321 DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
-------------------------------Captured log call--------------------------------
DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone INFO LogCapture.SetupDs:setup.py:670 NOOP: Dry run requested DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
-----------------------------Captured log teardown------------------------------
DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
Passed suites/setup_ds/dscreate_test.py::test_setup_ds_minimal 21.13
-------------------------------Captured log setup-------------------------------
DEBUG lib389:dscreate_test.py:42 Instance allocated DEBUG lib389:__init__.py:547 Allocate <class 'lib389.DirSrv'> with None DEBUG lib389:__init__.py:570 Allocate <class 'lib389.DirSrv'> with ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321 DEBUG lib389:__init__.py:595 Allocate <class 'lib389.DirSrv'> with ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321 DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
-------------------------------Captured log call--------------------------------
DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone DEBUG lib389:__init__.py:547 Allocate <class 'lib389.DirSrv'> with None DEBUG lib389:__init__.py:559 Allocate <class 'lib389.DirSrv'> with /var/run/slapd-standalone.socket DEBUG lib389:__init__.py:570 Allocate <class 'lib389.DirSrv'> with localhost:54321 DEBUG lib389:__init__.py:595 Allocate <class 'lib389.DirSrv'> with localhost:54321 DEBUG lib389:nss_ssl.py:197 nss cmd: /usr/bin/certutil -N -d /etc/dirsrv/slapd-standalone -f /etc/dirsrv/slapd-standalone/pwdfile.txt DEBUG lib389:nss_ssl.py:199 nss output: DEBUG lib389.nss_ssl:nss_ssl.py:314 nss cmd: /usr/bin/certutil -L -n Self-Signed-CA -d /etc/dirsrv/ssca/ DEBUG lib389:nss_ssl.py:559 CSR subject -> CN=localhost.localdomain,givenName=f717bab5-9ad4-43e8-bde8-9cb6c221e6ee,O=testing,L=389ds,ST=Queensland,C=AU DEBUG lib389:nss_ssl.py:560 CSR alt_names -> ['localhost.localdomain'] DEBUG lib389:nss_ssl.py:592 nss cmd: /usr/bin/certutil -R --keyUsage digitalSignature,nonRepudiation,keyEncipherment,dataEncipherment --nsCertType sslClient,sslServer --extKeyUsage clientAuth,serverAuth -s CN=localhost.localdomain,givenName=f717bab5-9ad4-43e8-bde8-9cb6c221e6ee,O=testing,L=389ds,ST=Queensland,C=AU -8 localhost.localdomain -g 4096 -d /etc/dirsrv/slapd-standalone -z /etc/dirsrv/slapd-standalone/noise.txt -f /etc/dirsrv/slapd-standalone/pwdfile.txt -a -o /etc/dirsrv/slapd-standalone/Server-Cert.csr DEBUG lib389.nss_ssl:nss_ssl.py:618 nss cmd: /usr/bin/certutil -C -d /etc/dirsrv/ssca/ -f /etc/dirsrv/ssca//pwdfile.txt -v 24 -a -i /etc/dirsrv/slapd-standalone/Server-Cert.csr -o /etc/dirsrv/slapd-standalone/Server-Cert.crt -c Self-Signed-CA DEBUG lib389:nss_ssl.py:242 nss cmd: /usr/bin/openssl rehash /etc/dirsrv/slapd-standalone DEBUG lib389:nss_ssl.py:646 nss cmd: /usr/bin/certutil -A -n Self-Signed-CA -t CT,, -a -i /etc/dirsrv/slapd-standalone/ca.crt -d /etc/dirsrv/slapd-standalone -f /etc/dirsrv/slapd-standalone/pwdfile.txt DEBUG lib389:nss_ssl.py:661 nss cmd: /usr/bin/certutil -A -n Server-Cert -t ,, -a -i /etc/dirsrv/slapd-standalone/Server-Cert.crt -d /etc/dirsrv/slapd-standalone -f /etc/dirsrv/slapd-standalone/pwdfile.txt DEBUG lib389:nss_ssl.py:670 nss cmd: /usr/bin/certutil -V -d /etc/dirsrv/slapd-standalone -n Server-Cert -u YCV DEBUG lib389.utils:utils.py:287 port 636 already in [389, 636, 3268, 3269, 7389], skipping port relabel DEBUG lib389.utils:utils.py:318 CMD: semanage port -a -t ldap_port_t -p tcp 54321 ; STDOUT: ; STDERR: DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389:__init__.py:1073 systemd status -> True DEBUG lib389:__init__.py:930 open(): Connecting to uri ldapi://%2Fvar%2Frun%2Fslapd-standalone.socket DEBUG lib389:__init__.py:938 Using dirsrv ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:947 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:960 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:971 Using /etc/openldap/ldap.conf certificate policy DEBUG lib389:__init__.py:972 ldap.OPT_X_TLS_REQUIRE_CERT = 2 DEBUG lib389:__init__.py:1005 open(): Using root autobind ... DEBUG lib389:__init__.py:1026 open(): bound as cn=Directory Manager DEBUG lib389:__init__.py:1689 Retrieving entry with [('',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: vendorVersion: 389-Directory/2.0.4 B2021.114.0113 ] DEBUG lib389:__init__.py:930 open(): Connecting to uri ldapi://%2Fvar%2Frun%2Fslapd-standalone.socket DEBUG lib389:__init__.py:938 Using dirsrv ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:947 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:960 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:971 Using /etc/openldap/ldap.conf certificate policy DEBUG lib389:__init__.py:972 ldap.OPT_X_TLS_REQUIRE_CERT = 2 DEBUG lib389:__init__.py:1005 open(): Using root autobind ... DEBUG lib389:__init__.py:1026 open(): bound as cn=Directory Manager DEBUG lib389:__init__.py:1689 Retrieving entry with [('',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: vendorVersion: 389-Directory/2.0.4 B2021.114.0113 ] DEBUG Config:_mapped_object.py:435 cn=config set REPLACE: ('nsslapd-secureport', '636') DEBUG Config:_mapped_object.py:435 cn=config set REPLACE: ('nsslapd-security', 'on') DEBUG Index:_mapped_object.py:911 Checking "None" under cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config : {'cn': 'entryUUID', 'nsSystemIndex': 'false', 'nsIndexType': ['eq', 'pres']} DEBUG Index:_mapped_object.py:889 Using first property cn: entryUUID as rdn DEBUG Index:_mapped_object.py:915 Validated dn cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config DEBUG Index:_mapped_object.py:942 Creating cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config DEBUG lib389._entry:_entry.py:261 updating dn: cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config DEBUG lib389._entry:_entry.py:267 updated dn: cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config with {'objectclass': [b'top', b'nsIndex']} DEBUG lib389._entry:_entry.py:261 updating dn: cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config DEBUG lib389._entry:_entry.py:267 updated dn: cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config with {'cn': [b'entryUUID'], 'nsSystemIndex': [b'false'], 'nsIndexType': [b'eq', b'pres']} DEBUG Index:_mapped_object.py:948 Created entry cn=entryUUID,cn=default indexes,cn=config,cn=ldbm database,cn=plugins,cn=config : {'objectclass': [b'top', b'nsIndex'], 'cn': [b'entryUUID'], 'nsSystemIndex': [b'false'], 'nsIndexType': [b'eq', b'pres']} DEBUG Config:_mapped_object.py:435 cn=config set REPLACE: ('nsslapd-rootpw', '********') DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389:__init__.py:1143 systemd status -> True DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389:__init__.py:1073 systemd status -> True DEBUG lib389:__init__.py:930 open(): Connecting to uri ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321/ DEBUG lib389:__init__.py:938 Using dirsrv ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:947 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:960 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:971 Using /etc/openldap/ldap.conf certificate policy DEBUG lib389:__init__.py:972 ldap.OPT_X_TLS_REQUIRE_CERT = 2 DEBUG lib389:__init__.py:1026 open(): bound as cn=Directory Manager DEBUG lib389:__init__.py:1689 Retrieving entry with [('',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: vendorVersion: 389-Directory/2.0.4 B2021.114.0113 ] DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389:__init__.py:1143 systemd status -> True DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389:__init__.py:1073 systemd status -> True DEBUG lib389:__init__.py:930 open(): Connecting to uri ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321/ DEBUG lib389:__init__.py:938 Using dirsrv ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:947 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:960 Using external ca certificate /etc/dirsrv/slapd-standalone DEBUG lib389:__init__.py:971 Using /etc/openldap/ldap.conf certificate policy DEBUG lib389:__init__.py:972 ldap.OPT_X_TLS_REQUIRE_CERT = 2 DEBUG lib389:__init__.py:1026 open(): bound as cn=Directory Manager DEBUG lib389:__init__.py:1689 Retrieving entry with [('',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: vendorVersion: 389-Directory/2.0.4 B2021.114.0113 ] DEBUG lib389.remove_ds:remove.py:38 Removing instance standalone DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config nsslapd-bakdir: /var/lib/dirsrv/slapd-standalone/bak ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config nsslapd-certdir: /etc/dirsrv/slapd-standalone ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config,cn=ldbm database,cn=plugins,cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config,cn=ldbm database,cn=plugins,cn=config nsslapd-directory: /var/lib/dirsrv/slapd-standalone/db ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=bdb,cn=config,cn=ldbm database,cn=plugins,cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=bdb,cn=config,cn=ldbm database,cn=plugins,cn=config nsslapd-db-home-directory: /var/lib/dirsrv/slapd-standalone/db ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config,cn=ldbm database,cn=plugins,cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config,cn=ldbm database,cn=plugins,cn=config nsslapd-directory: /var/lib/dirsrv/slapd-standalone/db ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config,cn=ldbm database,cn=plugins,cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config,cn=ldbm database,cn=plugins,cn=config nsslapd-directory: /var/lib/dirsrv/slapd-standalone/db ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config nsslapd-ldifdir: /var/lib/dirsrv/slapd-standalone/ldif ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config nsslapd-lockdir: /var/lock/dirsrv/slapd-standalone ] DEBUG lib389:__init__.py:1689 Retrieving entry with [('cn=config',)] DEBUG lib389:__init__.py:1699 Retrieved entry [dn: cn=config nsslapd-instancedir: /usr/lib64/dirsrv/slapd-standalone ] DEBUG lib389.remove_ds:remove.py:67 Checking for instance marker at /etc/dirsrv/slapd-standalone/dse.ldif DEBUG lib389.remove_ds:remove.py:72 Found instance marker at /etc/dirsrv/slapd-standalone/dse.ldif! Proceeding to remove ... DEBUG lib389.remove_ds:remove.py:76 Stopping instance standalone DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389:__init__.py:1143 systemd status -> True DEBUG lib389.remove_ds:remove.py:79 Found instance marker at /etc/dirsrv/slapd-standalone/dse.ldif! Proceeding to remove ... DEBUG lib389.remove_ds:remove.py:83 Stopping instance standalone DEBUG lib389:__init__.py:1170 systemd status -> True DEBUG lib389.remove_ds:remove.py:92 Removing /var/lib/dirsrv/slapd-standalone/bak DEBUG lib389.remove_ds:remove.py:92 Removing /etc/dirsrv/slapd-standalone DEBUG lib389.remove_ds:remove.py:92 Removing /etc/dirsrv/slapd-standalone DEBUG lib389.remove_ds:remove.py:92 Removing /var/lib/dirsrv/slapd-standalone/db DEBUG lib389.remove_ds:remove.py:92 Removing /var/lib/dirsrv/slapd-standalone/db DEBUG lib389.remove_ds:remove.py:92 Removing /var/lib/dirsrv/slapd-standalone/db/../ DEBUG lib389.remove_ds:remove.py:92 Removing /var/lib/dirsrv/slapd-standalone/changelogdb DEBUG lib389.remove_ds:remove.py:92 Removing /var/lib/dirsrv/slapd-standalone/ldif DEBUG lib389.remove_ds:remove.py:92 Removing /var/lock/dirsrv/slapd-standalone DEBUG lib389.remove_ds:remove.py:92 Removing /var/log/dirsrv/slapd-standalone DEBUG lib389.remove_ds:remove.py:92 Removing /usr/lib64/dirsrv/slapd-standalone DEBUG lib389.remove_ds:remove.py:92 Removing /etc/sysconfig/dirsrv-standalone DEBUG lib389.remove_ds:remove.py:101 Removing the systemd symlink DEBUG lib389.remove_ds:remove.py:108 CMD: systemctl disable dirsrv@standalone ; STDOUT: ; STDERR: Removed /etc/systemd/system/multi-user.target.wants/dirsrv@standalone.service. DEBUG lib389.remove_ds:remove.py:110 Removing /etc/tmpfiles.d/dirsrv-standalone.conf DEBUG lib389.remove_ds:remove.py:119 Removing the port labels DEBUG lib389.remove_ds:remove.py:149 Moving /etc/dirsrv/slapd-standalone to /etc/dirsrv/slapd-standalone.removed DEBUG lib389.remove_ds:remove.py:159 Complete
-----------------------------Captured log teardown------------------------------
DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
Passed suites/setup_ds/dscreate_test.py::test_setup_ds_inf_minimal 0.08
-------------------------------Captured log setup-------------------------------
DEBUG lib389:dscreate_test.py:42 Instance allocated DEBUG lib389:__init__.py:547 Allocate <class 'lib389.DirSrv'> with None DEBUG lib389:__init__.py:570 Allocate <class 'lib389.DirSrv'> with ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321 DEBUG lib389:__init__.py:595 Allocate <class 'lib389.DirSrv'> with ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:54321 DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
-----------------------------Captured log teardown------------------------------
DEBUG lib389:__init__.py:735 list instance not found in /etc/dirsrv/slapd-standalone/dse.ldif: standalone
Passed suites/setup_ds/remove_test.py::test_basic[True] 11.96
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/setup_ds/remove_test.py::test_basic[False] 11.09
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/state/mmt_state_test.py::test_check_desc_attr_state[description-Test1usr1-ldap.MOD_ADD-exp_values0-vucsn] 25.79
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ad35b2a9-777d-4f88-b02b-38b6342f0de6 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b0d786a6-1cb9-4851-bb24-1310764dffb9 / got description=ad35b2a9-777d-4f88-b02b-38b6342f0de6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:99 Add user: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:107 Check if list of description attrs present for: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:110 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: state1test
Passed suites/state/mmt_state_test.py::test_check_desc_attr_state[description-Test1usr2-ldap.MOD_ADD-exp_values1-vucsn] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:99 Add user: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:107 Check if list of description attrs present for: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:110 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: state1test
Passed suites/state/mmt_state_test.py::test_check_desc_attr_state[description-Test1usr3-ldap.MOD_ADD-exp_values2-vucsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:99 Add user: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:107 Check if list of description attrs present for: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:110 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: state1test
Passed suites/state/mmt_state_test.py::test_check_desc_attr_state[description-Test1usr4-ldap.MOD_REPLACE-exp_values3-adcsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:99 Add user: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:107 Check if list of description attrs present for: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:110 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: state1test
Passed suites/state/mmt_state_test.py::test_check_desc_attr_state[description-Test1usr4-ldap.MOD_DELETE-exp_values4-vdcsn] 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:99 Add user: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:107 Check if list of description attrs present for: state1test INFO tests.suites.state.mmt_state_test:mmt_state_test.py:110 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: state1test
Passed suites/state/mmt_state_test.py::test_check_cn_attr_state[cn-TestCN1-ldap.MOD_ADD-exp_values0-vucsn] 0.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:153 Add user: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:166 Check if list of cn attrs present for: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:168 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: TestCNusr1
Passed suites/state/mmt_state_test.py::test_check_cn_attr_state[cn-TestCN2-ldap.MOD_ADD-exp_values1-vucsn] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:153 Add user: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:166 Check if list of cn attrs present for: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:168 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: TestCNusr1
Passed suites/state/mmt_state_test.py::test_check_cn_attr_state[cn-TestnewCN3-ldap.MOD_REPLACE-exp_values2-adcsn] 0.07
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:153 Add user: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:166 Check if list of cn attrs present for: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:168 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: TestCNusr1
Passed suites/state/mmt_state_test.py::test_check_cn_attr_state[cn-TestnewCN3-ldap.MOD_DELETE-None-None] 0.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:153 Add user: TestCNusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:168 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: TestCNusr1
Passed suites/state/mmt_state_test.py::test_check_single_value_attr_state[preferredlanguage-Chinese-ldap.MOD_REPLACE-exp_values0-vucsn] 0.10
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:206 Add user: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:219 Check if list of cn attrs present for: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:221 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: Langusr1
Passed suites/state/mmt_state_test.py::test_check_single_value_attr_state[preferredlanguage-French-ldap.MOD_ADD-None-None] 0.11
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:206 Add user: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:221 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: Langusr1
Passed suites/state/mmt_state_test.py::test_check_single_value_attr_state[preferredlanguage-German-ldap.MOD_REPLACE-exp_values2-adcsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:206 Add user: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:219 Check if list of cn attrs present for: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:221 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: Langusr1
Passed suites/state/mmt_state_test.py::test_check_single_value_attr_state[preferredlanguage-German-ldap.MOD_DELETE-exp_values3-vdcsn] 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:206 Add user: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:219 Check if list of cn attrs present for: Langusr1 INFO tests.suites.state.mmt_state_test:mmt_state_test.py:221 Checking for operational attributes INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: Langusr1
Passed suites/state/mmt_state_test.py::test_check_subtype_attr_state[roomnumber;office-Tower1-ldap.MOD_ADD-exp_values0-vucsn] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:276 Add user: roomoffice1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:285 Check if list of roomnumber;office attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:287 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: roomoffice1usr
Passed suites/state/mmt_state_test.py::test_check_subtype_attr_state[roomnumber;office-Tower2-ldap.MOD_ADD-exp_values1-vucsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:276 Add user: roomoffice1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:285 Check if list of roomnumber;office attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:287 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: roomoffice1usr
Passed suites/state/mmt_state_test.py::test_check_subtype_attr_state[roomnumber;office-Tower3-ldap.MOD_ADD-exp_values2-vucsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:276 Add user: roomoffice1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:285 Check if list of roomnumber;office attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:287 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: roomoffice1usr
Passed suites/state/mmt_state_test.py::test_check_subtype_attr_state[roomnumber;office-Tower4-ldap.MOD_REPLACE-exp_values3-adcsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:276 Add user: roomoffice1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:285 Check if list of roomnumber;office attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:287 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: roomoffice1usr
Passed suites/state/mmt_state_test.py::test_check_subtype_attr_state[roomnumber;office-Tower4-ldap.MOD_DELETE-exp_values4-vucsn] 0.08
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:276 Add user: roomoffice1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:285 Check if list of roomnumber;office attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:287 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: roomoffice1usr
Passed suites/state/mmt_state_test.py::test_check_jpeg_attr_state[jpegphoto-thedeadbeef1-ldap.MOD_ADD-exp_values0-vucsn] 0.12
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:342 Add user: testJpeg1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:351 Check if list of jpeg attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:353 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: testJpeg1usr
Passed suites/state/mmt_state_test.py::test_check_jpeg_attr_state[jpegphoto-thedeadbeef2-ldap.MOD_ADD-exp_values1-vucsn] 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:342 Add user: testJpeg1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:351 Check if list of jpeg attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:353 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: testJpeg1usr
Passed suites/state/mmt_state_test.py::test_check_jpeg_attr_state[jpegphoto-thedeadbeef3-ldap.MOD_ADD-exp_values2-vucsn] 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:342 Add user: testJpeg1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:351 Check if list of jpeg attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:353 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: testJpeg1usr
Passed suites/state/mmt_state_test.py::test_check_jpeg_attr_state[jpegphoto-thedeadbeef2-ldap.MOD_REPLACE-exp_values3-adcsn] 0.09
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:342 Add user: testJpeg1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:351 Check if list of jpeg attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:353 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: testJpeg1usr
Passed suites/state/mmt_state_test.py::test_check_jpeg_attr_state[jpegphoto-thedeadbeef2-ldap.MOD_DELETE-exp_values4-vdcsn] 4.03
-------------------------------Captured log call--------------------------------
INFO tests.suites.state.mmt_state_test:mmt_state_test.py:342 Add user: testJpeg1usr INFO tests.suites.state.mmt_state_test:mmt_state_test.py:351 Check if list of jpeg attributes are present for a given entry INFO tests.suites.state.mmt_state_test:mmt_state_test.py:353 Checking if operational attributes are present for cn INFO tests.suites.state.mmt_state_test:mmt_state_test.py:36 Checking if operational attrs vucsn, adcsn and vdcsn present for: testJpeg1usr
Passed suites/syncrepl_plugin/basic_test.py::test_syncrepl_basic 11.99
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/syncrepl_plugin/basic_test.py::test_sync_repl_mep 22.81
------------------------------Captured stdout call------------------------------
syncrepl_poll: LDAP error (%s) {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}
Passed suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie 58.92
------------------------------Captured stdout call------------------------------
syncrepl_poll: LDAP error (%s) {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}
Passed suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie_add_del 39.18
------------------------------Captured stdout call------------------------------
syncrepl_poll: LDAP error (%s) {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}
Passed suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie_with_failure 47.35
------------------------------Captured stdout call------------------------------
syncrepl_poll: LDAP error (%s) {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}
Passed suites/syncrepl_plugin/basic_test.py::test_sync_repl_cenotaph 48.39
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 77ca7b53-5df4-46ae-a4f1-04cab363b79e / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect f05da6b4-07d1-430b-9e4a-547ec19426d8 / got description=77ca7b53-5df4-46ae-a4f1-04cab363b79e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
------------------------------Captured stdout call------------------------------
syncrepl_poll: LDAP error (%s) {'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': []}
Passed suites/syncrepl_plugin/openldap_test.py::test_syncrepl_openldap 21.62
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/syntax/acceptance_test.py::test_valid 14.64
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389.topologies.tests.suites.syntax.acceptance_test:acceptance_test.py:55 Clean the error log INFO lib389.topologies.tests.suites.syntax.acceptance_test:acceptance_test.py:59 Attempting to add task entry... INFO lib389.topologies.tests.suites.syntax.acceptance_test:acceptance_test.py:66 Found 0 invalid entries - Success
Passed suites/syntax/acceptance_test.py::test_invalid_uidnumber 4.38
-------------------------------Captured log call--------------------------------
INFO lib389.topologies.tests.suites.syntax.acceptance_test:acceptance_test.py:92 Clean the error log INFO lib389.topologies.tests.suites.syntax.acceptance_test:acceptance_test.py:99 Attempting to add task entry... INFO lib389.topologies.tests.suites.syntax.acceptance_test:acceptance_test.py:106 Found an invalid entry with wrong uidNumber - Success
Passed suites/syntax/acceptance_test.py::test_invalid_dn_syntax_crash 3.80
No log output captured.
Passed suites/syntax/acceptance_test.py::test_dn_syntax_spaces_delete[props0-cn=\20leadingSpace,ou=Groups,dc=example,dc=com] 4.64
No log output captured.
Passed suites/syntax/acceptance_test.py::test_dn_syntax_spaces_delete[props1-cn=trailingSpace\20,ou=Groups,dc=example,dc=com] 7.12
No log output captured.
Passed suites/syntax/mr_test.py::test_sss_mr 17.65
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.syntax.mr_test:mr_test.py:42 Creating LDIF... INFO tests.suites.syntax.mr_test:mr_test.py:47 Importing LDIF... INFO tests.suites.syntax.mr_test:mr_test.py:52 Search using server side sorting using undefined mr in the attr... INFO tests.suites.syntax.mr_test:mr_test.py:62 Test PASSED
Passed suites/tls/cipher_test.py::test_long_cipher_list 24.61
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/tls/ssl_version_test.py::test_ssl_version_range 47.08
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.tls.ssl_version_test:ssl_version_test.py:38 default min: TLS1.2 max: TLS1.3
Passed suites/tls/tls_cert_namespace_test.py::test_pem_cert_in_private_namespace 17.00
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:55 Enable TLS INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:58 Checking PrivateTmp value INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:60 Command used : systemctl show -p PrivateTmp dirsrv@standalone1.service INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:64 Check files in private /tmp INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:69 Check that Self-Signed-CA.pem is present in private /tmp INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:69 Check that Server-Cert-Key.pem is present in private /tmp INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:69 Check that Server-Cert.pem is present in private /tmp INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:72 Check instance cert directory INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:76 Check that Self-Signed-CA.pem is not present in /etc/dirsrv/slapd-standalone1/ directory INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:76 Check that Server-Cert-Key.pem is not present in /etc/dirsrv/slapd-standalone1/ directory INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:76 Check that Server-Cert.pem is not present in /etc/dirsrv/slapd-standalone1/ directory
Passed suites/tls/tls_cert_namespace_test.py::test_cert_category_authority 10.35
-------------------------------Captured log call--------------------------------
INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:107 Enable TLS INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:110 Get certificate path INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:116 Check that Self-Signed-CA.pem is present INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:120 Trust the certificate INFO tests.suites.tls.tls_cert_namespace_test:tls_cert_namespace_test.py:123 Search if our certificate has category: authority
Passed suites/tls/tls_check_crl_test.py::test_tls_check_crl 19.65
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/tls/tls_ldaps_only_test.py::test_tls_ldaps_only 30.83
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/upgrade/upgrade_repl_plugin_test.py::test_repl_plugin_name_change 19.95
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/vlv/regression_test.py::test_bulk_import_when_the_backend_with_vlv_was_recreated 43.97
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 570f96ac-7639-47d1-afb5-dc4eb84701a7 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4ba4e081-a29f-487d-bf6c-6f0cd9e45205 / got description=570f96ac-7639-47d1-afb5-dc4eb84701a7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
------------------------------Captured stdout call------------------------------
deleting vlv search: cn=vlvSrch,cn=userRoot,cn=ldbm database,cn=plugins,cn=config deleting vlv search entry...
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=dc=example,dc=com INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=userRoot,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=userRoot,cn=ldbm database,cn=plugins,cn=config cn: userRoot nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-supplier2/db/userRoot nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: dc=example,dc=com objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="dc=example,dc=com",cn=mapping tree,cn=config cn: dc=example,dc=com nsslapd-backend: userRoot nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config cn: dc=example,dc=com nsslapd-backend: userRoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 272a27e9-f091-4264-9ea7-8632e6f7c563 / got description=4ba4e081-a29f-487d-bf6c-6f0cd9e45205) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 272a27e9-f091-4264-9ea7-8632e6f7c563 / got description=4ba4e081-a29f-487d-bf6c-6f0cd9e45205) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 272a27e9-f091-4264-9ea7-8632e6f7c563 / got description=4ba4e081-a29f-487d-bf6c-6f0cd9e45205) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 272a27e9-f091-4264-9ea7-8632e6f7c563 / got description=4ba4e081-a29f-487d-bf6c-6f0cd9e45205) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect bcc3c52b-72fb-43e2-9ede-94284c57e9f3 / got description=272a27e9-f091-4264-9ea7-8632e6f7c563) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 17aec37e-bf72-41a8-bfd3-74f8647beec9 / got description=bcc3c52b-72fb-43e2-9ede-94284c57e9f3) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 2bb9d2ba-ffa0-460d-8980-43ea8c5da460 / got description=17aec37e-bf72-41a8-bfd3-74f8647beec9) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working
Passed tickets/ticket47560_test.py::test_ticket47560 24.95
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:907 fixupMemberOf task fixupmemberof_04242021_003259 for basedn dc=example,dc=com completed successfully
Passed tickets/ticket47573_test.py::test_ticket47573_init 25.45
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect d7387276-1b08-410c-a161-8bd351d50a27 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:123 test_ticket47573_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f3c6129a370> (supplier <lib389.DirSrv object at 0x7f3c61005af0>, consumer <lib389.DirSrv object at 0x7f3c61005eb0>
Passed tickets/ticket47573_test.py::test_ticket47573_one 1.26
-------------------------------Captured log call--------------------------------
DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:147 test_ticket47573_one topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f3c6129a370> (supplier <lib389.DirSrv object at 0x7f3c61005af0>, consumer <lib389.DirSrv object at 0x7f3c61005eb0> DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:113 trigger_schema_push: receive 0 (expected 1) DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:161 test_ticket47573_one supplier_schema_csn=b'60839f9e000000000000' DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:162 ctest_ticket47573_one onsumer_schema_csn=b'60839f9e000000000000' DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:47 _pattern_errorlog: start at offset 0 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [36] 389-Directory/2.0.4 B2021.114.0113 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [95] localhost.localdomain:39001 (/etc/dirsrv/slapd-supplier1) DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [96] DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [198] [24/Apr/2021:00:33:11.532828938 -0400] - INFO - main - 389-Directory/2.0.4 B2021.114.0113 starting up DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [306] [24/Apr/2021:00:33:11.535066942 -0400] - INFO - main - Setting the maximum file descriptor limit to: 524288 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [398] [24/Apr/2021:00:33:11.539409780 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [490] [24/Apr/2021:00:33:11.542256986 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [598] [24/Apr/2021:00:33:12.279849549 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [712] [24/Apr/2021:00:33:12.285523821 -0400] - INFO - bdb_config_upgrade_dse_info - create config entry from old config DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [814] [24/Apr/2021:00:33:12.291817152 -0400] - NOTICE - bdb_start_autotune - found 7977316k physical memory DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [910] [24/Apr/2021:00:33:12.294562294 -0400] - NOTICE - bdb_start_autotune - found 7295456k available DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1017] [24/Apr/2021:00:33:12.296693132 -0400] - NOTICE - bdb_start_autotune - cache autosizing: db cache: 498582k DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1120] [24/Apr/2021:00:33:12.299401922 -0400] - NOTICE - bdb_start_autotune - total cache size: 408438579 B; DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1256] [24/Apr/2021:00:33:12.548329525 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 39001 for LDAP requests DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1383] [24/Apr/2021:00:33:12.552328670 -0400] - INFO - slapd_daemon - Listening on /var/run/slapd-supplier1.socket for LDAPI requests DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1542] [24/Apr/2021:00:33:12.570578493 -0400] - INFO - postop_modify_config_dse - The change of nsslapd-securePort will not take effect until the server is restarted DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1659] [24/Apr/2021:00:33:13.079992116 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1837] [24/Apr/2021:00:33:13.570519637 -0400] - INFO - op_thread_cleanup - slapd shutting down - signaling operation threads - op stack size 2 max work q size 1 max work q stack size 1 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [1958] [24/Apr/2021:00:33:13.574956219 -0400] - INFO - slapd_daemon - slapd shutting down - waiting for 13 threads to terminate DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2088] [24/Apr/2021:00:33:13.578120748 -0400] - INFO - slapd_daemon - slapd shutting down - closing down internal subsystems and plugins DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2191] [24/Apr/2021:00:33:13.584719862 -0400] - INFO - bdb_pre_close - Waiting for 4 database threads to stop DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2288] [24/Apr/2021:00:33:15.010303668 -0400] - INFO - bdb_pre_close - All database threads now stopped DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2399] [24/Apr/2021:00:33:15.041143724 -0400] - INFO - ldbm_back_instance_set_destructor - Set of instances destroyed DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2560] [24/Apr/2021:00:33:15.044980471 -0400] - INFO - connection_post_shutdown_cleanup - slapd shutting down - freed 1 work q stack objects - freed 2 op stack objects DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2630] [24/Apr/2021:00:33:15.047662470 -0400] - INFO - main - slapd stopped. DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2732] [24/Apr/2021:00:33:16.315396355 -0400] - INFO - main - 389-Directory/2.0.4 B2021.114.0113 starting up DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2840] [24/Apr/2021:00:33:16.323119147 -0400] - INFO - main - Setting the maximum file descriptor limit to: 524288 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [2932] [24/Apr/2021:00:33:16.329309869 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3024] [24/Apr/2021:00:33:16.332965087 -0400] - ERR - allow_operation - Component identity is NULL DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3132] [24/Apr/2021:00:33:17.075955330 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3249] [24/Apr/2021:00:33:17.081335823 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3351] [24/Apr/2021:00:33:17.088081065 -0400] - NOTICE - bdb_start_autotune - found 7977316k physical memory DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3447] [24/Apr/2021:00:33:17.090796608 -0400] - NOTICE - bdb_start_autotune - found 7294696k available DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3554] [24/Apr/2021:00:33:17.093349434 -0400] - NOTICE - bdb_start_autotune - cache autosizing: db cache: 498582k DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3684] [24/Apr/2021:00:33:17.096365819 -0400] - NOTICE - bdb_start_autotune - cache autosizing: userRoot entry cache (1 total): 1376256k DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3810] [24/Apr/2021:00:33:17.099300741 -0400] - NOTICE - bdb_start_autotune - cache autosizing: userRoot dn cache (1 total): 196608k DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [3914] [24/Apr/2021:00:33:17.105993350 -0400] - NOTICE - bdb_start_autotune - total cache size: 1834501939 B; DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [4050] [24/Apr/2021:00:33:17.174184758 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 39001 for LDAP requests DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [4177] [24/Apr/2021:00:33:17.177935010 -0400] - INFO - slapd_daemon - Listening on /var/run/slapd-supplier1.socket for LDAPI requests DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [4365] [24/Apr/2021:00:33:26.210359362 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [4545] [24/Apr/2021:00:33:26.213678553 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [4733] [24/Apr/2021:00:33:26.216884444 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [4913] [24/Apr/2021:00:33:26.224238210 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5084] [24/Apr/2021:00:33:27.229500046 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Beginning total update of replica "agmt="cn=temp_201" (ci-vm-10-0-137-248:39201)". DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5268] [24/Apr/2021:00:33:27.250931196 -0400] - NOTICE - NSMMReplicationPlugin - replica_subentry_check - Need to create replication keep alive entry <cn=repl keep alive 1,dc=example,dc=com> DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5413] [24/Apr/2021:00:33:27.254633203 -0400] - INFO - NSMMReplicationPlugin - replica_subentry_create - add dn: cn=repl keep alive 1,dc=example,dc=com DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5430] objectclass: top DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5456] objectclass: ldapsubentry DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5486] objectclass: extensibleObject DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5508] cn: repl keep alive 1 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5695] [24/Apr/2021:00:33:29.828110776 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Finished total update of replica "agmt="cn=temp_201" (ci-vm-10-0-137-248:39201)". Sent 16 entries. DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5695] DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:59 _pattern_errorlog: end at offset 5695
Passed tickets/ticket47573_test.py::test_ticket47573_two 1.28
-------------------------------Captured log call--------------------------------
DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:113 trigger_schema_push: receive b'1' (expected 2) DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:192 test_ticket47573_two supplier_schema_csn=b'60839f9f000000000000' DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:193 test_ticket47573_two consumer_schema_csn=b'60839f9f000000000000' DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:47 _pattern_errorlog: start at offset 5696 DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:54 _pattern_errorlog: [5696] DEBUG tests.tickets.ticket47573_test:ticket47573_test.py:59 _pattern_errorlog: end at offset 5696
Passed tickets/ticket47573_test.py::test_ticket47573_three 4.15
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47573_test:ticket47573_test.py:228 Testcase PASSED
Passed tickets/ticket47619_test.py::test_ticket47619_init 31.48
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 2eb538d8-ba90-48a0-90aa-860530cfd819 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47619_test.py:48 test_ticket47619_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f3c61d2c190> INFO lib389:ticket47619_test.py:61 test_ticket47619_init: 100 entries ADDed other_entry[0..99]
Passed tickets/ticket47619_test.py::test_ticket47619_create_index 3.16
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog INFO lib389:backend.py:80 List backend with suffix=cn=changelog
Passed tickets/ticket47619_test.py::test_ticket47619_reindex 16.42
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:825 Index task index_attrs_04242021_003416 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003418 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003420 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003422 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003424 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003426 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003428 completed successfully INFO lib389:tasks.py:825 Index task index_attrs_04242021_003430 completed successfully
Passed tickets/ticket47619_test.py::test_ticket47619_check_indexed_search 3.21
No log output captured.
Passed tickets/ticket47640_test.py::test_ticket47640 11.61
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47640_test:ticket47640_test.py:65 Add operation correctly rejected. INFO tests.tickets.ticket47640_test:ticket47640_test.py:75 Test complete
Passed tickets/ticket47653MMR_test.py::test_ticket47653_init 26.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 69718577-ede8-4806-9a68-04eb63259c1c / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1c49f5e8-e5e1-4448-8150-154690b54130 / got description=69718577-ede8-4806-9a68-04eb63259c1c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47653MMR_test.py:72 Add OCticket47653 that allows 'member' attribute INFO lib389:ticket47653MMR_test.py:77 Add cn=bind_entry, dc=example,dc=com
Passed tickets/ticket47653MMR_test.py::test_ticket47653_add 5.28
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47653MMR_test.py:114 ######################### ADD ###################### INFO lib389:ticket47653MMR_test.py:117 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:ticket47653MMR_test.py:147 Try to add Add cn=test_entry, dc=example,dc=com (aci is missing): dn: cn=test_entry, dc=example,dc=com cn: test_entry member: cn=bind_entry, dc=example,dc=com objectclass: top objectclass: person objectclass: OCticket47653 postalAddress: here postalCode: 1234 sn: test_entry INFO lib389:ticket47653MMR_test.py:151 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:ticket47653MMR_test.py:155 Bind as cn=Directory Manager and add the ADD SELFDN aci INFO lib389:ticket47653MMR_test.py:168 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:ticket47653MMR_test.py:173 Try to add Add cn=test_entry, dc=example,dc=com (member is missing) INFO lib389:ticket47653MMR_test.py:181 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:ticket47653MMR_test.py:188 Try to add Add cn=test_entry, dc=example,dc=com (with several member values) INFO lib389:ticket47653MMR_test.py:191 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:ticket47653MMR_test.py:195 Try to add Add cn=test_entry, dc=example,dc=com should be successful INFO lib389:ticket47653MMR_test.py:206 Try to retrieve cn=test_entry, dc=example,dc=com from Supplier2 INFO lib389:ticket47653MMR_test.py:218 Update cn=test_entry, dc=example,dc=com on M2
Passed tickets/ticket47653MMR_test.py::test_ticket47653_modify 8.18
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47653MMR_test.py:248 Bind as cn=bind_entry, dc=example,dc=com INFO lib389:ticket47653MMR_test.py:251 ######################### MODIFY ###################### INFO lib389:ticket47653MMR_test.py:255 Try to modify cn=test_entry, dc=example,dc=com (aci is missing) INFO lib389:ticket47653MMR_test.py:259 Exception (expected): INSUFFICIENT_ACCESS INFO lib389:ticket47653MMR_test.py:263 Bind as cn=Directory Manager and add the WRITE SELFDN aci INFO lib389:ticket47653MMR_test.py:277 M1: Bind as cn=bind_entry, dc=example,dc=com INFO lib389:ticket47653MMR_test.py:282 M1: Try to modify cn=test_entry, dc=example,dc=com. It should succeeds INFO lib389:ticket47653MMR_test.py:286 M1: Bind as cn=Directory Manager INFO lib389:ticket47653MMR_test.py:289 M1: Check the update of cn=test_entry, dc=example,dc=com INFO lib389:ticket47653MMR_test.py:295 M2: Bind as cn=Directory Manager INFO lib389:ticket47653MMR_test.py:297 M2: Try to retrieve cn=test_entry, dc=example,dc=com INFO lib389:ticket47653MMR_test.py:311 M2: Update cn=test_entry, dc=example,dc=com (bound as cn=bind_entry, dc=example,dc=com) INFO lib389:ticket47653MMR_test.py:329 M1: Bind as cn=Directory Manager INFO lib389:ticket47653MMR_test.py:331 M1: Check cn=test_entry, dc=example,dc=com.postalCode=1929)
Passed tickets/ticket47676_test.py::test_ticket47676_init 26.99
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 42ec1c16-7c0c-4a37-a7a5-33cccec516f2 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 43222b19-aeca-45ac-8dee-9be1fbadd034 / got description=42ec1c16-7c0c-4a37-a7a5-33cccec516f2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47676_test.py:88 Add OCticket47676 that allows 'member' attribute INFO lib389:ticket47676_test.py:93 Add cn=bind_entry, dc=example,dc=com
Passed tickets/ticket47676_test.py::test_ticket47676_skip_oc_at 3.89
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47676_test.py:120 ######################### ADD ###################### INFO lib389:ticket47676_test.py:123 Bind as cn=Directory Manager and add the add the entry with specific oc INFO lib389:ticket47676_test.py:140 Try to add Add cn=test_entry, dc=example,dc=com should be successful INFO lib389:ticket47676_test.py:147 Try to retrieve cn=test_entry, dc=example,dc=com from Supplier2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 14b3286d-854a-4ea6-9ea2-7ec29107bc99 / got description=43222b19-aeca-45ac-8dee-9be1fbadd034) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389:ticket47676_test.py:152 Update cn=test_entry, dc=example,dc=com on M2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect be64bdda-9550-4baf-b895-638edb489b83 / got description=14b3286d-854a-4ea6-9ea2-7ec29107bc99) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed tickets/ticket47676_test.py::test_ticket47676_reject_action 16.34
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47676_test.py:163 ######################### REJECT ACTION ###################### INFO lib389:ticket47676_test.py:177 Add OC2ticket47676 on M1 INFO lib389:ticket47676_test.py:182 Check OC2ticket47676 is in M1 INFO lib389:ticket47676_test.py:193 Update cn=test_entry, dc=example,dc=com on M1 INFO lib389:ticket47676_test.py:198 Check updated cn=test_entry, dc=example,dc=com on M2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b76e9af0-e8d9-4c0a-9835-30c4268a0ef4 / got description=be64bdda-9550-4baf-b895-638edb489b83) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389:ticket47676_test.py:205 Check OC2ticket47676 is not in M2 INFO lib389:ticket47676_test.py:215 ######################### NO MORE REJECT ACTION ###################### INFO lib389:ticket47676_test.py:226 Update cn=test_entry, dc=example,dc=com on M1 INFO lib389:ticket47676_test.py:231 Check updated cn=test_entry, dc=example,dc=com on M2 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 7047e48d-1df9-4591-9f5e-2bd86cbd8fff / got description=b76e9af0-e8d9-4c0a-9835-30c4268a0ef4) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389:ticket47676_test.py:237 Check OC2ticket47676 is in M2
Passed tickets/ticket47714_test.py::test_ticket47714_init 9.67
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47714_test.py:38 ############################################### INFO lib389:ticket47714_test.py:39 ####### INFO lib389:ticket47714_test.py:40 ####### Testing Ticket 47714 - [RFE] Update lastLoginTime also in Account Policy plugin if account lockout is based on passwordExpirationTime. INFO lib389:ticket47714_test.py:41 ####### INFO lib389:ticket47714_test.py:42 ############################################### INFO lib389.utils:ticket47714_test.py:55 ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=example,dc=com ###################### INFO lib389.utils:ticket47714_test.py:60 ######################### Adding Test User entry: uid=ticket47714user,dc=example,dc=com ######################
Passed tickets/ticket47714_test.py::test_ticket47714_run_0 10.54
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47714_test.py:38 ############################################### INFO lib389:ticket47714_test.py:39 ####### INFO lib389:ticket47714_test.py:40 ####### Account Policy - No new attr alwaysRecordLoginAttr in config INFO lib389:ticket47714_test.py:41 ####### INFO lib389:ticket47714_test.py:42 ############################################### INFO lib389.utils:ticket47714_test.py:96 ######################### Bind as uid=ticket47714user,dc=example,dc=com ###################### INFO lib389.utils:ticket47714_test.py:109 ######################### Bind as uid=ticket47714user,dc=example,dc=com again ###################### INFO lib389.utils:ticket47714_test.py:122 First lastLoginTime: b'20210424043628Z', Second lastLoginTime: b'20210424043630Z' INFO lib389.utils:ticket47714_test.py:133 ######################### cn=config,cn=Account Policy Plugin,cn=plugins,cn=config ###################### INFO lib389.utils:ticket47714_test.py:134 accountInactivityLimit: b'1' INFO lib389.utils:ticket47714_test.py:135 ######################### cn=config,cn=Account Policy Plugin,cn=plugins,cn=config DONE ###################### INFO lib389.utils:ticket47714_test.py:137 ######################### Bind as uid=ticket47714user,dc=example,dc=com again to fail ###################### INFO lib389.utils:ticket47714_test.py:141 CONSTRAINT VIOLATION Constraint violation INFO lib389.utils:ticket47714_test.py:142 uid=ticket47714user,dc=example,dc=com was successfully inactivated.
Passed tickets/ticket47714_test.py::test_ticket47714_run_1 6.21
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47714_test.py:38 ############################################### INFO lib389:ticket47714_test.py:39 ####### INFO lib389:ticket47714_test.py:40 ####### Account Policy - With new attr alwaysRecordLoginAttr in config INFO lib389:ticket47714_test.py:41 ####### INFO lib389:ticket47714_test.py:42 ############################################### INFO lib389.utils:ticket47714_test.py:179 ######################### Bind as uid=ticket47714user,dc=example,dc=com ###################### INFO lib389.utils:ticket47714_test.py:191 ######################### Bind as uid=ticket47714user,dc=example,dc=com again ###################### INFO lib389.utils:ticket47714_test.py:203 First lastLoginTime: b'20210424043637Z', Second lastLoginTime: b'20210424043638Z' INFO lib389:ticket47714_test.py:206 ticket47714 was successfully verified.
Passed tickets/ticket47721_test.py::test_ticket47721_init 26.13
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 62d08067-e85d-4e1d-a6c8-c6d40a2447b2 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a58fd33a-1fd6-474f-b179-9c6eb242272c / got description=62d08067-e85d-4e1d-a6c8-c6d40a2447b2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47721_test.py:98 Add cn=bind_entry, dc=example,dc=com
Passed tickets/ticket47721_test.py::test_ticket47721_0 1.25
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect addb16c3-06e1-4451-bf76-603699210ef1 / got description=a58fd33a-1fd6-474f-b179-9c6eb242272c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed tickets/ticket47721_test.py::test_ticket47721_1 3.57
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47721_test:ticket47721_test.py:127 Running test 1... INFO lib389:ticket47721_test.py:132 Add (M2) b"( ATticket47721-oid NAME 'ATticket47721' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )" INFO lib389:ticket47721_test.py:136 Chg (M2) b"( 2.16.840.1.113730.3.1.569 NAME 'cosPriority' DESC 'Netscape defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'Netscape Directory Server' )" INFO lib389:ticket47721_test.py:140 Add (M2) b"( OCticket47721-oid NAME 'OCticket47721' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" INFO lib389:ticket47721_test.py:144 Chg (M2) b"( 5.3.6.1.1.1.2.0 NAME 'trustAccount' DESC 'Sets trust accounts information' SUP top AUXILIARY MUST trustModel MAY ( accessTo $ ou ) X-ORIGIN 'nss_ldap/pam_ldap' )" INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect f5d7df21-eebe-415e-bef3-0181fcfbbc9d / got description=addb16c3-06e1-4451-bf76-603699210ef1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:158 Supplier 1 schemaCSN: b'6083a074000000000000' DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:159 Supplier 2 schemaCSN: b'6083a074000000000000'
Passed tickets/ticket47721_test.py::test_ticket47721_2 3.29
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47721_test:ticket47721_test.py:163 Running test 2... INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 0a15eb2b-d6a9-4e67-bd96-6a87bd98262b / got description=f5d7df21-eebe-415e-bef3-0181fcfbbc9d) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:176 Supplier 1 schemaCSN: b'6083a074000000000000' DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:177 Supplier 2 schemaCSN: b'6083a074000000000000'
Passed tickets/ticket47721_test.py::test_ticket47721_3 13.62
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47721_test:ticket47721_test.py:195 Running test 3... INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:ticket47721_test.py:203 Update schema (M2) b"( ATtest3-oid NAME 'ATtest3' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )" INFO lib389:ticket47721_test.py:208 Update schema (M2) b"( OCtest3-oid NAME 'OCtest3' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c4d0123f-107a-4dff-a197-aae9e9bd7a94 / got description=0a15eb2b-d6a9-4e67-bd96-6a87bd98262b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:223 Supplier 1 schemaCSN: b'6083a074000000000000' DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:224 Supplier 2 schemaCSN: b'6083a081000000000000'
Passed tickets/ticket47721_test.py::test_ticket47721_4 11.28
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47721_test:ticket47721_test.py:245 Running test 4... INFO lib389:ticket47721_test.py:248 Update schema (M1) b"( ATtest4-oid NAME 'ATtest4' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )" INFO lib389:ticket47721_test.py:252 Update schema (M1) b"( OCtest4-oid NAME 'OCtest4' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" INFO lib389:ticket47721_test.py:255 trigger replication M1->M2: to update the schema INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d2c92d9e-7a0e-4f4f-ac65-9f38460d05d7 / got description=c4d0123f-107a-4dff-a197-aae9e9bd7a94) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d2c92d9e-7a0e-4f4f-ac65-9f38460d05d7 / got description=c4d0123f-107a-4dff-a197-aae9e9bd7a94) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect d2c92d9e-7a0e-4f4f-ac65-9f38460d05d7 / got description=c4d0123f-107a-4dff-a197-aae9e9bd7a94) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389:ticket47721_test.py:264 trigger replication M1->M2: to push the schema INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3bb3a534-bfe6-48fb-8fde-56f9e1e9c417 / got description=d2c92d9e-7a0e-4f4f-ac65-9f38460d05d7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:276 Supplier 1 schemaCSN: b'6083a08a000000000000' DEBUG tests.tickets.ticket47721_test:ticket47721_test.py:277 Supplier 2 schemaCSN: b'6083a08a000000000000'
Passed tickets/ticket47787_test.py::test_ticket47787_init 28.01
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 51747b42-5eb3-41f0-9c9f-fda9df627552 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect bef13cbe-bc5c-4f27-9ad8-ef8cd6fb65f3 / got description=51747b42-5eb3-41f0-9c9f-fda9df627552) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47787_test.py:294 ######################### INITIALIZATION ###################### INFO lib389:ticket47787_test.py:297 Add cn=bind_entry,dc=example,dc=com INFO lib389:ticket47787_test.py:305 Add cn=staged user,dc=example,dc=com INFO lib389:ticket47787_test.py:312 Add cn=accounts,dc=example,dc=com
Passed tickets/ticket47787_test.py::test_ticket47787_2 18.68
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47787_test.py:69 ############################################### INFO lib389:ticket47787_test.py:70 ####### INFO lib389:ticket47787_test.py:71 ####### test_ticket47787_2 INFO lib389:ticket47787_test.py:72 ####### INFO lib389:ticket47787_test.py:73 ############################################### INFO lib389:ticket47787_test.py:59 Bind as cn=Directory Manager INFO lib389:ticket47787_test.py:59 Bind as cn=Directory Manager INFO lib389:ticket47787_test.py:159 ######################### Pause RA M1<->M2 ###################### INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:ticket47787_test.py:209 ######################### MOD cn=new_account18,cn=staged user,dc=example,dc=com (M2) ###################### INFO lib389:ticket47787_test.py:200 ######################### DELETE new_account1 (M1) ###################### INFO lib389:ticket47787_test.py:209 ######################### MOD cn=new_account18,cn=staged user,dc=example,dc=com (M2) ###################### INFO lib389:ticket47787_test.py:209 ######################### MOD cn=new_account19,cn=staged user,dc=example,dc=com (M2) ###################### INFO lib389:ticket47787_test.py:209 ######################### MOD cn=new_account1,cn=staged user,dc=example,dc=com (M2) ###################### INFO lib389:ticket47787_test.py:209 ######################### MOD cn=new_account19,cn=staged user,dc=example,dc=com (M2) ###################### INFO lib389:ticket47787_test.py:170 ######################### resume RA M1<->M2 ###################### INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:ticket47787_test.py:388 ######################### Check DEL replicated on M2 ###################### INFO lib389:ticket47787_test.py:79 ######################### Tombstone on M1 ###################### INFO lib389:ticket47787_test.py:92 ######################### Tombstone on M2 ###################### INFO lib389:ticket47787_test.py:96 ######################### Description ###################### DEL M1 - MOD M2 INFO lib389:ticket47787_test.py:97 M1 only INFO lib389:ticket47787_test.py:108 M2 only INFO lib389:ticket47787_test.py:119 M1 differs M2 INFO lib389:ticket47787_test.py:409 ######################### Check MOD replicated on M1 ######################
Passed tickets/ticket47808_test.py::test_ticket47808_run 14.65
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47808_test.py:36 Bind as cn=Directory Manager INFO lib389:ticket47808_test.py:39 ######################### SETUP ATTR UNIQ PLUGIN ###################### INFO lib389:ticket47808_test.py:46 ######################### ADD USER 1 ###################### INFO lib389:ticket47808_test.py:55 Try to add Add dn: cn=test_entry 1, dc=example,dc=com cn: test_entry 1 objectclass: top objectclass: person sn: test_entry : dn: cn=test_entry 1, dc=example,dc=com cn: test_entry 1 objectclass: top objectclass: person sn: test_entry INFO lib389:ticket47808_test.py:58 ######################### Restart Server ###################### INFO lib389:ticket47808_test.py:62 ######################### ADD USER 2 ###################### INFO lib389:ticket47808_test.py:71 Try to add Add dn: cn=test_entry 2, dc=example,dc=com cn: test_entry 2 objectclass: top objectclass: person sn: test_entry : dn: cn=test_entry 2, dc=example,dc=com cn: test_entry 2 objectclass: top objectclass: person sn: test_entry WARNING lib389:ticket47808_test.py:75 Adding cn=test_entry 2, dc=example,dc=com failed INFO lib389:ticket47808_test.py:78 ######################### IS SERVER UP? ###################### INFO lib389:ticket47808_test.py:81 Yes, it's up. INFO lib389:ticket47808_test.py:83 ######################### CHECK USER 2 NOT ADDED ###################### INFO lib389:ticket47808_test.py:84 Try to search cn=test_entry 2, dc=example,dc=com INFO lib389:ticket47808_test.py:88 Found none INFO lib389:ticket47808_test.py:90 ######################### DELETE USER 1 ###################### INFO lib389:ticket47808_test.py:92 Try to delete cn=test_entry 1, dc=example,dc=com
Passed tickets/ticket47823_test.py::test_ticket47823_init 20.55
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47823_test.py::test_ticket47823_one_container_add 17.80
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (ADD) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:140 Uniqueness not enforced: create the entries INFO lib389:ticket47823_test.py:155 Uniqueness enforced: checks second entry is rejected INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (ADD) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:140 Uniqueness not enforced: create the entries INFO lib389:ticket47823_test.py:155 Uniqueness enforced: checks second entry is rejected
Passed tickets/ticket47823_test.py::test_ticket47823_one_container_mod 9.20
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (MOD) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:193 Uniqueness enforced: checks MOD ADD entry is rejected INFO lib389:ticket47823_test.py:210 Uniqueness enforced: checks MOD REPLACE entry is rejected INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (MOD) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:193 Uniqueness enforced: checks MOD ADD entry is rejected INFO lib389:ticket47823_test.py:210 Uniqueness enforced: checks MOD REPLACE entry is rejected
Passed tickets/ticket47823_test.py::test_ticket47823_one_container_modrdn 9.20
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:237 Uniqueness enforced: checks MODRDN entry is rejected INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:237 Uniqueness enforced: checks MODRDN entry is rejected
Passed tickets/ticket47823_test.py::test_ticket47823_multi_containers_add 9.13
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (ADD) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (ADD) INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_multi_containers_mod 9.49
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (MOD) on separated container INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:525 Uniqueness not enforced: if same 'cn' modified (add/replace) on separated containers INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (MOD) on separated container INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:531 Uniqueness not enforced: if same 'cn' modified (add/replace) on separated containers
Passed tickets/ticket47823_test.py::test_ticket47823_multi_containers_modrdn 9.37
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) on separated containers INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ############################################### INFO lib389:ticket47823_test.py:545 Uniqueness not enforced: checks MODRDN entry is accepted on separated containers INFO lib389:ticket47823_test.py:548 Uniqueness not enforced: checks MODRDN entry is accepted on separated containers
Passed tickets/ticket47823_test.py::test_ticket47823_across_multi_containers_add 4.30
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (ADD) across several containers INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_across_multi_containers_mod 4.58
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (MOD) across several containers INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_across_multi_containers_modrdn 5.04
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### With new config (args), check attribute uniqueness with 'cn' (MODRDN) across several containers INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_1 9.43
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (old): arg0 is missing INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_2 9.05
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (old): arg1 is missing INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_3 9.57
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (old): arg0 is missing but new config attrname exists INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_4 9.13
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (old): arg1 is missing but new config exist INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_5 9.23
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (new): uniqueness-attribute-name is missing INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_6 8.79
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (new): uniqueness-subtrees is missing INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47823_test.py::test_ticket47823_invalid_config_7 12.16
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47823_test.py:58 ############################################### INFO lib389:ticket47823_test.py:59 ####### INFO lib389:ticket47823_test.py:60 ####### Invalid config (new): uniqueness-subtrees are invalid INFO lib389:ticket47823_test.py:61 ####### INFO lib389:ticket47823_test.py:62 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_init 13.14
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47828_test.py::test_ticket47828_run_0 0.32
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_1 0.56
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_2 0.58
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_3 0.35
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_4 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Exclude the provisioning container INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_5 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_6 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_7 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_8 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_9 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_10 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_11 0.06
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Exclude (in addition) the dummy container INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_12 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_13 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_14 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_15 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_16 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR not is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_17 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_18 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Exclude PROVISIONING and a wrong container INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_19 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_20 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_21 0.09
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_22 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_23 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_24 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_25 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Exclude a wrong container INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_26 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_27 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_28 0.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_29 0.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_30 0.17
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_31 0.88
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47828_test.py:42 ############################################### INFO lib389:ticket47828_test.py:43 ####### INFO lib389:ticket47828_test.py:44 ####### Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO lib389:ticket47828_test.py:45 ####### INFO lib389:ticket47828_test.py:46 ###############################################
Passed tickets/ticket47829_test.py::test_ticket47829_init 12.98
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_1 2.11
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an active user to an active group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_2 2.35
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an Active user to a Stage group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_3 2.07
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an Active user to a out of scope group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=out group,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=out group,cn=out,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=out group,cn=out,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_1 2.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an Stage user to a Active group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_2 2.08
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an Stage user to a Stage group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_3 2.09
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an Stage user to a out of scope group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=out group,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=out group,cn=out,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=out group,cn=out,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_out_user_1 2.10
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an out of scope user to an active group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=out guy,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=out guy,cn=out,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=out guy,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_out_user_2 2.10
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an out of scope user to a Stage group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=out guy,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com: member ->b'cn=out guy,cn=out,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=out guy,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_out_user_3 2.11
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### MOD: add an out of scope user to an out of scope group INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=out guy,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=out group,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=out group,cn=out,dc=example,dc=com: member ->b'cn=out guy,cn=out,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=out guy,cn=out,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=out group,cn=out,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_modrdn_active_user_1 2.12
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active user to a Active group. Then move Active user to Active INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=xactive guy ###################### INFO lib389:ticket47829_test.py:96 !!!!!!! cn=xactive guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=xactive guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ###################### INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_modrdn_stage_user_1 1.12
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active user to a Active group. Then move Active user to Stage INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ###################### INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ######################
Passed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_modrdn_out_user_1 1.14
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active user to a Active group. Then move Active user to out of scope INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ###################### INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ######################
Passed tickets/ticket47829_test.py::test_ticket47829_mod_modrdn_1 1.11
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Stage user to a Active group. Then move Stage user to Active INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=stage guy ###################### INFO lib389:ticket47829_test.py:96 !!!!!!! cn=stage guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=stage guy ######################
Passed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_modrdn_active_user_1 1.11
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Stage user to a Active group. Then move Stage user to Active INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=stage guy ###################### INFO lib389:ticket47829_test.py:96 !!!!!!! cn=stage guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=stage guy ######################
Passed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_modrdn_stage_user_1 0.06
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Stage user to a Active group. Then move Stage user to Stage INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### Return because it requires a fix for 47833 INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ###############################################
Passed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_1 2.10
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active group (G1) to an active group (G0). Then add active user to G1 INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:172 delete entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Passed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_2 1.12
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to stage INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ###################### INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ######################
Passed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_3 1.11
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to out of the scope INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=active guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ###################### INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=active guy ######################
Passed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_4 2.30
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47829_test.py:62 ############################################### INFO lib389:ticket47829_test.py:63 ####### INFO lib389:ticket47829_test.py:64 ####### add an Active group (G1) to an active group (G0). Then add stage user to G1. Then move user to active. Then move it back INFO lib389:ticket47829_test.py:65 ####### INFO lib389:ticket47829_test.py:66 ############################################### INFO lib389:ticket47829_test.py:172 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:173 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=stage guy ###################### INFO lib389:ticket47829_test.py:116 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:116 !!!!!!! cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=stage guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=stage guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:96 !!!!!!! cn=stage guy,cn=accounts,cn=in,dc=example,dc=com: memberof->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com' INFO lib389:ticket47829_test.py:132 ######################### MODRDN cn=stage guy ###################### INFO lib389:ticket47829_test.py:116 !!!!!!! cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=active group,cn=accounts,cn=in,dc=example,dc=com'
Passed tickets/ticket47833_test.py::test_ticket47829_init 13.01
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47833_test.py::test_ticket47829_mod_stage_user_modrdn_stage_user_1 2.53
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47833_test.py:58 ############################################### INFO lib389:ticket47833_test.py:59 ####### INFO lib389:ticket47833_test.py:60 ####### add an Stage user to a Active group. Then move Stage user to Stage INFO lib389:ticket47833_test.py:61 ####### INFO lib389:ticket47833_test.py:62 ############################################### INFO lib389:ticket47833_test.py:145 add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO lib389:ticket47833_test.py:146 to group cn=active group,cn=accounts,cn=in,dc=example,dc=com INFO lib389:ticket47833_test.py:112 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com' INFO lib389:ticket47833_test.py:128 ######################### MODRDN cn=xstage guy ###################### INFO lib389:ticket47833_test.py:112 !!!!!!! cn=active group,cn=accounts,cn=in,dc=example,dc=com: member ->b'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com'
Passed tickets/ticket47869MMR_test.py::test_ticket47869_init 38.39
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b7d812ce-c505-44da-883a-c013412dc750 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 497d7b61-10c3-4cce-8458-f7384d6c5c0a / got description=b7d812ce-c505-44da-883a-c013412dc750) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47869MMR_test.py:51 Add cn=bind_entry, dc=example,dc=com INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect ddb1f4a2-e5ff-416c-bdfb-2b6ab0ff580f / got description=497d7b61-10c3-4cce-8458-f7384d6c5c0a) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 9481dbfa-7c30-401b-a511-3c12859380ee / got description=ddb1f4a2-e5ff-416c-bdfb-2b6ab0ff580f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 07d60491-ae6d-4b83-9e36-c8eda6990f9c / got description=9481dbfa-7c30-401b-a511-3c12859380ee) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 0b3cca52-7a5b-43ca-8829-f7ca4a9ac830 / got description=07d60491-ae6d-4b83-9e36-c8eda6990f9c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect fd9dd151-7500-4c65-9859-dad4dacdc8e1 / got description=0b3cca52-7a5b-43ca-8829-f7ca4a9ac830) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 23802537-8942-4081-a7f7-3becd2e71c4e / got description=fd9dd151-7500-4c65-9859-dad4dacdc8e1) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 4abd9d05-f168-4608-8741-df8b7e185002 / got description=23802537-8942-4081-a7f7-3becd2e71c4e) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect dde5d4c6-9ebe-4dbf-be38-104fcc33ef98 / got description=4abd9d05-f168-4608-8741-df8b7e185002) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 6b6c6d2c-83fc-495e-86bf-f72be3d84a75 / got description=dde5d4c6-9ebe-4dbf-be38-104fcc33ef98) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c7c8ae80-909b-4e30-a71b-d0aa63b56640 / got description=6b6c6d2c-83fc-495e-86bf-f72be3d84a75) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 195ad5e6-873c-4ac6-8d8a-6deff1d89ff2 / got description=c7c8ae80-909b-4e30-a71b-d0aa63b56640) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed tickets/ticket47869MMR_test.py::test_ticket47869_check 3.31
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47869MMR_test.py:93 ######################### CHECK nscpentrywsi ###################### INFO lib389:ticket47869MMR_test.py:95 ##### Supplier1: Bind as cn=Directory Manager ##### INFO lib389:ticket47869MMR_test.py:98 Supplier1: Calling search_ext... INFO lib389:ticket47869MMR_test.py:102 27 results INFO lib389:ticket47869MMR_test.py:104 Results: INFO lib389:ticket47869MMR_test.py:106 dn: dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: ou=groups,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: ou=people,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: ou=services,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: uid=demo_user,ou=people,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=demo_group,ou=groups,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=group_admin,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=group_modify,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=user_admin,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=user_modify,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=user_passwd_reset,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=user_private_read,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=replication_managers,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702,ou=services,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=bind_entry,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry0,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry1,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry2,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry3,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry4,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry5,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry6,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry7,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry8,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:106 dn: cn=test_entry9,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:110 Supplier1: count of nscpentrywsi: 27 INFO lib389:ticket47869MMR_test.py:112 ##### Supplier2: Bind as cn=Directory Manager ##### INFO lib389:ticket47869MMR_test.py:115 Supplier2: Calling search_ext... INFO lib389:ticket47869MMR_test.py:119 27 results INFO lib389:ticket47869MMR_test.py:121 Results: INFO lib389:ticket47869MMR_test.py:123 dn: dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: ou=groups,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: ou=people,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: ou=services,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=replication_managers,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=demo_group,ou=groups,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: uid=demo_user,ou=people,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=group_admin,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=group_modify,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=user_admin,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=user_modify,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=user_passwd_reset,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=user_private_read,ou=permissions,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63701,ou=services,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:63702,ou=services,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=bind_entry,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry0,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry1,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry2,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry3,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry4,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry5,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry6,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry7,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry8,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:123 dn: cn=test_entry9,dc=example,dc=com INFO lib389:ticket47869MMR_test.py:127 Supplier2: count of nscpentrywsi: 27 INFO lib389:ticket47869MMR_test.py:130 ##### Supplier1: Bind as cn=bind_entry, dc=example,dc=com ##### INFO lib389:ticket47869MMR_test.py:133 Supplier1: Calling search_ext... INFO lib389:ticket47869MMR_test.py:137 27 results INFO lib389:ticket47869MMR_test.py:143 Supplier1: count of nscpentrywsi: 0 INFO lib389:ticket47869MMR_test.py:146 ##### Supplier2: Bind as cn=bind_entry, dc=example,dc=com ##### INFO lib389:ticket47869MMR_test.py:149 Supplier2: Calling search_ext... INFO lib389:ticket47869MMR_test.py:153 27 results INFO lib389:ticket47869MMR_test.py:159 Supplier2: count of nscpentrywsi: 0 INFO lib389:ticket47869MMR_test.py:162 ##### Supplier1: Bind as anonymous ##### INFO lib389:ticket47869MMR_test.py:165 Supplier1: Calling search_ext... INFO lib389:ticket47869MMR_test.py:169 27 results INFO lib389:ticket47869MMR_test.py:175 Supplier1: count of nscpentrywsi: 0 INFO lib389:ticket47869MMR_test.py:178 ##### Supplier2: Bind as anonymous ##### INFO lib389:ticket47869MMR_test.py:181 Supplier2: Calling search_ext... INFO lib389:ticket47869MMR_test.py:185 27 results INFO lib389:ticket47869MMR_test.py:191 Supplier2: count of nscpentrywsi: 0 INFO lib389:ticket47869MMR_test.py:193 ##### ticket47869 was successfully verified. #####
Passed tickets/ticket47871_test.py::test_ticket47871_init 29.56
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 805fc991-9864-4d2c-94b7-1060cf82a36e / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47871_test.py:53 test_ticket47871_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f3c61327eb0>
Passed tickets/ticket47871_test.py::test_ticket47871_1 1.23
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47871_test.py:71 test_ticket47871_init: 10 entries ADDed other_entry[0..9] INFO lib389:ticket47871_test.py:78 Added entries are INFO lib389:ticket47871_test.py:80 changenumber=1,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=2,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=3,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=4,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=5,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=6,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=7,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=8,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=9,cn=changelog INFO lib389:ticket47871_test.py:80 changenumber=10,cn=changelog
Passed tickets/ticket47900_test.py::test_ticket47900 11.17
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47900_test.py:52 Creating Password Administator entry cn=passwd_admin,dc=example,dc=com... INFO lib389:ticket47900_test.py:62 Configuring password policy... INFO lib389:ticket47900_test.py:74 Add aci to allow password admin to add/update entries... INFO lib389:ticket47900_test.py:87 Bind as the Password Administator (before activating)... INFO lib389:ticket47900_test.py:101 Attempt to add entries with invalid passwords, these adds should fail... INFO lib389:ticket47900_test.py:105 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password (2_Short)... INFO lib389:ticket47900_test.py:111 Add failed as expected: password (2_Short) result (Constraint violation) INFO lib389:ticket47900_test.py:105 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password (No_Number)... INFO lib389:ticket47900_test.py:111 Add failed as expected: password (No_Number) result (Constraint violation) INFO lib389:ticket47900_test.py:105 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password (N0Special)... INFO lib389:ticket47900_test.py:111 Add failed as expected: password (N0Special) result (Constraint violation) INFO lib389:ticket47900_test.py:105 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password ({SSHA}bBy8UdtPZwu8uZna9QOYG3Pr41RpIRVDl8wddw==)... INFO lib389:ticket47900_test.py:111 Add failed as expected: password ({SSHA}bBy8UdtPZwu8uZna9QOYG3Pr41RpIRVDl8wddw==) result (Constraint violation) INFO lib389:ticket47900_test.py:123 Activate the Password Administator... INFO lib389:ticket47900_test.py:139 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password (2_Short)... INFO lib389:ticket47900_test.py:142 Succesfully added entry (cn=Joe Schmo,dc=example,dc=com) INFO lib389:ticket47900_test.py:139 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password (No_Number)... INFO lib389:ticket47900_test.py:142 Succesfully added entry (cn=Joe Schmo,dc=example,dc=com) INFO lib389:ticket47900_test.py:139 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password (N0Special)... INFO lib389:ticket47900_test.py:142 Succesfully added entry (cn=Joe Schmo,dc=example,dc=com) INFO lib389:ticket47900_test.py:139 Create a regular user entry cn=Joe Schmo,dc=example,dc=com with password ({SSHA}bBy8UdtPZwu8uZna9QOYG3Pr41RpIRVDl8wddw==)... INFO lib389:ticket47900_test.py:142 Succesfully added entry (cn=Joe Schmo,dc=example,dc=com) INFO lib389:ticket47900_test.py:155 Deactivate Password Administator and try invalid password updates... INFO lib389:ticket47900_test.py:177 Password update failed as expected: password (2_Short) result (Constraint violation) INFO lib389:ticket47900_test.py:177 Password update failed as expected: password (No_Number) result (Constraint violation) INFO lib389:ticket47900_test.py:177 Password update failed as expected: password (N0Special) result (Constraint violation) INFO lib389:ticket47900_test.py:177 Password update failed as expected: password ({SSHA}bBy8UdtPZwu8uZna9QOYG3Pr41RpIRVDl8wddw==) result (Constraint violation) INFO lib389:ticket47900_test.py:188 Activate Password Administator and try updates again... INFO lib389:ticket47900_test.py:205 Password update succeeded (2_Short) INFO lib389:ticket47900_test.py:205 Password update succeeded (No_Number) INFO lib389:ticket47900_test.py:205 Password update succeeded (N0Special) INFO lib389:ticket47900_test.py:205 Password update succeeded ({SSHA}bBy8UdtPZwu8uZna9QOYG3Pr41RpIRVDl8wddw==)
Passed tickets/ticket47920_test.py::test_ticket47920_init 8.89
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47920_test.py::test_ticket47920_mod_readentry_ctrl 1.96
------------------------------Captured stdout call------------------------------
['final description']
-------------------------------Captured log call--------------------------------
INFO lib389:ticket47920_test.py:65 ############################################### INFO lib389:ticket47920_test.py:66 ####### INFO lib389:ticket47920_test.py:67 ####### MOD: with a readentry control INFO lib389:ticket47920_test.py:68 ####### INFO lib389:ticket47920_test.py:69 ############################################### INFO lib389:ticket47920_test.py:106 Check the initial value of the entry
Passed tickets/ticket47921_test.py::test_ticket47921 11.16
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47921_test:ticket47921_test.py:81 Test complete
Passed tickets/ticket47927_test.py::test_ticket47927_init 13.58
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47927_test.py::test_ticket47927_one 0.20
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:100 test_ticket47927_one: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:111 test_ticket47927_one: Failed (expected) to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com: Constraint violation
Passed tickets/ticket47927_test.py::test_ticket47927_two 3.83
No log output captured.
Passed tickets/ticket47927_test.py::test_ticket47927_three 0.57
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:151 test_ticket47927_three: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:158 test_ticket47927_three: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com
Passed tickets/ticket47927_test.py::test_ticket47927_four 0.58
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:176 test_ticket47927_four: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:198 test_ticket47927_four: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation
Passed tickets/ticket47927_test.py::test_ticket47927_five 3.42
No log output captured.
Passed tickets/ticket47927_test.py::test_ticket47927_six 2.50
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:240 test_ticket47927_six: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:247 test_ticket47927_six: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com CRITICAL tests.tickets.ticket47927_test:ticket47927_test.py:256 test_ticket47927_six: success to set the telephonenumber for cn=test_4,cn=excluded_bis_container,dc=example,dc=com
Passed tickets/ticket47953_test.py::test_ticket47953 13.38
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:513 Import task import_04242021_004646 for file /var/lib/dirsrv/slapd-standalone1/ldif/ticket47953.ldif completed successfully
Passed tickets/ticket47963_test.py::test_ticket47963 18.13
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47963_test:ticket47963_test.py:145 Test complete
Passed tickets/ticket47970_test.py::test_ticket47970 10.95
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47976_test.py::test_ticket47976_init 12.75
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47976_test.py::test_ticket47976_1 3.91
No log output captured.
Passed tickets/ticket47976_test.py::test_ticket47976_2 4.51
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47976_test:ticket47976_test.py:99 Test complete INFO tests.tickets.ticket47976_test:ticket47976_test.py:104 Export LDIF file... INFO lib389:tasks.py:585 Export task export_04242021_004737 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully INFO tests.tickets.ticket47976_test:ticket47976_test.py:115 Import LDIF file... INFO lib389:tasks.py:513 Import task import_04242021_004739 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully
Passed tickets/ticket47976_test.py::test_ticket47976_3 2.71
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket47976_test:ticket47976_test.py:131 Testing if the delete will hang or not INFO tests.tickets.ticket47976_test:ticket47976_test.py:150 user0 was correctly deleted INFO tests.tickets.ticket47976_test:ticket47976_test.py:150 user1 was correctly deleted
Passed tickets/ticket47980_test.py::test_ticket47980 13.52
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47981_test.py::test_ticket47981 13.22
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=o=netscaperoot INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=netscaperoot,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=netscaperoot,cn=ldbm database,cn=plugins,cn=config cn: netscaperoot nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/netscaperoot nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: o=netscaperoot objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="o=netscaperoot",cn=mapping tree,cn=config cn: o=netscaperoot nsslapd-backend: netscaperoot nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=o\3Dnetscaperoot,cn=mapping tree,cn=config cn: o=netscaperoot nsslapd-backend: netscaperoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree
Passed tickets/ticket48005_test.py::test_ticket48005_memberof 12.33
------------------------------Captured stderr call------------------------------
ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48005_test:ticket48005_test.py:86 Ticket 48005 memberof test... INFO lib389:tasks.py:907 fixupMemberOf task fixupmemberof_04242021_004904 for basedn dc=example,dc=com completed successfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:110 No core files are found INFO tests.tickets.ticket48005_test:ticket48005_test.py:119 Ticket 48005 memberof test complete
Passed tickets/ticket48005_test.py::test_ticket48005_automember 19.96
------------------------------Captured stderr call------------------------------
ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48005_test:ticket48005_test.py:138 Ticket 48005 automember test... INFO tests.tickets.ticket48005_test:ticket48005_test.py:143 Adding automember config INFO lib389:tasks.py:1022 Automember Rebuild Membership task(task-04242021_004917) completedsuccessfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:176 No core files are found INFO lib389:tasks.py:1078 Automember Export Updates task (task-04242021_004920) completed successfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:198 No core files are found INFO lib389:tasks.py:1129 Automember Map Updates task (task-04242021_004924) completed successfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:222 No core files are found INFO tests.tickets.ticket48005_test:ticket48005_test.py:231 Ticket 48005 automember test complete
Passed tickets/ticket48005_test.py::test_ticket48005_syntaxvalidate 3.56
------------------------------Captured stderr call------------------------------
ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48005_test:ticket48005_test.py:241 Ticket 48005 syntax validate test... INFO lib389:tasks.py:1309 Syntax Validate task (task-04242021_004932) completed successfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:261 No core files are found INFO tests.tickets.ticket48005_test:ticket48005_test.py:265 Ticket 48005 syntax validate test complete
Passed tickets/ticket48005_test.py::test_ticket48005_usn 12.62
------------------------------Captured stderr call------------------------------
ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48005_test:ticket48005_test.py:277 Ticket 48005 usn test... INFO tests.tickets.ticket48005_test:ticket48005_test.py:285 No user entries. INFO lib389:tasks.py:1361 USN tombstone cleanup task (task-04242021_004940) completed successfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:316 No core files are found INFO tests.tickets.ticket48005_test:ticket48005_test.py:324 Ticket 48005 usn test complete
Passed tickets/ticket48005_test.py::test_ticket48005_schemareload 6.14
------------------------------Captured stderr call------------------------------
ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48005_test:ticket48005_test.py:334 Ticket 48005 schema reload test... INFO lib389:tasks.py:1217 Schema Reload task (task-04242021_004948) completed successfully INFO tests.tickets.ticket48005_test:ticket48005_test.py:354 No core files are found INFO tests.tickets.ticket48005_test:ticket48005_test.py:358 Ticket 48005 schema reload test complete
Passed tickets/ticket48026_test.py::test_ticket48026 15.48
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48026_test:ticket48026_test.py:114 Test complete
Passed tickets/ticket48109_test.py::test_ticket48109 38.64
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48109_test:ticket48109_test.py:32 Test case 0 INFO tests.tickets.ticket48109_test:ticket48109_test.py:77 match: conn=1 op=3 INFO tests.tickets.ticket48109_test:ticket48109_test.py:85 l1: [24/Apr/2021:00:50:33.702934837 -0400] conn=1 op=3 RESULT err=0 tag=101 nentries=1 wtime=0.000158833 optime=0.000259424 etime=0.000416208 INFO tests.tickets.ticket48109_test:ticket48109_test.py:88 match: nentires=1 INFO tests.tickets.ticket48109_test:ticket48109_test.py:93 Entry uid=a* found. INFO tests.tickets.ticket48109_test:ticket48109_test.py:100 Test case 0 - OK - substr index used INFO tests.tickets.ticket48109_test:ticket48109_test.py:119 Test case 1 INFO tests.tickets.ticket48109_test:ticket48109_test.py:163 match: conn=1 op=3 INFO tests.tickets.ticket48109_test:ticket48109_test.py:171 l1: [24/Apr/2021:00:50:33.702934837 -0400] conn=1 op=3 RESULT err=0 tag=101 nentries=1 wtime=0.000158833 optime=0.000259424 etime=0.000416208 INFO tests.tickets.ticket48109_test:ticket48109_test.py:174 match: nentires=1 INFO tests.tickets.ticket48109_test:ticket48109_test.py:179 Entry uid=*b found. INFO tests.tickets.ticket48109_test:ticket48109_test.py:186 Test case 1 - OK - substr index used INFO tests.tickets.ticket48109_test:ticket48109_test.py:208 Test case 2 INFO tests.tickets.ticket48109_test:ticket48109_test.py:259 match: conn=1 op=3 INFO tests.tickets.ticket48109_test:ticket48109_test.py:267 l1: [24/Apr/2021:00:50:33.702934837 -0400] conn=1 op=3 RESULT err=0 tag=101 nentries=1 wtime=0.000158833 optime=0.000259424 etime=0.000416208 INFO tests.tickets.ticket48109_test:ticket48109_test.py:270 match: nentires=1 INFO tests.tickets.ticket48109_test:ticket48109_test.py:275 Entry uid=c* found. INFO tests.tickets.ticket48109_test:ticket48109_test.py:282 Test case 2-1 - OK - correct substr index used INFO tests.tickets.ticket48109_test:ticket48109_test.py:294 match: conn=1 op=4 INFO tests.tickets.ticket48109_test:ticket48109_test.py:302 l1: [24/Apr/2021:00:50:52.123992218 -0400] conn=1 op=4 RESULT err=0 tag=101 nentries=1 wtime=0.000209696 optime=0.000335369 etime=0.000542902 INFO tests.tickets.ticket48109_test:ticket48109_test.py:305 match: nentires=1 INFO tests.tickets.ticket48109_test:ticket48109_test.py:310 Entry uid=*2 found. INFO tests.tickets.ticket48109_test:ticket48109_test.py:317 Test case 2-2 - OK - correct substr index used INFO tests.tickets.ticket48109_test:ticket48109_test.py:331 Testcase PASSED
Passed tickets/ticket48170_test.py::test_ticket48170 10.91
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48170_test:ticket48170_test.py:29 Index update correctly rejected INFO tests.tickets.ticket48170_test:ticket48170_test.py:36 Test complete
Passed tickets/ticket48194_test.py::test_init 15.10
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Testing Ticket 48194 - harden the list of ciphers available by default INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:57 ######################### enable SSL in the directory server with all ciphers ######################
Passed tickets/ticket48194_test.py::test_run_0 5.81
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:131 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake successfully INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n' INFO lib389.utils:ticket48194_test.py:86 Testing AES256-SHA256 -- expect to handshake successfully INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher AES256-SHA256 INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Passed tickets/ticket48194_test.py::test_run_3 5.47
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 4 - Check the ciphers availability for "-all" INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:199 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n' INFO lib389.utils:ticket48194_test.py:86 Testing AES256-SHA256 -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher AES256-SHA256 INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n'
Passed tickets/ticket48194_test.py::test_run_9 6.56
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:316 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake successfully INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n' INFO lib389.utils:ticket48194_test.py:86 Testing AES256-SHA256 -- expect to handshake successfully INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher AES256-SHA256 INFO lib389.utils:ticket48194_test.py:105 Found: b'New, TLSv1.3, Cipher is TLS_AES_128_GCM_SHA256\n'
Passed tickets/ticket48194_test.py::test_run_11 7.52
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48194_test.py:40 ############################################### INFO lib389:ticket48194_test.py:41 ####### Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported INFO lib389:ticket48194_test.py:42 ############################################### INFO lib389.utils:ticket48194_test.py:337 ######################### Restarting the server ###################### INFO lib389.utils:ticket48194_test.py:86 Testing DES-CBC3-SHA -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher DES-CBC3-SHA INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n' INFO lib389.utils:ticket48194_test.py:86 Testing AES256-SHA256 -- expect to handshake failed INFO lib389.utils:ticket48194_test.py:92 Running cmdline: /usr/bin/openssl s_client -connect localhost:63601 -cipher AES256-SHA256 INFO lib389.utils:ticket48194_test.py:105 Found: b'New, (NONE), Cipher is (NONE)\n'
Passed tickets/ticket48212_test.py::test_ticket48212 20.86
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
/bin/sh: /usr/sbin/dbverify: No such file or directory /bin/sh: /usr/sbin/dbverify: No such file or directory /bin/sh: /usr/sbin/dbverify: No such file or directory /bin/sh: /usr/sbin/dbverify: No such file or directory
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48212_test.py:70 Bind as cn=Directory Manager INFO lib389:ticket48212_test.py:83 ######################### Import Test data (/var/lib/dirsrv/slapd-standalone1/ldif/example1k_posix.ldif) ###################### INFO lib389:tasks.py:513 Import task import_04242021_005240 for file /var/lib/dirsrv/slapd-standalone1/ldif/example1k_posix.ldif completed successfully INFO lib389:ticket48212_test.py:19 +++++ dbverify +++++ INFO lib389:ticket48212_test.py:23 Running /usr/sbin/dbverify -Z standalone1 -V INFO lib389:ticket48212_test.py:43 dbverify passed INFO lib389:ticket48212_test.py:92 ######################### Add index by uidnumber ###################### INFO lib389:ticket48212_test.py:101 ######################### reindexing... ###################### INFO lib389:ticket48212_test.py:47 +++++ reindex uidnumber +++++ INFO lib389:tasks.py:825 Index task index_attrs_04242021_005242 completed successfully INFO lib389:ticket48212_test.py:19 +++++ dbverify +++++ INFO lib389:ticket48212_test.py:23 Running /usr/sbin/dbverify -Z standalone1 -V INFO lib389:ticket48212_test.py:43 dbverify passed INFO lib389:ticket48212_test.py:106 ######################### Add nsMatchingRule ###################### INFO lib389:ticket48212_test.py:112 ######################### reindexing... ###################### INFO lib389:ticket48212_test.py:47 +++++ reindex uidnumber +++++ INFO lib389:tasks.py:825 Index task index_attrs_04242021_005245 completed successfully INFO lib389:ticket48212_test.py:19 +++++ dbverify +++++ INFO lib389:ticket48212_test.py:23 Running /usr/sbin/dbverify -Z standalone1 -V INFO lib389:ticket48212_test.py:43 dbverify passed INFO lib389:ticket48212_test.py:117 ######################### Delete nsMatchingRule ###################### INFO lib389:ticket48212_test.py:47 +++++ reindex uidnumber +++++ INFO lib389:tasks.py:825 Index task index_attrs_04242021_005248 completed successfully INFO lib389:ticket48212_test.py:19 +++++ dbverify +++++ INFO lib389:ticket48212_test.py:23 Running /usr/sbin/dbverify -Z standalone1 -V INFO lib389:ticket48212_test.py:43 dbverify passed
Passed tickets/ticket48214_test.py::test_ticket48214_run 10.81
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48214_test.py:83 Bind as cn=Directory Manager INFO lib389:ticket48214_test.py:86 ######################### Out of Box ###################### INFO lib389:ticket48214_test.py:44 +++++ Check Max Ber Size +++++ INFO lib389:ticket48214_test.py:18 +++++ Get maxbersize from dse.ldif +++++ INFO lib389:ticket48214_test.py:21 Run CMD: egrep nsslapd-maxbersize /etc/dirsrv/slapd-standalone1/dse.ldif INFO lib389:ticket48214_test.py:28 Empty: INFO lib389:ticket48214_test.py:50 No nsslapd-maxbersize found in dse.ldif INFO lib389:ticket48214_test.py:63 ldapsearch returned nsslapd-maxbersize: b'2097152' INFO lib389:ticket48214_test.py:72 Checking 2097152 vs 2097152 INFO lib389:ticket48214_test.py:89 ######################### Add nsslapd-maxbersize: 0 ###################### INFO lib389:ticket48214_test.py:44 +++++ Check Max Ber Size +++++ INFO lib389:ticket48214_test.py:18 +++++ Get maxbersize from dse.ldif +++++ INFO lib389:ticket48214_test.py:21 Run CMD: egrep nsslapd-maxbersize /etc/dirsrv/slapd-standalone1/dse.ldif INFO lib389:ticket48214_test.py:35 Right format - nsslapd-maxbersize: 0 INFO lib389:ticket48214_test.py:52 nsslapd-maxbersize: 0 INFO lib389:ticket48214_test.py:63 ldapsearch returned nsslapd-maxbersize: b'2097152' INFO lib389:ticket48214_test.py:72 Checking 2097152 vs 2097152 INFO lib389:ticket48214_test.py:93 ######################### Add nsslapd-maxbersize: 10000 ###################### INFO lib389:ticket48214_test.py:44 +++++ Check Max Ber Size +++++ INFO lib389:ticket48214_test.py:18 +++++ Get maxbersize from dse.ldif +++++ INFO lib389:ticket48214_test.py:21 Run CMD: egrep nsslapd-maxbersize /etc/dirsrv/slapd-standalone1/dse.ldif INFO lib389:ticket48214_test.py:35 Right format - nsslapd-maxbersize: 10000 INFO lib389:ticket48214_test.py:55 nsslapd-maxbersize: 10000 INFO lib389:ticket48214_test.py:63 ldapsearch returned nsslapd-maxbersize: b'10000' INFO lib389:ticket48214_test.py:98 ticket48214 was successfully verified.
Passed tickets/ticket48233_test.py::test_ticket48233 15.51
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48233_test:ticket48233_test.py:54 Test complete
Passed tickets/ticket48252_test.py::test_ticket48252_setup 9.55
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket48265_test.py::test_ticket48265_test 11.05
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48265_test:ticket48265_test.py:34 Adding 20 test entries... INFO tests.tickets.ticket48265_test:ticket48265_test.py:51 Search with Ticket 47521 type complex filter INFO tests.tickets.ticket48265_test:ticket48265_test.py:60 Search with Ticket 48265 type complex filter INFO tests.tickets.ticket48265_test:ticket48265_test.py:69 Test 48265 complete
Passed tickets/ticket48266_test.py::test_ticket48266_fractional 45.53
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 790e7bc6-a59d-4528-b302-49ed34768084 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 1c0e10a8-d872-40b7-966b-cc85238ed07b / got description=790e7bc6-a59d-4528-b302-49ed34768084) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 3ede84bf-6655-4045-b951-aed3a5234b9b / got description=1c0e10a8-d872-40b7-966b-cc85238ed07b) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working
Passed tickets/ticket48266_test.py::test_ticket48266_check_repl_desc 1.14
No log output captured.
Passed tickets/ticket48270_test.py::test_ticket48270_init 9.59
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48270_test:ticket48270_test.py:26 Initialization: add dummy entries for the tests
Passed tickets/ticket48270_test.py::test_ticket48270_homeDirectory_indexed_cis 2.11
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48270_test:ticket48270_test.py:39 index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match INFO tests.tickets.ticket48270_test:ticket48270_test.py:57 successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO lib389:tasks.py:825 Index task index_attrs_04242021_005455 completed successfully INFO tests.tickets.ticket48270_test:ticket48270_test.py:63 Check indexing succeeded with a specified matching rule
Passed tickets/ticket48270_test.py::test_ticket48270_homeDirectory_mixed_value 0.08
No log output captured.
Passed tickets/ticket48270_test.py::test_ticket48270_extensible_search 1.61
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48270_test:ticket48270_test.py:91 Default: can retrieve an entry filter syntax with exact stored value INFO tests.tickets.ticket48270_test:ticket48270_test.py:93 Default: can retrieve an entry filter caseExactIA5Match with exact stored value INFO tests.tickets.ticket48270_test:ticket48270_test.py:97 Default: can not retrieve an entry filter syntax match with lowered stored value INFO tests.tickets.ticket48270_test:ticket48270_test.py:103 Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value INFO tests.tickets.ticket48270_test:ticket48270_test.py:110 Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value
Passed tickets/ticket48272_test.py::test_ticket48272 20.13
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48272_test:ticket48272_test.py:129 Test PASSED
Passed tickets/ticket48294_test.py::test_48294_init 9.47
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48294_test.py:31 ############################################### INFO lib389:ticket48294_test.py:32 ####### Testing Ticket 48294 - Linked Attributes plug-in - won't update links after MODRDN operation INFO lib389:ticket48294_test.py:33 ###############################################
Passed tickets/ticket48294_test.py::test_48294_run_0 0.25
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48294_test.py:31 ############################################### INFO lib389:ticket48294_test.py:32 ####### Case 0 - Rename employee1 and adjust the link type value by replace INFO lib389:ticket48294_test.py:33 ############################################### INFO lib389:ticket48294_test.py:59 ######################### MODRDN uid=employee2 ######################
Passed tickets/ticket48294_test.py::test_48294_run_1 0.13
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48294_test.py:31 ############################################### INFO lib389:ticket48294_test.py:32 ####### Case 1 - Rename employee2 and adjust the link type value by delete and add INFO lib389:ticket48294_test.py:33 ############################################### INFO lib389:ticket48294_test.py:59 ######################### MODRDN uid=employee3 ######################
Passed tickets/ticket48294_test.py::test_48294_run_2 1.43
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48294_test.py:31 ############################################### INFO lib389:ticket48294_test.py:32 ####### Case 2 - Rename manager1 to manager2 and make sure the managed attribute value is updated INFO lib389:ticket48294_test.py:33 ############################################### INFO lib389:ticket48294_test.py:59 ######################### MODRDN uid=manager2 ######################
Passed tickets/ticket48295_test.py::test_48295_init 8.71
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48295_test.py:30 ############################################### INFO lib389:ticket48295_test.py:31 ####### Testing Ticket 48295 - Entry cache is not rolled back -- Linked Attributes plug-in - wrong behaviour when adding valid and broken links INFO lib389:ticket48295_test.py:32 ###############################################
Passed tickets/ticket48295_test.py::test_48295_run 2.15
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48295_test.py:30 ############################################### INFO lib389:ticket48295_test.py:31 ####### Add 2 linktypes to manager1 - one exists, another does not to make sure the managed entry does not have managed type. INFO lib389:ticket48295_test.py:32 ###############################################
Passed tickets/ticket48312_test.py::test_ticket48312 11.09
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48312_test:ticket48312_test.py:117 Test complete
Passed tickets/ticket48354_test.py::test_ticket48354 11.26
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48354_test:ticket48354_test.py:50 Test PASSED
Passed tickets/ticket48362_test.py::test_ticket48362 119.66
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect e55c7d2d-c705-4b4e-8263-d5435771fbae / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b79f497c-0512-403b-aff0-7558b6bdc610 / got description=e55c7d2d-c705-4b4e-8263-d5435771fbae) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48362_test:ticket48362_test.py:28 Add dna plugin config entry...ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 INFO tests.tickets.ticket48362_test:ticket48362_test.py:48 Enable the DNA plugin... INFO tests.tickets.ticket48362_test:ticket48362_test.py:55 Restarting the server... INFO tests.tickets.ticket48362_test:ticket48362_test.py:28 Add dna plugin config entry...ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO tests.tickets.ticket48362_test:ticket48362_test.py:48 Enable the DNA plugin... INFO tests.tickets.ticket48362_test:ticket48362_test.py:55 Restarting the server... INFO tests.tickets.ticket48362_test:ticket48362_test.py:83 ======================== Update dnaPortNum=39001 ============================ INFO tests.tickets.ticket48362_test:ticket48362_test.py:90 ======================== Update done INFO tests.tickets.ticket48362_test:ticket48362_test.py:83 ======================== Update dnaPortNum=39002 ============================ INFO tests.tickets.ticket48362_test:ticket48362_test.py:90 ======================== Update done INFO tests.tickets.ticket48362_test:ticket48362_test.py:132 ======================== BEFORE RESTART ============================ INFO tests.tickets.ticket48362_test:ticket48362_test.py:135 ======================== BEFORE RESTART ============================ INFO tests.tickets.ticket48362_test:ticket48362_test.py:141 ======================== BEFORE RESTART ============================ INFO tests.tickets.ticket48362_test:ticket48362_test.py:150 =================== AFTER RESTART ================================= INFO tests.tickets.ticket48362_test:ticket48362_test.py:153 =================== AFTER RESTART ================================= INFO tests.tickets.ticket48362_test:ticket48362_test.py:159 =================== AFTER RESTART ================================= INFO tests.tickets.ticket48362_test:ticket48362_test.py:162 Test complete
Passed tickets/ticket48366_test.py::test_ticket48366_init 9.41
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48366_test.py:44 Add subtree: ou=green,dc=example,dc=com INFO lib389:ticket48366_test.py:48 Add subtree: ou=red,dc=example,dc=com INFO lib389:ticket48366_test.py:54 Add cn=test,ou=people,dc=example,dc=com INFO lib389:ticket48366_test.py:60 Add cn=proxy,ou=people,dc=example,dc=com INFO lib389.utils:ticket48366_test.py:90 Adding %d test entries...
Passed tickets/ticket48366_test.py::test_ticket48366_search_user 0.13
No log output captured.
Passed tickets/ticket48366_test.py::test_ticket48366_search_dm 1.53
No log output captured.
Passed tickets/ticket48370_test.py::test_ticket48370 11.21
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48370_test:ticket48370_test.py:187 Test PASSED
Passed tickets/ticket48383_test.py::test_ticket48383 55.66
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/standalone1.ldif
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket48383_test:ticket48383_test.py:62 Failed to change nsslapd-cachememsize No such object INFO tests.tickets.ticket48383_test:ticket48383_test.py:88 Test complete
Passed tickets/ticket48497_test.py::test_ticket48497_init 9.53
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48497_test:ticket48497_test.py:26 Initialization: add dummy entries for the tests
Passed tickets/ticket48497_test.py::test_ticket48497_homeDirectory_mixed_value 0.07
No log output captured.
Passed tickets/ticket48497_test.py::test_ticket48497_extensible_search 0.09
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48497_test:ticket48497_test.py:49 Default: can retrieve an entry filter syntax with exact stored value INFO tests.tickets.ticket48497_test:ticket48497_test.py:51 Default: can retrieve an entry filter caseExactIA5Match with exact stored value INFO tests.tickets.ticket48497_test:ticket48497_test.py:55 Default: can not retrieve an entry filter syntax match with lowered stored value INFO tests.tickets.ticket48497_test:ticket48497_test.py:61 Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value INFO tests.tickets.ticket48497_test:ticket48497_test.py:68 Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value
Passed tickets/ticket48497_test.py::test_ticket48497_homeDirectory_index_cfg 0.07
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48497_test:ticket48497_test.py:73 index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match
Passed tickets/ticket48497_test.py::test_ticket48497_homeDirectory_index_run 3.94
-------------------------------Captured log call--------------------------------
INFO lib389:tasks.py:825 Index task index_attrs_04242021_010238 completed successfully INFO tests.tickets.ticket48497_test:ticket48497_test.py:93 Check indexing succeeded with a specified matching rule
Passed tickets/ticket48665_test.py::test_ticket48665 11.08
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48665_test:ticket48665_test.py:40 8 entries are returned from the server. CRITICAL tests.tickets.ticket48665_test:ticket48665_test.py:47 Failed to change nsslapd-cachememsize No such object INFO tests.tickets.ticket48665_test:ticket48665_test.py:52 8 entries are returned from the server. INFO tests.tickets.ticket48665_test:ticket48665_test.py:63 8 entries are returned from the server. INFO tests.tickets.ticket48665_test:ticket48665_test.py:65 Test complete
Passed tickets/ticket48745_test.py::test_ticket48745_init 10.22
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48745_test:ticket48745_test.py:26 Initialization: add dummy entries for the tests
Passed tickets/ticket48745_test.py::test_ticket48745_homeDirectory_indexed_cis 2.09
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48745_test:ticket48745_test.py:39 index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match INFO tests.tickets.ticket48745_test:ticket48745_test.py:57 successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO lib389:tasks.py:825 Index task index_attrs_04242021_010319 completed successfully INFO tests.tickets.ticket48745_test:ticket48745_test.py:63 Check indexing succeeded with a specified matching rule
Passed tickets/ticket48745_test.py::test_ticket48745_homeDirectory_mixed_value 0.09
No log output captured.
Passed tickets/ticket48745_test.py::test_ticket48745_extensible_search_after_index 1.15
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48745_test:ticket48745_test.py:91 Default: can retrieve an entry filter syntax with exact stored value INFO tests.tickets.ticket48745_test:ticket48745_test.py:99 Default: can retrieve an entry filter caseExactIA5Match with exact stored value INFO tests.tickets.ticket48745_test:ticket48745_test.py:106 Default: can not retrieve an entry filter syntax match with lowered stored value INFO tests.tickets.ticket48745_test:ticket48745_test.py:112 Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value INFO tests.tickets.ticket48745_test:ticket48745_test.py:119 Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value
Passed tickets/ticket48746_test.py::test_ticket48746_init 9.42
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48746_test:ticket48746_test.py:26 Initialization: add dummy entries for the tests
Passed tickets/ticket48746_test.py::test_ticket48746_homeDirectory_indexed_cis 2.10
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48746_test:ticket48746_test.py:39 index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match INFO tests.tickets.ticket48746_test:ticket48746_test.py:57 successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO lib389:tasks.py:825 Index task index_attrs_04242021_010332 completed successfully INFO tests.tickets.ticket48746_test:ticket48746_test.py:63 Check indexing succeeded with a specified matching rule
Passed tickets/ticket48746_test.py::test_ticket48746_homeDirectory_mixed_value 0.09
No log output captured.
Passed tickets/ticket48746_test.py::test_ticket48746_extensible_search_after_index 0.08
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48746_test:ticket48746_test.py:99 Default: can retrieve an entry filter caseExactIA5Match with exact stored value
Passed tickets/ticket48746_test.py::test_ticket48746_homeDirectory_indexed_ces 4.74
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48746_test:ticket48746_test.py:104 index homeDirectory in caseExactIA5Match, this would trigger the crash INFO tests.tickets.ticket48746_test:ticket48746_test.py:121 successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO lib389:tasks.py:825 Index task index_attrs_04242021_010335 completed successfully INFO tests.tickets.ticket48746_test:ticket48746_test.py:127 Check indexing succeeded with a specified matching rule
Passed tickets/ticket48799_test.py::test_ticket48799 44.79
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 2dda81c7-d720-4b33-8ec9-824b054eb28f / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48799_test:ticket48799_test.py:80 Test complete
Passed tickets/ticket48844_test.py::test_ticket48844_init 10.28
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:backend.py:80 List backend with suffix=dc=bitwise,dc=com INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=TestBitw,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=TestBitw,cn=ldbm database,cn=plugins,cn=config cn: TestBitw nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/TestBitw nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: dc=bitwise,dc=com objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="dc=bitwise,dc=com",cn=mapping tree,cn=config cn: dc=bitwise,dc=com nsslapd-backend: TestBitw nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=dc\3Dbitwise\2Cdc\3Dcom,cn=mapping tree,cn=config cn: dc=bitwise,dc=com nsslapd-backend: TestBitw nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree
Passed tickets/ticket48844_test.py::test_ticket48844_bitwise_on 5.29
No log output captured.
Passed tickets/ticket48844_test.py::test_ticket48844_bitwise_off 7.20
No log output captured.
Passed tickets/ticket48891_test.py::test_ticket48891_setup 11.08
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48891_test.py:43 Bind as cn=Directory Manager INFO lib389:ticket48891_test.py:52 ######################### SETUP SUFFIX o=ticket48891.org ###################### INFO lib389:backend.py:80 List backend with suffix=dc=ticket48891.org INFO lib389:backend.py:290 Creating a local backend INFO lib389:backend.py:76 List backend cn=ticket48891,cn=ldbm database,cn=plugins,cn=config INFO lib389:__init__.py:1710 Found entry dn: cn=ticket48891,cn=ldbm database,cn=plugins,cn=config cn: ticket48891 nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/ticket48891 nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-require-internalop-index: off nsslapd-suffix: dc=ticket48891.org objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO lib389:mappingTree.py:153 Entry dn: cn="dc=ticket48891.org",cn=mapping tree,cn=config cn: dc=ticket48891.org nsslapd-backend: ticket48891 nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO lib389:__init__.py:1710 Found entry dn: cn=dc\3Dticket48891.org,cn=mapping tree,cn=config cn: dc=ticket48891.org nsslapd-backend: ticket48891 nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO lib389:ticket48891_test.py:61 ######################### Generate Test data ###################### INFO lib389:ticket48891_test.py:77 ######################### SEARCH ALL ###################### INFO lib389:ticket48891_test.py:78 Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO lib389:ticket48891_test.py:82 Returned 10 entries. INFO lib389:ticket48891_test.py:86 10 person entries are successfully created under dc=ticket48891.org.
Passed tickets/ticket48893_test.py::test_ticket48893 11.03
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48893_test:ticket48893_test.py:46 Test PASSED
Passed tickets/ticket48906_test.py::test_ticket48906_setup 9.01
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48906_test.py:63 Bind as cn=Directory Manager INFO lib389:ticket48906_test.py:83 ######################### SEARCH ALL ###################### INFO lib389:ticket48906_test.py:84 Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO lib389:ticket48906_test.py:88 Returned 10 entries. INFO lib389:ticket48906_test.py:92 10 person entries are successfully created under dc=example,dc=com.
Passed tickets/ticket48906_test.py::test_ticket48906_dblock_default 0.25
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48906_test.py:149 ################################### INFO lib389:ticket48906_test.py:150 ### INFO lib389:ticket48906_test.py:151 ### Check that before any change config/monitor INFO lib389:ticket48906_test.py:152 ### contains the default value INFO lib389:ticket48906_test.py:153 ### INFO lib389:ticket48906_test.py:154 ###################################
Passed tickets/ticket48906_test.py::test_ticket48906_dblock_ldap_update 3.02
------------------------------Captured stdout call------------------------------
line locks:10000 expected_value 10000 value 10000
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48906_test.py:160 ################################### INFO lib389:ticket48906_test.py:161 ### INFO lib389:ticket48906_test.py:162 ### Check that after ldap update INFO lib389:ticket48906_test.py:163 ### - monitor contains DEFAULT INFO lib389:ticket48906_test.py:164 ### - configured contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:165 ### - After stop dse.ldif contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:166 ### - After stop guardian contains DEFAULT INFO lib389:ticket48906_test.py:167 ### In fact guardian should differ from config to recreate the env INFO lib389:ticket48906_test.py:168 ### Check that after restart (DBenv recreated) INFO lib389:ticket48906_test.py:169 ### - monitor contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:170 ### - configured contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:171 ### - dse.ldif contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:172 ### INFO lib389:ticket48906_test.py:173 ###################################
Passed tickets/ticket48906_test.py::test_ticket48906_dblock_edit_update 6.41
------------------------------Captured stdout call------------------------------
line locks:20000 expected_value 20000 value 20000 line locks:40000 expected_value 40000 value 40000
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48906_test.py:191 ################################### INFO lib389:ticket48906_test.py:192 ### INFO lib389:ticket48906_test.py:193 ### Check that after stop INFO lib389:ticket48906_test.py:194 ### - dse.ldif contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:195 ### - guardian contains DBLOCK_LDAP_UPDATE INFO lib389:ticket48906_test.py:196 ### Check that edit dse+restart INFO lib389:ticket48906_test.py:197 ### - monitor contains DBLOCK_EDIT_UPDATE INFO lib389:ticket48906_test.py:198 ### - configured contains DBLOCK_EDIT_UPDATE INFO lib389:ticket48906_test.py:199 ### Check that after stop INFO lib389:ticket48906_test.py:200 ### - dse.ldif contains DBLOCK_EDIT_UPDATE INFO lib389:ticket48906_test.py:201 ### - guardian contains DBLOCK_EDIT_UPDATE INFO lib389:ticket48906_test.py:202 ### INFO lib389:ticket48906_test.py:203 ###################################
Passed tickets/ticket48906_test.py::test_ticket48906_dblock_robust 7.92
------------------------------Captured stdout call------------------------------
line locks:40000 expected_value 40000 value 40000
-------------------------------Captured log call--------------------------------
INFO lib389:ticket48906_test.py:245 ################################### INFO lib389:ticket48906_test.py:246 ### INFO lib389:ticket48906_test.py:247 ### Check that the following values are rejected INFO lib389:ticket48906_test.py:248 ### - negative value INFO lib389:ticket48906_test.py:249 ### - insuffisant value INFO lib389:ticket48906_test.py:250 ### - invalid value INFO lib389:ticket48906_test.py:251 ### Check that minimum value is accepted INFO lib389:ticket48906_test.py:252 ### INFO lib389:ticket48906_test.py:253 ###################################
Passed tickets/ticket48944_test.py::test_ticket48944 167.91
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39202, 'ldap-secureport': 63902, 'server-id': 'consumer2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 026470a2-0c94-426b-af86-682122489fc7 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 2da1f235-5a51-4dd3-815e-1e9cc301bdd6 / got description=026470a2-0c94-426b-af86-682122489fc7) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:169 Joining consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect e79f8fe7-8a6b-46a3-a5c8-159629148dee / got description=2da1f235-5a51-4dd3-815e-1e9cc301bdd6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.topologies:topologies.py:169 Joining consumer consumer2 from supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is NOT working (expect 461977b4-6783-432e-8f40-42efafefd682 / got description=e79f8fe7-8a6b-46a3-a5c8-159629148dee) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is working INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 already exists INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer2 from supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 already exists INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer1 from supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.topologies:topologies.py:174 Ensuring consumer consumer2 from supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39202 is was created
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket48944_test:ticket48944_test.py:108 Ticket 48944 - On a read only replica invalid state info can accumulate INFO tests.tickets.ticket48944_test:ticket48944_test.py:52 Enable account policy plugin and configure required attributes INFO tests.tickets.ticket48944_test:ticket48944_test.py:54 Configure Account policy plugin on supplier1 INFO tests.tickets.ticket48944_test:ticket48944_test.py:52 Enable account policy plugin and configure required attributes INFO tests.tickets.ticket48944_test:ticket48944_test.py:54 Configure Account policy plugin on supplier2 INFO tests.tickets.ticket48944_test:ticket48944_test.py:52 Enable account policy plugin and configure required attributes INFO tests.tickets.ticket48944_test:ticket48944_test.py:69 Configure Account policy plugin on consumer1 INFO tests.tickets.ticket48944_test:ticket48944_test.py:52 Enable account policy plugin and configure required attributes INFO tests.tickets.ticket48944_test:ticket48944_test.py:69 Configure Account policy plugin on consumer2 INFO tests.tickets.ticket48944_test:ticket48944_test.py:115 Sleep for 10secs for the server to come up INFO tests.tickets.ticket48944_test:ticket48944_test.py:117 Add few entries to server and check if entries are replicated INFO tests.tickets.ticket48944_test:ticket48944_test.py:132 Checking if entries are synced across suppliers and consumers INFO tests.tickets.ticket48944_test:ticket48944_test.py:152 Start supplier2 to sync lastLoginTime attribute from supplier1 INFO tests.tickets.ticket48944_test:ticket48944_test.py:155 Stop supplier1 INFO tests.tickets.ticket48944_test:ticket48944_test.py:157 Bind as user1 to supplier2 and check if lastLoginTime attribute is greater than supplier1 INFO tests.tickets.ticket48944_test:ticket48944_test.py:161 Start all servers except supplier1 INFO tests.tickets.ticket48944_test:ticket48944_test.py:167 Check if consumers are updated with lastLoginTime attribute value from supplier2 INFO tests.tickets.ticket48944_test:ticket48944_test.py:174 Check if lastLoginTime update in consumers not synced to supplier2 INFO tests.tickets.ticket48944_test:ticket48944_test.py:185 Start supplier1 and check if its updating its older lastLoginTime attribute to consumers INFO tests.tickets.ticket48944_test:ticket48944_test.py:194 Check if lastLoginTime update from supplier2 is synced to all suppliers and consumers INFO tests.tickets.ticket48944_test:ticket48944_test.py:202 Checking consumer error logs for replica invalid state info
Passed tickets/ticket49008_test.py::test_ticket49008 95.44
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 1d14b052-80fd-437c-adff-defebd541edc / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 4d2bc5c3-6be2-4bf4-9435-606beeba4586 / got description=1d14b052-80fd-437c-adff-defebd541edc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect ad0a63e6-db5e-446f-9c24-5f9587c39187 / got description=4d2bc5c3-6be2-4bf4-9435-606beeba4586) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 06cacdef-8900-46ca-8e2d-724ffec94c52 / got description=ad0a63e6-db5e-446f-9c24-5f9587c39187) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49008_test:ticket49008_test.py:115 ruv before fail: b'{replica 2 ldap://localhost.localdomain:39002} 6083a8c2000100020000 6083a8ee000300020000' INFO tests.tickets.ticket49008_test:ticket49008_test.py:116 ruv after fail: b'{replica 2 ldap://localhost.localdomain:39002} 6083a8c2000100020000 6083a8ee000300020000'
Passed tickets/ticket49020_test.py::test_ticket49020 82.98
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect b217e66b-d55e-48c8-9d09-e0b09fb39365 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect fb20ae17-cf2a-4bae-b040-c642386792f2 / got description=b217e66b-d55e-48c8-9d09-e0b09fb39365) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect f31faf7b-7926-4712-ba34-bbbf7b17e880 / got description=fb20ae17-cf2a-4bae-b040-c642386792f2) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 307da26a-ea44-4a31-a867-c1a0d8ecd6a6 / got description=f31faf7b-7926-4712-ba34-bbbf7b17e880) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1168 Starting total init cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config
Passed tickets/ticket49076_test.py::test_ticket49076 20.18
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49095_test.py::test_ticket49095 10.95
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49095_test:ticket49095_test.py:79 Test Passed
Passed tickets/ticket49104_test.py::test_ticket49104 2.14
------------------------------Captured stderr call------------------------------
valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory
Passed tickets/ticket49122_test.py::test_ticket49122 25.75
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: nsrole=cn=empty,dc=example,dc=com INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (nsrole=cn=empty,dc=example,dc=com) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (&(nsrole=cn=empty,dc=example,dc=com)) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (!(nsrole=cn=empty,dc=example,dc=com)) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (&(|(objectclass=person)(sn=app*))(userpassword=*)) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (&(|(objectclass=person)(nsrole=cn=empty,dc=example,dc=com))(userpassword=*)) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (&(|(nsrole=cn=empty,dc=example,dc=com)(sn=app*))(userpassword=*)) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (&(|(objectclass=person)(sn=app*))(nsrole=cn=empty,dc=example,dc=com)) INFO tests.tickets.ticket49122_test:ticket49122_test.py:57 Testing filter: (&(|(&(cn=*)(objectclass=person)(nsrole=cn=empty,dc=example,dc=com)))(uid=*)) INFO lib389:ticket49122_test.py:86 Test Passed
Passed tickets/ticket49180_test.py::test_ticket49180 118.90
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier4 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'supplier4', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect c26ab197-369e-4e23-ba57-eedbec95c565 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 672bfc07-9be3-4112-8512-681ccc66f4ea / got description=c26ab197-369e-4e23-ba57-eedbec95c565) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect b03ccced-7821-445a-812a-d0170f6532f6 / got description=672bfc07-9be3-4112-8512-681ccc66f4ea) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect fc98e33f-fb8f-448e-8f36-443b37a6bc15 / got description=b03ccced-7821-445a-812a-d0170f6532f6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:156 Joining supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 6a934622-befa-4c1a-8e46-cff92f54ce83 / got description=fc98e33f-fb8f-448e-8f36-443b37a6bc15) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b4a9d197-de0b-4a6d-8379-40c1cb3e76d8 / got description=6a934622-befa-4c1a-8e46-cff92f54ce83) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b4a9d197-de0b-4a6d-8379-40c1cb3e76d8 / got description=6a934622-befa-4c1a-8e46-cff92f54ce83) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b4a9d197-de0b-4a6d-8379-40c1cb3e76d8 / got description=6a934622-befa-4c1a-8e46-cff92f54ce83) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b4a9d197-de0b-4a6d-8379-40c1cb3e76d8 / got description=6a934622-befa-4c1a-8e46-cff92f54ce83) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b4a9d197-de0b-4a6d-8379-40c1cb3e76d8 / got description=6a934622-befa-4c1a-8e46-cff92f54ce83) INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b4a9d197-de0b-4a6d-8379-40c1cb3e76d8 / got description=6a934622-befa-4c1a-8e46-cff92f54ce83) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier4 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier4 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier4 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49180_test:ticket49180_test.py:78 Running test_ticket49180... INFO tests.tickets.ticket49180_test:ticket49180_test.py:80 Check that replication works properly on all suppliers INFO tests.tickets.ticket49180_test:ticket49180_test.py:95 test_clean: disable supplier 4... INFO tests.tickets.ticket49180_test:ticket49180_test.py:30 test_clean: remove all the agreements to supplier 4... INFO lib389:agreement.py:1094 Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:agreement.py:1094 Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO lib389:agreement.py:1094 Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO tests.tickets.ticket49180_test:ticket49180_test.py:46 Restoring supplier 4... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is NOT working (expect 53d875bf-7263-4bef-8350-a0f0c6192e1c / got description=b4a9d197-de0b-4a6d-8379-40c1cb3e76d8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect a2408d65-b52a-4bfe-af8a-df986b7b9623 / got description=53d875bf-7263-4bef-8350-a0f0c6192e1c) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39004 already exists INFO tests.tickets.ticket49180_test:ticket49180_test.py:59 Replication is working m1 -> m2. INFO tests.tickets.ticket49180_test:ticket49180_test.py:59 Replication is working m1 -> m3. INFO tests.tickets.ticket49180_test:ticket49180_test.py:59 Replication is working m1 -> m4. INFO tests.tickets.ticket49180_test:ticket49180_test.py:67 Replication is working m4 -> m1. INFO tests.tickets.ticket49180_test:ticket49180_test.py:73 Supplier 4 has been successfully restored. INFO tests.tickets.ticket49180_test:ticket49180_test.py:106 Errors found on m1: 0 INFO tests.tickets.ticket49180_test:ticket49180_test.py:111 Errors found on m2: 0 INFO tests.tickets.ticket49180_test:ticket49180_test.py:116 Errors found on m3: 0
Passed tickets/ticket49184_test.py::test_ticket49184 15.72
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49184_test:ticket49184_test.py:89 create users and group... INFO tests.tickets.ticket49184_test:ticket49184_test.py:39 Adding members to the group... INFO tests.tickets.ticket49184_test:ticket49184_test.py:39 Adding members to the group...
Passed tickets/ticket49227_test.py::test_ticket49227 36.29
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49249_test.py::test_ticket49249 11.24
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49273_test.py::test_49273_corrupt_dbversion 14.46
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49290_test.py::test_49290_range_unindexed_notes 15.05
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
------------------------------Captured stderr call------------------------------
[24/Apr/2021:01:21:54.825165302 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [24/Apr/2021:01:21:54.833541832 -0400] - INFO - bdb_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [24/Apr/2021:01:21:54.838818784 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7461863424, process usage 27267072 [24/Apr/2021:01:21:54.841582710 -0400] - INFO - check_and_set_import_cache - Import allocates 2914790KB import cache. [24/Apr/2021:01:21:54.983202555 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: modifytimestamp [24/Apr/2021:01:21:54.986633726 -0400] - ERR - libdb - BDB1566 txn_checkpoint interface requires an environment configured for the transaction subsystem [24/Apr/2021:01:21:54.989247100 -0400] - ERR - bdb_force_checkpoint - Checkpoint FAILED, error Unexpected dbimpl error code (22) [24/Apr/2021:01:21:54.995321801 -0400] - INFO - bdb_db2index - userRoot: Finished indexing. [24/Apr/2021:01:21:55.017991107 -0400] - INFO - bdb_pre_close - All database threads now stopped
Passed tickets/ticket49386_test.py::test_ticket49386 43.00
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_0,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_1,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_2,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_3,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_4,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_5,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_6,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_7,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_8,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49386_test:ticket49386_test.py:28 Adding user (cn=user_9,ou=people,dc=example,dc=com): INFO lib389:ticket49386_test.py:65 !!!!!!! cn=user_1,ou=people,dc=example,dc=com: memberof->b'cn=group_1,ou=groups,dc=example,dc=com' INFO lib389:ticket49386_test.py:66 !!!!!!! b'cn=group_1,ou=groups,dc=example,dc=com' INFO lib389:ticket49386_test.py:67 !!!!!!! cn=group_1,ou=groups,dc=example,dc=com INFO tests.tickets.ticket49386_test:ticket49386_test.py:130 memberof log found: [24/Apr/2021:01:23:04.373994851 -0400] - DEBUG - memberof-plugin - memberof_postop_modrdn: Skip modrdn operation because src/dst identical cn=group_1,ou=groups,dc=example,dc=com
Passed tickets/ticket49441_test.py::test_ticket49441 18.19
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49441_test:ticket49441_test.py:35 Position ldif files, and add indexes... INFO tests.tickets.ticket49441_test:ticket49441_test.py:52 Import LDIF with large indexed binary attributes... ERROR lib389:tasks.py:510 Error: import task import_04242021_012344 for file /var/lib/dirsrv/slapd-standalone1/ldifbinary.ldif exited with -23 INFO tests.tickets.ticket49441_test:ticket49441_test.py:61 Verify server is still running... INFO tests.tickets.ticket49441_test:ticket49441_test.py:68 Test PASSED
Passed tickets/ticket49460_test.py::test_ticket_49460 62.73
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 81d439fb-997c-43d9-a817-99a103453698 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect e4fb147c-83f9-4095-9d4e-a50f4a0a45f8 / got description=81d439fb-997c-43d9-a817-99a103453698) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect 7bd78b33-e007-41f5-9684-68393d3b70fc / got description=e4fb147c-83f9-4095-9d4e-a50f4a0a45f8) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect b055b7f6-3e2a-4106-915f-9b19afe504af / got description=7bd78b33-e007-41f5-9684-68393d3b70fc) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket49460_test:ticket49460_test.py:26 Adding user (cn=user11,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49460_test:ticket49460_test.py:26 Adding user (cn=user21,ou=people,dc=example,dc=com): CRITICAL tests.tickets.ticket49460_test:ticket49460_test.py:26 Adding user (cn=user31,ou=people,dc=example,dc=com):
Passed tickets/ticket49471_test.py::test_ticket49471 14.11
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket49471_test:ticket49471_test.py:28 Adding user (cn=user_1,ou=people,dc=example,dc=com):
Passed tickets/ticket49540_test.py::test_ticket49540 28.43
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49540_test:ticket49540_test.py:28 index homeDirectory INFO lib389:tasks.py:825 Index task index_attrs_04242021_012941 completed successfully INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 0 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:71 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> NO STATUS INFO tests.tickets.ticket49540_test:ticket49540_test.py:83 =========> Great it was expected in the middle of index INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 1 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:71 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> NO STATUS INFO tests.tickets.ticket49540_test:ticket49540_test.py:83 =========> Great it was expected in the middle of index INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 2 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:71 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> NO STATUS INFO tests.tickets.ticket49540_test:ticket49540_test.py:83 =========> Great it was expected in the middle of index INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 3 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:71 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> NO STATUS INFO tests.tickets.ticket49540_test:ticket49540_test.py:83 =========> Great it was expected in the middle of index INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 4 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:71 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> NO STATUS INFO tests.tickets.ticket49540_test:ticket49540_test.py:83 =========> Great it was expected in the middle of index INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 5 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:68 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 6 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:68 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 7 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:68 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 8 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:68 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO tests.tickets.ticket49540_test:ticket49540_test.py:62 check_task_status =========> 9 th loop INFO tests.tickets.ticket49540_test:ticket49540_test.py:68 cn=index_attrs_04242021_012941,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.'
Passed tickets/ticket49623_2_test.py::test_modrdn_loop 10.89
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology.
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket49623_2_test:ticket49623_2_test.py:66 Check the log messages for cenotaph error
Passed tickets/ticket49658_test.py::test_ticket49658_init 49.68
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier2 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'supplier2', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier3 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'supplier3', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:142 Creating replication topology. INFO lib389.topologies:topologies.py:156 Joining supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is NOT working (expect 357d2d76-347c-4adc-b339-41dd92fea2b6 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 3a39bc23-51db-45fd-b675-5a4aa07f956f / got description=357d2d76-347c-4adc-b339-41dd92fea2b6) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 INFO lib389.topologies:topologies.py:156 Joining supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is NOT working (expect efe644aa-4bc3-44e7-b432-0a309db32f49 / got description=3a39bc23-51db-45fd-b675-5a4aa07f956f) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is working INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is NOT working (expect 686cc07a-2419-49a4-b3ba-148018f712a8 / got description=efe644aa-4bc3-44e7-b432-0a309db32f49) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 is working INFO lib389.replica:replica.py:2153 SUCCESS: joined supplier from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier2 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier1 to supplier3 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier2 to supplier3 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 is was created INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier1 ... INFO lib389.replica:replica.py:2338 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 already exists INFO lib389.topologies:topologies.py:164 Ensuring supplier supplier3 to supplier2 ... INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39003 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39002 is was created
-------------------------------Captured log call--------------------------------
CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=0,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=0,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=1,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=1,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=2,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=2,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=3,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=3,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=4,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=4,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=5,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=5,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=6,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=6,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=7,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=7,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=8,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=8,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=9,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=9,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=10,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=10,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=11,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=11,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=12,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=12,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=13,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=13,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=14,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=14,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=15,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=15,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=16,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=16,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=17,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=17,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=18,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=18,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:54 Adding user (employeeNumber=19,ou=distinguished,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:151 Adding employeeNumber=19,ou=distinguished,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_0,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_0,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_1,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_1,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_2,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_2,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_3,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_3,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_4,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_4,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_5,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_5,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_6,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_6,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_7,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_7,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_8,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_8,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_9,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_9,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_10,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_10,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_11,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_11,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_12,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_12,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_13,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_13,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_14,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_14,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_15,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_15,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_16,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_16,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_17,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_17,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_18,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_18,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_19,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_19,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_20,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_20,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_21,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_21,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_22,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_22,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_23,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_23,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_24,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_24,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_25,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_25,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_26,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_26,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_27,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_27,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_28,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_28,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_29,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_29,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_30,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_30,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_31,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_31,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_32,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_32,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_33,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_33,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_34,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_34,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_35,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_35,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_36,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_36,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_37,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_37,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_38,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_38,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_39,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_39,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_40,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_40,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_41,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_41,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_42,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_42,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_43,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_43,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_44,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_44,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_45,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_45,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_46,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_46,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_47,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_47,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_48,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_48,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_49,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_49,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_50,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_50,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_51,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_51,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_52,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_52,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_53,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_53,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_54,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_54,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_55,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_55,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_56,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_56,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_57,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_57,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_58,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_58,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_59,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_59,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_60,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_60,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_61,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_61,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_62,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_62,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_63,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_63,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_64,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_64,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_65,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_65,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_66,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_66,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_67,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_67,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_68,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_68,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_69,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_69,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_70,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_70,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_71,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_71,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_72,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_72,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_73,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_73,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_74,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_74,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_75,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_75,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_76,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_76,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_77,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_77,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_78,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_78,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_79,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_79,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_80,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_80,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_81,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_81,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_82,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_82,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_83,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_83,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_84,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_84,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_85,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_85,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_86,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_86,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_87,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_87,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_88,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_88,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_89,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_89,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_90,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_90,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_91,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_91,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_92,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_92,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_93,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_93,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_94,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_94,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_95,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_95,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_96,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_96,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_97,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_97,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_98,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_98,ou=regular,ou=people,dc=example,dc=com on M3 CRITICAL tests.tickets.ticket49658_test:ticket49658_test.py:39 Adding user (uid=user_99,ou=regular,ou=people,dc=example,dc=com): INFO tests.tickets.ticket49658_test:ticket49658_test.py:159 Adding uid=user_99,ou=regular,ou=people,dc=example,dc=com on M3
Passed tickets/ticket49658_test.py::test_ticket49658_0 33.61
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:289 Search M1 employeeNumber=b'0' (vs. b'0') INFO tests.tickets.ticket49658_test:ticket49658_test.py:295 Search M2 employeeNumber=b'0' (vs. b'0') INFO tests.tickets.ticket49658_test:ticket49658_test.py:303 Search M3 employeeNumber=b'0' (vs. b'0')
Passed tickets/ticket49658_test.py::test_ticket49658_1 33.68
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:395 Search M1 employeeNumber=b'1' (vs. b'1') INFO tests.tickets.ticket49658_test:ticket49658_test.py:401 Search M2 employeeNumber=b'1' (vs. b'1') INFO tests.tickets.ticket49658_test:ticket49658_test.py:409 Search M3 employeeNumber=b'1' (vs. b'1')
Passed tickets/ticket49658_test.py::test_ticket49658_2 33.72
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:501 Search M1 employeeNumber=b'2' (vs. b'2') INFO tests.tickets.ticket49658_test:ticket49658_test.py:507 Search M2 employeeNumber=b'2' (vs. b'2') INFO tests.tickets.ticket49658_test:ticket49658_test.py:515 Search M3 employeeNumber=b'2' (vs. b'2')
Passed tickets/ticket49658_test.py::test_ticket49658_3 33.62
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:607 Search M1 employeeNumber=b'3' (vs. b'3') INFO tests.tickets.ticket49658_test:ticket49658_test.py:613 Search M2 employeeNumber=b'3' (vs. b'3') INFO tests.tickets.ticket49658_test:ticket49658_test.py:621 Search M3 employeeNumber=b'3' (vs. b'3')
Passed tickets/ticket49658_test.py::test_ticket49658_4 33.63
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:713 Search M1 employeeNumber=b'4' (vs. b'4') INFO tests.tickets.ticket49658_test:ticket49658_test.py:719 Search M2 employeeNumber=b'4' (vs. b'4') INFO tests.tickets.ticket49658_test:ticket49658_test.py:727 Search M3 employeeNumber=b'4' (vs. b'4')
Passed tickets/ticket49658_test.py::test_ticket49658_5 33.60
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:819 Search M1 employeeNumber=b'5' (vs. b'5') INFO tests.tickets.ticket49658_test:ticket49658_test.py:825 Search M2 employeeNumber=b'5' (vs. b'5') INFO tests.tickets.ticket49658_test:ticket49658_test.py:833 Search M3 employeeNumber=b'5' (vs. b'5')
Passed tickets/ticket49658_test.py::test_ticket49658_6 33.68
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:934 Search M1 employeeNumber=b'6.2' (vs. 6.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:940 Search M2 employeeNumber=b'6.2' (vs. 6.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:948 Search M3 employeeNumber=b'6.2' (vs. 6.2)
Passed tickets/ticket49658_test.py::test_ticket49658_7 33.61
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1042 Search M1 employeeNumber=b'7.2' (vs. 7.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1048 Search M2 employeeNumber=b'7.2' (vs. 7.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1056 Search M3 employeeNumber=b'7.2' (vs. 7.2)
Passed tickets/ticket49658_test.py::test_ticket49658_8 33.63
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1150 Search M1 employeeNumber=b'8.2' (vs. 8.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1156 Search M2 employeeNumber=b'8.2' (vs. 8.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1164 Search M3 employeeNumber=b'8.2' (vs. 8.2)
Passed tickets/ticket49658_test.py::test_ticket49658_9 33.63
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1259 Search M1 employeeNumber=b'9.2' (vs. 9.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1265 Search M2 employeeNumber=b'9.2' (vs. 9.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1273 Search M3 employeeNumber=b'9.2' (vs. 9.2)
Passed tickets/ticket49658_test.py::test_ticket49658_10 33.62
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1369 Search M1 employeeNumber=b'10.2' (vs. 10.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1375 Search M2 employeeNumber=b'10.2' (vs. 10.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1383 Search M3 employeeNumber=b'10.2' (vs. 10.2)
Passed tickets/ticket49658_test.py::test_ticket49658_11 33.61
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1479 Search M1 employeeNumber=b'11.1' (vs. 11.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1485 Search M2 employeeNumber=b'11.1' (vs. 11.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1493 Search M3 employeeNumber=b'11.1' (vs. 11.1)
Passed tickets/ticket49658_test.py::test_ticket49658_12 33.92
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1594 Search M1 employeeNumber=b'12.1' (vs. 12.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1600 Search M2 employeeNumber=b'12.1' (vs. 12.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1608 Search M3 employeeNumber=b'12.1' (vs. 12.1)
Passed tickets/ticket49658_test.py::test_ticket49658_13 33.64
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1709 Search M1 employeeNumber=b'13.1' (vs. 13.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1715 Search M2 employeeNumber=b'13.1' (vs. 13.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1723 Search M3 employeeNumber=b'13.1' (vs. 13.1)
Passed tickets/ticket49658_test.py::test_ticket49658_14 33.61
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1825 Search M1 employeeNumber=b'14.1' (vs. 14.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1831 Search M2 employeeNumber=b'14.1' (vs. 14.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1839 Search M3 employeeNumber=b'14.1' (vs. 14.1)
Passed tickets/ticket49658_test.py::test_ticket49658_15 33.63
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:1940 Search M1 employeeNumber=b'15.1' (vs. 15.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1946 Search M2 employeeNumber=b'15.1' (vs. 15.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:1954 Search M3 employeeNumber=b'15.1' (vs. 15.1)
Passed tickets/ticket49658_test.py::test_ticket49658_16 37.67
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2076 Search M1 employeeNumber=b'1.1' (vs. 1.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2082 Search M2 employeeNumber=b'1.1' (vs. 1.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2090 Search M3 employeeNumber=b'1.1' (vs. 1.1)
Passed tickets/ticket49658_test.py::test_ticket49658_17 37.66
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2183 Search M1 employeeNumber=b'2.2' (vs. 2.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2189 Search M2 employeeNumber=b'2.2' (vs. 2.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2197 Search M3 employeeNumber=b'2.2' (vs. 2.2)
Passed tickets/ticket49658_test.py::test_ticket49658_18 37.64
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2289 Search M1 employeeNumber=b'3.2' (vs. 3.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2295 Search M2 employeeNumber=b'3.2' (vs. 3.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2303 Search M3 employeeNumber=b'3.2' (vs. 3.2)
Passed tickets/ticket49658_test.py::test_ticket49658_19 38.66
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2405 Search M1 employeeNumber=b'4.1' (vs. 4.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2411 Search M2 employeeNumber=b'4.1' (vs. 4.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2419 Search M3 employeeNumber=b'4.1' (vs. 4.1)
Passed tickets/ticket49658_test.py::test_ticket49658_20 38.73
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2520 Search M1 employeeNumber=b'5.1' (vs. 5.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2526 Search M2 employeeNumber=b'5.1' (vs. 5.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2534 Search M3 employeeNumber=b'5.1' (vs. 5.1)
Passed tickets/ticket49658_test.py::test_ticket49658_21 38.69
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2635 Search M1 employeeNumber=b'6.1' (vs. 6.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2641 Search M2 employeeNumber=b'6.1' (vs. 6.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2649 Search M3 employeeNumber=b'6.1' (vs. 6.1)
Passed tickets/ticket49658_test.py::test_ticket49658_22 38.67
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2750 Search M1 employeeNumber=b'7.1' (vs. 7.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2756 Search M2 employeeNumber=b'7.1' (vs. 7.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2764 Search M3 employeeNumber=b'7.1' (vs. 7.1)
Passed tickets/ticket49658_test.py::test_ticket49658_23 39.67
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2873 Search M1 employeeNumber=b'8.2' (vs. 8.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2879 Search M2 employeeNumber=b'8.2' (vs. 8.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:2887 Search M3 employeeNumber=b'8.2' (vs. 8.2)
Passed tickets/ticket49658_test.py::test_ticket49658_24 39.72
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:2996 Search M1 employeeNumber=b'9.2' (vs. 9.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3002 Search M2 employeeNumber=b'9.2' (vs. 9.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3010 Search M3 employeeNumber=b'9.2' (vs. 9.2)
Passed tickets/ticket49658_test.py::test_ticket49658_25 39.66
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3119 Search M1 employeeNumber=b'10.2' (vs. 10.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3125 Search M2 employeeNumber=b'10.2' (vs. 10.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3133 Search M3 employeeNumber=b'10.2' (vs. 10.2)
Passed tickets/ticket49658_test.py::test_ticket49658_26 39.67
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3242 Search M1 employeeNumber=b'11.2' (vs. 11.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3248 Search M2 employeeNumber=b'11.2' (vs. 11.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3256 Search M3 employeeNumber=b'11.2' (vs. 11.2)
Passed tickets/ticket49658_test.py::test_ticket49658_27 39.67
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3365 Search M1 employeeNumber=b'12.2' (vs. 12.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3371 Search M2 employeeNumber=b'12.2' (vs. 12.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3379 Search M3 employeeNumber=b'12.2' (vs. 12.2)
Passed tickets/ticket49658_test.py::test_ticket49658_28 39.68
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3488 Search M1 employeeNumber=b'13.2' (vs. 13.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3494 Search M2 employeeNumber=b'13.2' (vs. 13.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3502 Search M3 employeeNumber=b'13.2' (vs. 13.2)
Passed tickets/ticket49658_test.py::test_ticket49658_29 39.69
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3612 Search M1 employeeNumber=b'14.2' (vs. 14.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3618 Search M2 employeeNumber=b'14.2' (vs. 14.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3626 Search M3 employeeNumber=b'14.2' (vs. 14.2)
Passed tickets/ticket49658_test.py::test_ticket49658_30 39.75
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3735 Search M1 employeeNumber=b'15.2' (vs. 15.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3741 Search M2 employeeNumber=b'15.2' (vs. 15.2) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3749 Search M3 employeeNumber=b'15.2' (vs. 15.2)
Passed tickets/ticket49658_test.py::test_ticket49658_31 40.66
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3866 Search M1 employeeNumber=b'16.1' (vs. 16.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3872 Search M2 employeeNumber=b'16.1' (vs. 16.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:3880 Search M3 employeeNumber=b'16.1' (vs. 16.1)
Passed tickets/ticket49658_test.py::test_ticket49658_32 40.65
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:3998 Search M1 employeeNumber=b'17.1' (vs. 17.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:4004 Search M2 employeeNumber=b'17.1' (vs. 17.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:4012 Search M3 employeeNumber=b'17.1' (vs. 17.1)
Passed tickets/ticket49658_test.py::test_ticket49658_33 40.69
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:4122 Search M1 employeeNumber=b'18.1' (vs. 18.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:4128 Search M2 employeeNumber=b'18.1' (vs. 18.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:4136 Search M3 employeeNumber=b'18.1' (vs. 18.1)
Passed tickets/ticket49658_test.py::test_ticket49658_34 45.50
-------------------------------Captured log call--------------------------------
INFO lib389:agreement.py:1193 Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1193 Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO lib389:agreement.py:1219 Resuming replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO tests.tickets.ticket49658_test:ticket49658_test.py:4246 Search M1 employeeNumber=b'19.1' (vs. 19.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:4252 Search M2 employeeNumber=b'19.1' (vs. 19.1) INFO tests.tickets.ticket49658_test:ticket49658_test.py:4260 Search M3 employeeNumber=b'19.1' (vs. 19.1)
Passed tickets/ticket49788_test.py::test_ticket49781 11.08
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket50078_test.py::test_ticket50078 49.61
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for supplier1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'supplier1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for hub1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for consumer1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO lib389.topologies:topologies.py:524 Creating replication topology. INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is was created INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is NOT working (expect f3604bca-713c-4ad8-b2a5-3504cedbcd43 / got description=None) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 is working INFO lib389.replica:replica.py:2211 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 INFO lib389.replica:replica.py:2084 SUCCESS: bootstrap to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 completed INFO lib389.replica:replica.py:2365 SUCCESS: Agreement from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is was created INFO lib389.replica:replica.py:2268 SUCCESS: joined consumer from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39101 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 INFO lib389.replica:replica.py:2498 Retry: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is NOT working (expect 72c74214-7ef0-4fcc-8ae5-b915a631af9f / got description=f3604bca-713c-4ad8-b2a5-3504cedbcd43) INFO lib389.replica:replica.py:2496 SUCCESS: Replication from ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39001 to ldap://ci-vm-10-0-137-248.hosted.upshift.rdu2.redhat.com:39201 is working
-------------------------------Captured log call--------------------------------
INFO tests.tickets.ticket50078_test:ticket50078_test.py:31 Replication is working. INFO tests.tickets.ticket50078_test:ticket50078_test.py:47 Rename the test entry test_user1... INFO tests.tickets.ticket50078_test:ticket50078_test.py:52 Replication is working.
Passed tickets/ticket50234_test.py::test_ticket50234 11.07
-------------------------------Captured log setup-------------------------------
INFO lib389.SetupDs:setup.py:658 Starting installation... INFO lib389.SetupDs:setup.py:686 Completed installation for standalone1 INFO lib389.topologies:topologies.py:109 Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.