#9415 Nightly test failure in test_integration/test_installation.py::TestInstallMaster::test_ipactl_scenario_check
Closed: fixed a year ago by frenaud. Opened 2 years ago 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:

  • 430054d ipatests: fix test_ipactl_scenario_check

ipa-4-10:

  • a574c44 ipatests: fix test_ipactl_scenario_check

ipa-4-9:

  • 9b41de8 ipatests: fix test_ipactl_scenario_check

ipa-4-11:

  • 8ffcce9 ipatests: fix test_ipactl_scenario_check

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

a year ago

Log in to comment on this ticket.

Metadata