#9532 Nightly test failure (PKI) in test_integration/test_upgrade.py::TestUpgrade::test_kra_detection: API server upgrade is failing due to KRA instance not present
Closed: fixed a year ago by frenaud. Opened a year ago by amore.

The nightly test test_integration/test_upgrade.py::TestUpgrade::test_kra_detection is failing in latest PKI, see in PR 3391 with the following logs and report

Actual Results :
self.master.run_command(["mkdir", "-p", kra_path])
script = (
"from ipalib import api; "
"from ipaserver.install import krainstance; "
"api.bootstrap(); "
"api.finalize(); "
"kra = krainstance.KRAInstance(api.env.realm); "
"print(kra.is_installed())"
)
result = self.master.run_command(['python3', '-c', script])
assert "False" in result.stdout_text
E AssertionError: assert 'False' in 'True\n'

test_integration/test_upgrade.py:420: AssertionError


Metadata Update from @amore:
- Custom field rhbz adjusted to https://issues.redhat.com/browse/RHEL-21568

a year ago

PKI fixed the issue on their side with PR 4671, and the test is now green in our nightly:

[testing_master_pki] Nightly PR#3540:
:white_check_mark: pki-fedora/test_upgrade: Report

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

a year ago

Metadata Update from @frenaud:
- Issue tagged with: tracker

a year ago

Log in to comment on this ticket.

Metadata