#8693 Multiple nightly test failures in test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
Closed: duplicate 3 years ago by frenaud. Opened 3 years ago by mpolovka.

test_integration/test_ipahealthcheck.py::TestIpaHealthCheck::test_ipa_healthcheck_after_certupdate
test_integration/test_ipahealthcheck.py::TestIpaHealthCheck::test_source_ipahealthcheck_topology_IPATopologyDomainCheck
test_integration/test_ipahealthcheck.py::TestIpaHealthCheck::test_ipa_healthcheck_no_errors

are failing in PR680 with

        self.master.run_command([paths.IPA_CERTUPDATE])
        returncode, _data = run_healthcheck(self.master)
>       assert returncode == 0
E       assert 1 == 0
E         +1
E         -0
        returncode, data = run_healthcheck(
            self.master,
            "ipahealthcheck.ipa.topology",
            "IPATopologyDomainCheck",
        )
>       assert returncode == 0
E       assert 1 == 0
E         +1
E         -0

and

        cmd = tasks.install_kra(self.master)
        assert cmd.returncode == 0
        returncode, _unused = run_healthcheck(
            self.master,
            failures_only=True
        )
>       assert returncode == 0
E       assert 1 == 0
E         +1
E         -0

respectively.
Full logs


This is a duplicate of #8611

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

3 years ago

Login to comment on this ticket.

Metadata