URL: https://github.com/SSSD/sssd/pull/543
Title: #543: SYSDB: When marking an entry as expired, also set the 
originalModifyTimestamp to 1

fidencio commented:
"""
@jhrozek, please, just squash the following patch into your:
```
[ffidenci@pessoa sssd]$ cat 
0001-fixup-SYSDB-When-marking-an-entry-as-expired-also-se.patch 
From fd51f94c18b9d40b89fa8696fd626d6d2c8a0fae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fiden...@redhat.com>
Date: Thu, 29 Mar 2018 10:26:50 +0200
Subject: [PATCH] fixup! SYSDB: When marking an entry as expired, also set the
 originalModifyTimestamp to 1

---
 src/tests/intg/test_ldap.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tests/intg/test_ldap.py b/src/tests/intg/test_ldap.py
index 56d06275a..a5761cbe1 100644
--- a/src/tests/intg/test_ldap.py
+++ b/src/tests/intg/test_ldap.py
@@ -455,7 +455,8 @@ def update_ts_after_cleanup_task(request, ldap_conn):
     return None
 
 
-def test_update_ts_cache_after_cleanup_task(ldap_conn, 
update_ts_after_cleanup_task):
+def test_update_ts_cache_after_cleanup_task(ldap_conn,
+                                            update_ts_after_cleanup_task):
     """
     Regression test for ticket:
     https://fedorahosted.org/sssd/ticket/2676
-- 
2.14.3
```

The issue was caused by;
```
[ffidenci@pessoa sssd]$ pep8 src/tests/intg/test_ldap.py
src/tests/intg/test_ldap.py:458:80: E501 line too long (85 > 79 characters)
```
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/543#issuecomment-377167510
_______________________________________________
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