From eabc1732ef91548616a699b7e9f8d30e5e7b8dd3 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 24 Jul 2015 12:31:42 +0200 Subject: intg: Invalidate memory cache before removing files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workaround for: https://fedorahosted.org/sssd/ticket/2726 Reviewed-by: Michal Židek --- src/tests/intg/ldap_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tests/intg/ldap_test.py b/src/tests/intg/ldap_test.py index afc77d70..bfe4e65e 100644 --- a/src/tests/intg/ldap_test.py +++ b/src/tests/intg/ldap_test.py @@ -90,6 +90,7 @@ def create_sssd_fixture(request): time.sleep(1) except: pass + subprocess.call(["sss_cache", "-E"]) for path in os.listdir(config.DB_PATH): os.unlink(config.DB_PATH + "/" + path) for path in os.listdir(config.MCACHE_PATH): -- cgit