History log of /sssd-io/src/tests/intg/sssd_ldb.py
Revision Date Author Comments Expand
57a924e71230ea360b19a88e0d5818cf01017161 08-Mar-2017 Petr Čech <pcech@redhat.com>

sss_cache: User/groups invalidation in domain cache When a group/users are invalidated from sss_cache, the group/user information in domain and timestamps cache are inconsistent with regard to dataExpireTimestamp attribute. This patch fixes the problem by explicitly invalidating the domain cache's entry when the timestamp cache entry is invalidated by sss_cache call. There is one new function: * sysdb_invalidate_cache_entry() provided for this purpose and used only in sss_cache utility. Resolves: https://fedorahosted.org/sssd/ticket/3164 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>

adc5f0d9d439ae19c6b692bdc49405b6370b7457 16-Jan-2017 Lukas Slebodnik <lslebodn@redhat.com>

sssd_ldb.py: Remove a leftover debug message "print" is a function in python3. We can remove it because it is not important. Portable solution would be: from __future__ import print_function print (basedn) Reviewed-by: Martin Basti <mbasti@redhat.com>

a949dfb6b03c70896e6ab3c7a10781e8ecbaadc2 18-Aug-2016 Lukas Slebodnik <lslebodn@redhat.com>

intg: Fix pep8 warnings E302 expected 2 blank lines, found 1 E303 too many blank lines (2) E501 line too long (84 > 79 characters) Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

bae42db17f223e9ba7fa239d899414877d9d8eaf 07-Jul-2016 Jakub Hrozek <jhrozek@redhat.com>

TESTS: Convert the tests to use qualified names for ldb lookups The timestamp cache tests look into ldb to check the timestamps. This patch converts the lookups to qualified names to make sure the lookups actually match. Reviewed-by: Sumit Bose <sbose@redhat.com>

b8946a5dbde01a87465de707092716349a35248b 23-Jun-2016 Jakub Hrozek <jhrozek@redhat.com>

TESTS: Add an integration test for the timestamps cache Reviewed-by: Sumit Bose <sbose@redhat.com>