#8052 test failure in test_integration/test_sudo.py::TestSudo::()::test_domain_resolution_order on fedora29
Closed: fixed by fcami. Opened by frenaud.

Issue

The test test_integration/test_sudo.py::TestSudo::()::test_domain_resolution_order is now failing on fedora 29, see the nightly run.

This happens because sssd 2.2.0 has been pushed to fedora 29 updates, and the test assumes that the sssd version is older.

    @pytest.mark.xfail(
        osinfo.id == 'fedora' and osinfo.version_number < (30,),
        reason="https://pagure.io/SSSD/sssd/issue/3957", strict=True)
    def test_domain_resolution_order(self):

The xfail should rather rely on SSSD version because the fix for 3957 is available in 2.2.0.


Metadata Update from @frenaud:
- Issue assigned to frenaud

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/3589

master:

  • b48fe19fe58f139e6c0702cd0e0eda65ae0e231d ipatests: fix wrong xfail in test_domain_resolution_order

ipa-4-8:

  • 11c720d67bb9c27f56cb6692b79c64c05199ac10 ipatests: fix wrong xfail in test_domain_resolution_order

Metadata Update from @fcami:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata