History log of /sssd/src/tests/intg/test_memory_cache.py
Revision Date Author Comments Expand
782d39e3916d16b8dbba6ae97aca1db2f3c35d76 11-Nov-2015 Lukas Slebodnik <lslebodn@redhat.com>

Revert "intg: Invalidate memory cache before removing files" It is not necessary to invalidate memory cache before removing them. The sssd_client can handle it without any problem. This reverts commit eabc1732ef91548616a699b7e9f8d30e5e7b8dd3. Reviewed-by: Michal Židek <mzidek@redhat.com>

b28f5fb097e06a97a45e0ae348e506d9d1432cc8 11-Nov-2015 Lukas Slebodnik <lslebodn@redhat.com>

test_memory_cache: Test removing mc without invalidation Long living clients should be able to reinitialize memory cache which was removed but it not initialized. This patch also remove workaround in test_local_domain.py Test for: https://fedorahosted.org/sssd/ticket/2726 Reviewed-by: Michal Židek <mzidek@redhat.com>

a190e39ea4f2c084091be1cd37a3c6e3b603540e 09-Oct-2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

intg: Get base DN from LDAP connection object Don't use the global LDAP_BASE_DN in integration tests and fixtures, but instead take it from the LDAP connection object (ldap_conn) passed to them explicitly. This makes the tests and fixtures a bit more modular. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

1584db9c0b15ee239bd4e163c4ecaf6909b1b11b 08-Oct-2015 Pavel Reichl <preichl@redhat.com>

intg: fix assert messages in test_memory_cache Reviewed-by: Michal Židek <mzidek@redhat.com>

175613be0cfb0890174d12d941e634d833b63dd9 03-Sep-2015 Michal Židek <mzidek@redhat.com>

CONFDB: Assume config file version 2 if missing Default to config file version 2 if the version is not specified explicitly. Ticket: https://fedorahosted.org/sssd/ticket/2688 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

137d5dd0dba48f647e5f8b3976ddb78d65dc77a5 13-Aug-2015 Lukas Slebodnik <lslebodn@redhat.com>

test_memory_cache: Fix few python issues W:438,17: Unused variable 'gids' (unused-variable) W:438,10: Unused variable 'errno' (unused-variable) E:618,31: Undefined variable 'user' (undefined-variable) W:443,17: Unused variable 'gids' (unused-variable) W:443,10: Unused variable 'errno' (unused-variable) Reviewed-by: Michal Židek <mzidek@redhat.com>

089db891b8a7a94b5666e8cffb1d7b359d6aeb6e 05-Aug-2015 Lukas Slebodnik <lslebodn@redhat.com>

test_memory_cache: Test invalidation with sss_cache Reviewed-by: Michal Židek <mzidek@redhat.com>

c3baf4d7c0cbd139d96fd04f6b3c175d2f99de6c 05-Aug-2015 Lukas Slebodnik <lslebodn@redhat.com>

test_memory_cache: Test mmap cache after initgroups Reviewed-by: Michal Židek <mzidek@redhat.com>

cb8c24707275c5bda7310d67e7f46c75d3ac36ea 05-Aug-2015 Lukas Slebodnik <lslebodn@redhat.com>

test_memory_cache: Add test for initgroups mc with fq names Reviewed-by: Michal Židek <mzidek@redhat.com>

a2c10cf31d14bac598f5cd008973375c3f9575a6 05-Aug-2015 Lukas Slebodnik <lslebodn@redhat.com>

intg_test: Add integration test for memory cache Reviewed-by: Michal Židek <mzidek@redhat.com>