[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RE2.4
Michael Ströder wrote:
Quanah Gibson-Mount wrote:
Please test RE2.4 and let me know how things go.
Hmm, when invoking 'make test' test022-ppolicy failed. But when invoking
it directly in tests/ it works. Such things happen every now and then
with various test scripts. It seems to me that there are some
non-deterministic failures and I'm not sure how to track them down.
Since test022 relies on particular time intervals for some of its tests it may
just mean the script needs to use longer delays. Of course we can't diagnose
without a look at the slapd.log files and others from the failed runs.
gcc 4.2.1 using -O4
bdb 4.5.20 RPM from openSUSE 10.3
Ciao, Michael.
>>>>> Starting test022-ppolicy ...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to check that slapd is running...
Waiting 5 seconds for slapd to start...
Using ldapadd to populate the database...
Testing account lockout...
Waiting 20 seconds for lockout to reset...
Testing password expiration
Waiting 20 seconds for password to expire...
Password expiration test failed
>>>>> ./scripts/test022-ppolicy failed (exit 1)
make[2]: *** [bdb-yes] Error 1
make[2]: Leaving directory
`/home/michael/src/openldap/OPENLDAP_REL_ENG_2_4/openldap/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory
`/home/michael/src/openldap/OPENLDAP_REL_ENG_2_4/openldap/tests'
make: *** [test] Error 2
$ cd tests/
$ ./run -b bdb test022
Cleaning up test run directory leftover from previous run.
Running ./scripts/test022-ppolicy...
running defines.sh
>>>>> Test succeeded
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
- References:
- RE2.4
- From: Quanah Gibson-Mount <quanah@zimbra.com>
- Re: RE2.4
- From: Michael Ströder <michael@stroeder.com>