#3531 dbus-1.11.18 caused hangs in cwrap integration tests
Closed: Fixed Opened by lslebodn.

=================================================================================== test session starts ===================================================================================
platform linux2 -- Python 2.7.13, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 -- /usr/bin/python2
cachedir: .cache
rootdir: /home/build/sssd/src/tests/intg, inifile:
collected 234 items                                                                                                                                                                        
ent_test.py::test_assert_passwd_by_name 
  SETUP    M passwd_path
  SETUP    M group_path
  SETUP    M users_and_groups (fixtures used: group_path, passwd_path)
        ent_test.py::test_assert_passwd_by_name (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_passwd_by_uid 
        ent_test.py::test_assert_passwd_by_uid (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_passwd_list 
        ent_test.py::test_assert_passwd_list (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_passwd_by_name 
        ent_test.py::test_assert_each_passwd_by_name (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_passwd_by_uid 
        ent_test.py::test_assert_each_passwd_by_uid (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_passwd_with_name 
        ent_test.py::test_assert_each_passwd_with_name (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_passwd_with_uid 
        ent_test.py::test_assert_each_passwd_with_uid (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_passwd 
        ent_test.py::test_assert_passwd (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_group_member_matching 
        ent_test.py::test_group_member_matching (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_group_by_name 
        ent_test.py::test_assert_group_by_name (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_group_by_gid 
        ent_test.py::test_assert_group_by_gid (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_group_list 
        ent_test.py::test_assert_group_list (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_group_by_name 
        ent_test.py::test_assert_each_group_by_name (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_group_by_gid 
        ent_test.py::test_assert_each_group_by_gid (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_group_with_name 
        ent_test.py::test_assert_each_group_with_name (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_each_group_with_gid 
        ent_test.py::test_assert_each_group_with_gid (fixtures used: group_path, passwd_path, users_and_groups)PASSED
ent_test.py::test_assert_group 
        ent_test.py::test_assert_group (fixtures used: group_path, passwd_path, users_and_groups)PASSED
  TEARDOWN M users_and_groups
  TEARDOWN M group_path
  TEARDOWN M passwd_path
ldap_local_override_test.py::test_simple_user_override 
  SETUP    M ds_inst
  SETUP    M ldap_conn (fixtures used: ds_inst)
sh$ pwd
/tmp/sssd-intg.akm5rkji/var/log/sssd
sh$ cat *
(Tue Oct  3 12:03:58 2017) [sssd[be[LDAP]]] [id_callback] (0x0010): The Monitor returned an error [org.freedesktop.DBus.Error.NoReply]
(Tue Oct  3 12:04:06 2017) [sssd[nss]] [id_callback] (0x0010): The Monitor returned an error [org.freedesktop.DBus.Error.NoReply]

dbus-1.11.18 was built in koji on 2017-09-27 and is already in stable for fedora 26+ and only in updates testing in f25

There is not any problem with dbus-1.11.16 on fedora 26+

https://github.com/SSSD/sssd/pull/398

Metadata Update from @lslebodn:
- Issue tagged with: PR

master:

  • 82c36227e36de155b13e6eb7cfa3e80a25774157

sssd-1-14:

  • ff2ff94a1cdb98a55a2d8a3c3bbe06e1fb948d5a

sssd-1-13:

  • 26f2a1cbc317face478cbb444a2984692dbde9c3

Metadata Update from @lslebodn:
- Issue close_status updated to: Fixed
- Issue set to the milestone: SSSD 1.15.4
- Issue status updated to: Closed (was: Open)

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 1.16.0 (was: SSSD 1.15.4)

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4557

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata