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:
ipa-4-10:
ipa-4-9:
ipa-4-11:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.