On 2025-12-16 10:18, Quanah Gibson-Mount wrote: > This is the first testing call for OpenLDAP 2.6.11. Depending on the > results, this may be the only testing call. > > Generally, get the code for RE26: > > <https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz> > > Extract, configure, and build. > > Execute the test suite (via make test) after it is built. Optionally, cd > tests && make its to run through the regression suite.
`make test` - all passing OK on x86_64 (Linux). Linux auntie 6.19.0-rc1 #105 SMP PREEMPT_DYNAMIC Sun Dec 14 07:52:21 -00 2025 x86_64 AMD Ryzen 9 9950X 16-Core Processor AuthenticAMD GNU/Linux `cd tests && make its` failing: $ make its Testing (available) ITS regressions make[1]: Entering directory '/home/bacs/src/openldap-OPENLDAP_REL_ENG_2_6/tests' Cleaning up test run directory leftover from previous run. Running ./scripts/its-all for mdb... ####################################################################### ### ### ### regression tests ### ### ### ####################################################################### ### >>>>> Executing all LDAP ITS regression tests >>>>> Starting its10248 ... Searching a translucent overlay with subordinate backend. running defines.sh Translucent Proxy overlay not available, test skipped >>>>> ./data/regressions/its10248/its10248 completed OK. >>>>> Starting its10388 ... running defines.sh ./data/regressions/its10388/its10388: line 50: /home/bacs/src/openldap-OPENLDAP_REL_ENG_2_6/tests/testrun/mod_ldif.ldif: No such file or directory Running slapadd to build slapd database... Starting slapd on TCP/IP port 9011... Testing slapd modify operations... Testing modify with various values... ldapmodify failed (1)! >>>>> ./data/regressions/its10388/its10388 failed (exit 1) make[1]: *** [Makefile:364: mdb-its-yes] Error 1 make[1]: Leaving directory '/home/bacs/src/openldap-OPENLDAP_REL_ENG_2_6/tests' make: *** [Makefile:355: regressions] Error 2 Am I supposed to build/install something else for the regression tests to run? Tested-by: Brett A C Sheffield <[email protected]>
