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:
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.
Thanks!
OpenLDAP 2.6.11 Engineering Fixed slapd to use fresh timestamp for lastbind (ITS#10379) Fixed slapd delta-syncrepl to always use logDB rootdn (ITS#10360) Fixed slapd reverse lookup of proxied IPv6 addresses (ITS#10387) Fixed slapd logging (ITS#10410) Fixed slapd-ldap response when invalid secprops is configured (ITS#10392) Fixed slapd-mdb error when deleting last child of a branch (ITS#10304) Fixed slapd-mdb check for pool pause in search (ITS#10191) Fixed slapo-memberof clash with refint on subtree rename (ITS#10398) Fixed slapo-syncprov use correct rootDN for accesslog replay (ITS#10385) Minor Cleanup ITS#7901 ITS#10329 ITS#10335 ITS#10339 ITS#10343 ITS#10344 ITS#10345 ITS#10347 ITS#10348 ITS#10349 ITS#10353 ITS#10358 ITS#10359 ITS#10366 ITS#10367 ITS#10369 ITS#10370 ITS#10371 ITS#10372 ITS#10374 ITS#10375 ITS#10376 ITS#10377 ITS#10379 ITS#10380 ITS#10381 ITS#10384 ITS#10388 ITS#10390 ITS#10391 ITS#10400 ITS#10401 ITS#10408
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:
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 bacs@librecast.net
--On Wednesday, December 17, 2025 8:43 AM +0100 Brett Sheffield bacs@librecast.net wrote:
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?
Thanks for the report, I've reported this back to the author of this test to fix.
Regards, Quanah
--On Wednesday, December 17, 2025 4:12 PM -0800 Quanah Gibson-Mount quanah@fast-mail.org wrote:
Am I supposed to build/install something else for the regression tests to run?
Thanks for the report, I've reported this back to the author of this test to fix.
This should now be fixed, thank you for the report!
Regards, Quanah
openldap-technical@openldap.org