#8394 Nightly test failure in cert-related tests
Closed: fixed 3 years ago by fcami. Opened 3 years ago by frenaud.

Issue

The nightly webui tests failed in cert-related tests in PR 268: testing_master_latest, see the reports:
- test_webui_cert failed in test_webui/test_cert.py::test_cert::test_search_revocation_reason
- test_webui_host failed in test_webui/test_host.py::test_host::test_certificates
- test_webui_service failed in test_webui/test_service.py::test_service::test_certificates
- test_webui_users failed in test_webui/test_user.py::test_user::test_certificates


Metadata Update from @frenaud:
- Issue untagged with: webui

3 years ago

The same failures happened in testing_master_previous, PR 266, plus an additional in ipa-healthcheck:
report:
- test_ipahealthcheck.py::TestIpaHealthCheck::test_ipa_cert_check_exists
- test_ipahealthcheck.py::TestIpaHealthCheck::test_ipahealthcheck_dogtag_ca_connectivity_check
- test_ipahealthcheck.py::TestIpaHealthCheck::test_ipa_healthcheck_no_errors
- test_ipahealthcheck.py::TestIpaHealthCheck::test_run_with_stopped_master

The failures look related to revocation status:

   {
     "source": "ipahealthcheck.ipa.certs",
     "check": "IPACertRevocation",
     "result": "ERROR",
     "uuid": "b379b6b9-f82a-40d9-a92b-6f896e604b0e",
     "when": "20200701011007Z",
     "duration": "0.356835",
     "kw": {
       "key": "20200701005411",
       "msg": "Unable to determine revocation status: list indices must be integers or slices, not NoneType"
     }

Metadata Update from @frenaud:
- Issue assigned to frenaud

3 years ago

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/4881

3 years ago

This issue is a regression introduced by the commit moving ra.get_certificate to REST API (#d7f3a0b)

master:

  • dcdcd1c ipa cert-show: fix the code setting revocation reason

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

3 years ago

Login to comment on this ticket.

Metadata