hyc@symas.com wrote:
Howard Chu wrote: Ah this is a simple timing issue in the test startup; the incoming entry was ignored because its entryCSN was older than the local one.
(back-config explicitly prevents any attempts to delete both of these entries. When syncrepl fails to delete an entry, it does a modify to change the objectclass to glue, which explains how they got to their final state when the test aborted.)
I guess we can try to patch the startup sequencing of the script; this problem can only occur in cn=config, because of the special nature of the cn=schema and olcDatabase={0}config entries.
Fixed now.