#9182 [Tracker] Nightly failure (testing_master_pki) in test_replica_promotion.py::TestSubCAkeyReplication
Closed: fixed 2 years ago by frenaud. Opened 2 years ago by amore.

The nightly testtest_integration/test_replica_promotion.py::TestSubCAkeyReplication
test_subca_master, test_subca_replica is failing in testing_master_pki, see PR #1195 with the following report:

for :: test_subca_master

>           assert r, "replica doesn't have the subCA"
E           AssertionError: replica doesn't have the subCA
E           assert False

DEBUG    ipatests.pytest_ipa.integration.host.Host.replica0.cmd94:transport.py:513 RUN ['ipa', 'ca-show', 'test_subca_master']
DEBUG    ipatests.pytest_ipa.integration.host.Host.replica0.cmd94:transport.py:557 ipa: ERROR: The certificate for test_subca_master is not available on this server.

for : : test_subca_replica

        else:
>           assert m, "master doesn't have the subCA"
E           AssertionError: master doesn't have the subCA
E           assert False
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:513 RUN ['ipa', 'ca-show', 'test_subca_replica']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd98:transport.py:557 ipa: ERROR: The certificate for test_subca_replica is not available on this server.

Metadata Update from @amore:
- Issue tagged with: test-failure, tests

2 years ago

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

2 years ago

Reproducible in testing_master_pki report

Reproduced in testing_master_pki report

The subca keys are now properly installed in the replicas. Closing this issue as fixed.

Note that there is a different issue now, with an unexpected orphan key left by pkispawn during the server installation (https://pagure.io/freeipa/issue/9223, https://github.com/dogtagpki/pki/issues/4103).

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

2 years ago

Login to comment on this ticket.

Metadata