https://bugs.openldap.org/show_bug.cgi?id=9690
Issue ID: 9690 Summary: 2.5.7: test suite is failing Product: OpenLDAP Version: 2.5.7 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: kloczko.tomasz@gmail.com Target Milestone: ---
Created attachment 842 --> https://bugs.openldap.org/attachment.cgi?id=842&action=edit Test suite log
Source code configured with below options:
%configure \ --disable-debug \ --disable-ndb \ --disable-slp \ --disable-sql \ --disable-wt \ --disable-static \ --enable-backends=mod \ --enable-bdb=yes \ --enable-cleartext \ --enable-crypt \ --enable-dynacl \ --enable-dynamic \ --enable-hdb \ --enable-lmpasswd \ --enable-mdb=yes \ --enable-modules \ --enable-monitor \ --enable-overlays=mod \ --enable-rewrite \ --enable-rlookups \ --enable-slapi \ --enable-spasswd \ --libexecdir=%{_libdir} \ --with-cyrus-sasl \ --with-gnu-ld \ --without-fetch \ --with-pic \ --with-threads \ %{nil}
Test suite log is in attachment
Please let me know if you need more details or want me to perform some diasgnostics.
https://bugs.openldap.org/show_bug.cgi?id=9690
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- You need to provide the actual contents of the testrun directory for this to be pursued.
https://bugs.openldap.org/show_bug.cgi?id=9690
--- Comment #2 from kloczko.tomasz@gmail.com kloczko.tomasz@gmail.com --- Created attachment 844 --> https://bugs.openldap.org/attachment.cgi?id=844&action=edit tests/testrun
Here is the tests/testrun content. Looks like two units failed.
https://bugs.openldap.org/show_bug.cgi?id=9690
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- The testrun directory is *per* test. If you have two failed tests, the testrun directory will only contain the contents of the most recently executed test.
Your tar.gz is incorrectly named, and you didn't note which test it is for.
Additionally, since you disabled debugging, there's nothing useful logged.
I would also note that many of the tests are timing dependent and will fail sporadically if the timing needs aren't met. We're working on a new test suite to fix that issue.
Your configure options include invalid options for 2.5. I would suggest reading the release documentation for 2.5 and removing the invalid flags.