mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added nsslapd-logging-hr-timestamps-enabled attribute in _SINGLE_VALUE_OVERRIDE table
In ipa-healthcheck ds-related tests i.e test_ipahealthcheck.py::TestIpaHealthCheck::test_ipahealthcheck_ds_configcheck there exists a scenario of modifying the "nsslapd-logging-hr-timestamps-enabled" attribute to off The tests are failing with the below error "ipalib.errors.MidairCollision: change collided with another change" The test audit log displays that the attribute is deleted first and then added. changetype: modify delete: nsslapd-logging-hr-timestamps-enabled nsslapd-logging-hr-timestamps-enabled: on - add: nsslapd-logging-hr-timestamps-enabled nsslapd-logging-hr-timestamps-enabled: off Adding the nsslapd-logging-hr-timestamps-enabled attribute in _SINGLE_VALUE_OVERRIDE table to check if we generate a replace instead of add and delete. Signed-off-by: Sudhir Menon <sumenon@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
b7be1a2470
commit
617f7824ca
@@ -760,6 +760,7 @@ class LDAPClient:
|
||||
'nsslapd-minssf-exclude-rootdse': True,
|
||||
'nsslapd-enable-upgrade-hash': True,
|
||||
'nsslapd-db-locks': True,
|
||||
'nsslapd-logging-hr-timestamps-enabled': True,
|
||||
})
|
||||
|
||||
time_limit = -1.0 # unlimited
|
||||
|
Reference in New Issue
Block a user