History log of /sssd/src/tests/cmocka/test_ldap_id_cleanup.c
Revision Date Author Comments Expand
338af078fcc18126df939f20182acea7a646b7c8 07-Jul-2016 Michal Zidek <mzidek@redhat.com>

TESTS: Fix the ldap_id_cleanup test for using qualified names in sysdb Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

2cec08a3174bff951c048c57b4b0e4517ad6b7b1 18-Sep-2015 Lukas Slebodnik <lslebodn@redhat.com>

test_ldap_id_cleanup: Fix coding style issues Reviewed-by: Pavel Březina <pbrezina@redhat.com>

50c9d542e8bf641412debaa82a4dcf67ddb72258 18-Sep-2015 Lukas Slebodnik <lslebodn@redhat.com>

tests: Use unique name for TEST_PATH We had a cases in patch where two tests were using the same TEST_PATH and therefore they were stepping each other to the same files which caused failures. These failures are not easy to reproduce. This patch uses macro BASE_FILE_STEM for unique name. It should prevent copy&paste problem resulting to intermittent failures. @see also https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

e0f2a783439fb7d3b85469f34ad6d672abf7e1fa 31-Aug-2015 Pavel Reichl <preichl@redhat.com>

TESTS: fix fail in test_id_cleanup_exp_group Test was named same as the folder containing its data. Resolves: https://fedorahosted.org/sssd/ticket/2768 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

f02b62138466c876f6e8d6382769105f2e920d96 31-Aug-2015 Michal Židek <mzidek@redhat.com>

TESTS: ldap_id_cleanup timeouts The one second timeout interval was sometimes too short when the tests where running under Valgrind in the CI and the entries expired too soon. Reviewed-by: Petr Cech <pcech@redhat.com>

e2e334b2f51118cb14c7391c4e4e44ff247ef638 17-Aug-2015 Pavel Reichl <preichl@redhat.com>

LDAP: sanitize group name when used in filter cleanup_groups() uses DN of group in filter for ldbsearch. But the name might contain characters with special meaning for filtering like - "*()\/" Resolves: https://fedorahosted.org/sssd/ticket/2744 Reviewed-by: Pavel Březina <pbrezina@redhat.com>