Hi, > topology = <tickets.ticket48906_test.TopologyStandalone object at 0x7fee22ec8e90> > attr = '\''nsslapd-dbcachesize'\'', expected_value = '\''10000000'\'', required = False > > def _check_configured_value(topology, attr=DBLOCK_ATTR_CONFIG, expected_value=None, required=False): > entries = topology.standalone.search_s(ldbm_config, ldap.SCOPE_BASE, '\''cn=config'\'') > if required: > assert(entries[0].hasValue(attr)) > elif entries[0].hasValue(attr): > > assert(entries[0].getValue(attr) == expected_value) > E assert '\''33554432'\'' == '\''10000000'\'' > E - 33554432 > E + 10000000 > I'm fixing this test now: It's a bit silly, but I broke it because I increased this default value to make the server perform better ... Patch shortly. -- Sincerely, William Brown Software Engineer Red Hat, Brisbane
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ 389-devel mailing list -- 389-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx