--On Friday, February 03, 2017 1:53 PM +0100 Dieter Klünter dieter@dkluenter.de wrote:
Am Wed, 01 Feb 2017 13:14:56 -0800 schrieb Quanah Gibson-Mount quanah@symas.com:
For some reason, test061 routinely fails for back-mdb in HEAD. I've not had luck reproducing the issue with other backends or in RE24.
To eliminate it being a replication delay, I increased the for loop to give 55 seconds time (1 through 10 seconds) chance to replicate. Most of the time the test fails in fewer than 50 iterations (most often fewer than 20), however one time it took as long as 85 iterations before failing.
[...]
I now have intensively tested this issue and found occurrences in all branches. Just some examples:
ERROR: Entry 21 not replicated to ldap://localhost:9012/! (32)! Error found after 1 of 1 iterations Failed after 15 of 50 iterations [dieter@pink tests (OPENLDAP_REL_ENG_2_4=)]$
ERROR: Entry 21 not replicated to ldap://localhost:9012/! (32)! Error found after 1 of 1 iterations Failed after 6 of 50 iterations [dieter@pink tests (OPENLDAP_REL_ENG_2_5=)]$
I did about 100 test runs looping 50 times. In average every 7th testrun failed.
Interesting... I've had > 1000 passes and 0 failures in RE24.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Am Fri, 03 Feb 2017 07:59:43 -0800 schrieb Quanah Gibson-Mount quanah@symas.com:
--On Friday, February 03, 2017 1:53 PM +0100 Dieter Klünter dieter@dkluenter.de wrote:
Am Wed, 01 Feb 2017 13:14:56 -0800 schrieb Quanah Gibson-Mount quanah@symas.com:
For some reason, test061 routinely fails for back-mdb in HEAD. I've not had luck reproducing the issue with other backends or in RE24.
To eliminate it being a replication delay, I increased the for loop to give 55 seconds time (1 through 10 seconds) chance to replicate. Most of the time the test fails in fewer than 50 iterations (most often fewer than 20), however one time it took as long as 85 iterations before failing.
[...]
I now have intensively tested this issue and found occurrences in all branches. Just some examples:
ERROR: Entry 21 not replicated to ldap://localhost:9012/! (32)! Error found after 1 of 1 iterations Failed after 15 of 50 iterations [dieter@pink tests (OPENLDAP_REL_ENG_2_4=)]$
ERROR: Entry 21 not replicated to ldap://localhost:9012/! (32)! Error found after 1 of 1 iterations Failed after 6 of 50 iterations [dieter@pink tests (OPENLDAP_REL_ENG_2_5=)]$
I did about 100 test runs looping 50 times. In average every 7th testrun failed.
Interesting... I've had > 1000 passes and 0 failures in RE24.
Well, let's think about environment: OpenSUSE-Leap-42.2 Filesystem: xfs disk: Model: "Samsung SSD 850" Capacity: 476 GB
git branch -v * OPENLDAP_REL_ENG_2_4 ab6f04c Fix comparison error OPENLDAP_REL_ENG_2_5 0f7064d Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5 master c01bbc7 Tweak examples to use back-mdb
anything else?
-Dieter