https://bugs.openldap.org/show_bug.cgi?id=9479
Issue ID: 9479 Summary: asyncmeta: test074 failure to terminate Product: OpenLDAP Version: 2.5 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
When the asyncmeta backend is enabled in master test074 routinely fails to complete, causing CI/CD to force kill the container and marking the branch as failed.
This same problem with test074 has manifested in environments outside of the CI/CD system, such as the launchpad PPA service.
https://bugs.openldap.org/show_bug.cgi?id=9479
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.3 Severity|normal |blocker
https://bugs.openldap.org/show_bug.cgi?id=9479
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |ondra@mistotebe.net
https://bugs.openldap.org/show_bug.cgi?id=9479
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Commits: • 28a04795 by Howard Chu at 2021-03-10T00:18:59+00:00 ITS#9479 asyncmeta: fix hanging ops
Two separate problems 1) ops that never got sent because of a pending Bind 2) errors that never got returned because of an active op
• 535e2795 by Howard Chu at 2021-03-10T01:30:32+00:00 ITS#9479 re-enable asyncmeta in ci
https://bugs.openldap.org/show_bug.cgi?id=9479
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED