[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: 2.0.3 make test difficulty



Not me...

Initially I use --enable-sql (in Caldera openLinux eDesktop 2.4), and got
exactly the same result as yours below. After that i configure with no
option, and with 6 hours "make test" finally I passed everything. It took
such a long time for every test.


Why it took so long?


Lukman



Jie Gao wrote:

> Hi All,
>
> Anyone had a smooth run with "make test" on Sparc/Solaris 7?
>
> I haven't. Mostly it hang with some sections of the tests - right at
> this moment I am stuck with test006-acls:
>
>     Waiting 10 seconds for slapd to start...
>
> - Well, I have increased 5 seconds to 10 for every test, which did help
> a little bit with the TIME_WAIT problem.
>
> I have needed to kill the process, and then kill the server the tests
> started manually.
>
> I had every test pass eventually with 2.0.0. But now I am running out
> of patience with 2.0.3 with:
>
> > gmake test
> cd tests; make test
> make[1]: Entering directory `/de1/src/lima/openldap-2.0.3/tests'
> ln: cannot create ./data: File exists
> make[1]: [test-ldbm] Error 2 (ignored)
> ln: cannot create ./schema: File exists
> make[1]: [test-ldbm] Error 2 (ignored)
> Initiating LDAP tests for LDBM...
> >>>>> Executing all LDAP tests...
> >>>>> Test Directory: .
> >>>>> Backend: ldbm
> >>>>> Starting test000-rootdse ...
> running defines.sh . ldbm
> Datadir is ./data
> Cleaning up in ./test-db...
> Starting slapd on TCP/IP port 9009...
> Using ldapsearch to retrieve all the entries...
> Waiting 5 seconds for slapd to start...
> Waiting 5 seconds for slapd to start...
> Waiting 5 seconds for slapd to start...
> Waiting 5 seconds for slapd to start...
> Waiting 5 seconds for slapd to start...
> Waiting 5 seconds for slapd to start...
> ./scripts/test000-rootdse: kill: no such process
> ldap_bind: Can't contact LDAP server
> >>>>> Test failed
> >>>>> ./scripts/test000-rootdse failed (exit 1)
> make[1]: *** [test-ldbm] Error 1
> make[1]: Leaving directory `/de1/src/lima/openldap-2.0.3/tests'
> gmake: *** [test] Error 2
>
> Cheers,
>
> Jie