Monday, November 21, 2016

[389-devel] Re: Build failed in Jenkins: 389-DS-NIGHTLY #138

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

No comments:

Post a Comment