URL: https://github.com/SSSD/sssd/pull/89
Title: #89: nss: rewrite nss responder so it uses cache_req

lslebodn commented:
"""
Regression test for ticket https://fedorahosted.org/sssd/ticket/1229 failed.
```
> /var/log/sssd/sssd_nss.log"
// clear case and restart sssd
kill -STOP `pidof sssd_be`"
sleep 10"
getent -s sss passwd usr1 &"
kill -9 `pidof sssd_be`"
sleep 10"
getent -s sss passwd usr1"

AssertNotGrep "Identical request in progress" "/var/log/sssd/sssd_nss.log"
This assetion failed.
```

I am not sure how reliable is this test but:

- it passes with master
- you didn't remove related debug message

sssd.conf was really trivial
```
        [domain/LDAP]
        debug_level=0xFFF0
        id_provider = ldap
        ldap_uri = ldap://$SERVER
        ldap_search_base = dc=example,dc=com
        ldap_tls_cacert = /etc/openldap/certs/cacert.asc
```
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/89#issuecomment-263635006
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to