#9415 Nightly test failure in test_integration/test_installation.py::TestInstallMaster::test_ipactl_scenario_check
Closed: fixed by frenaud. Opened by mpolovka.

The nightly test TestInstallMaster::test_ipactl_scenario_check is failing in [testing_ipa-4.10_latest_selinux] Nightly PR #2825 with an error

        # checking service status
        cmd = self.master.run_command(['ipactl', 'status'])
        for service in ipa_services_name:
            assert f"{service} Service: RUNNING" in cmd.stdout_text
        # check if pid for services are same
        svcs_pids_after_start = get_ipa_services_pids(self.master)
>       assert svcs_pids_after_restart == svcs_pids_after_start
E       AssertionError: assert {'httpd.servi...': 18064, ...} == {'httpd.servi...': 18064, ...}
E         Omitting 6 identical items, use -vv to show
E         Differing items:
E         {'ipa-dnskeysyncd.service': 18618} != {'ipa-dnskeysyncd.service': 18830}
E         Full diff:
E           {
E            'httpd.service': 18102,
E            'ipa-custodia.service': 18113,...
E         
E         ...Full output truncated (10 lines hidden), use '-vv' to show

Full log is available here


master:

  • 430054db4102c6bde873414fc2f25e650baaebb6 ipatests: fix test_ipactl_scenario_check

ipa-4-10:

  • a574c44084aacb0c9afc7bdaf2144467abbd6bb0 ipatests: fix test_ipactl_scenario_check

ipa-4-9:

  • 9b41de8f4bf8689d7aa9c46cec6371a333958846 ipatests: fix test_ipactl_scenario_check

ipa-4-11:

  • 8ffcce91c694d83f6698a0539b970f41ea056e2d ipatests: fix test_ipactl_scenario_check

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

Metadata