#9142 Multiple nightly test failures in test_trust::TestNonPosixAutoPrivateGroup::test_idoverride_with_auto_private_group[hybrid]
Closed: duplicate 2 years ago by frenaud. Opened 2 years ago by mpolovka.

The test
test_integration/test_trust.py::TestNonPosixAutoPrivateGroup::test_idoverride_with_auto_private_group[hybrid]

Are failing in the [testing_ipa-4.9_latest_selinux] Nightly PR #1659 with an error:

            version = tasks.get_sssd_version(self.clients[0])
            with xfail_context(version <= tasks.parse_version('2.6.3')
                               and type == "hybrid",
                               'https://github.com/SSSD/sssd/issues/5989'):
>               assert "domain users@{0}".format(self.ad_domain) in test_group
E               AssertionError: assert 'domain users@ad.test' in 'uid=99999999(nonposixuser@ad.test) gid=78878787(idgroup) groups=78878787(idgroup)\n'
E                +  where 'domain users@ad.test' = <built-in method format of str object at 0x7ff58bc58c60>('ad.test')
E                +    where <built-in method format of str object at 0x7ff58bc58c60> = 'domain users@{0}'.format
E                +    and   'ad.test' = <ipatests.test_integration.test_trust.TestNonPosixAutoPrivateGroup object at 0x7ff58b8238b0>.ad_domain

which suggests that the xfail version is not set-up correctly. The other failures visible in the report are a consequence of aforementioned failure.


Hi @mpolovka
this one is a duplicate of #9141 that was quickly fixed.

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

2 years ago

Login to comment on this ticket.

Metadata