#9678 Nightly test failures in test_integration/test_ipahealthcheck.py::TestIpaHealthCheck - Replication - Conflict Entries
Opened 6 months ago by mpolovka. Modified 6 months ago

The nightly tests checking for errors in test_integration/test_ipahealthcheck.py::TestIpaHealthCheck are failing with a reported issue:

 RUN ['ipa-healthcheck', '--output-type', 'json', '--failures-only']
 [
   {
     "source": "ipahealthcheck.ds.replication",
     "check": "ReplicationCheck",
     "result": "WARNING",
     "uuid": "e31e8c34-a57c-4cdf-9bfb-2d50d72eecd9",
     "when": "20241003103406Z",
     "duration": "0.430349",
     "kw": {
       "key": "DSREPLLE0002",
       "items": [
         "Replication",
         "Conflict Entries"
       ],
       "msg": "There were 1 conflict entries found under the replication suffix \"dc=ipa,dc=test\"."
     }
   }
 ]

The scenario is uninstalling a replica then re-adding it, but it's using ipa-replica-manage del instead of ipa server-del.

PR#4047
report


Log in to comment on this ticket.

Metadata