[midPoint-git] [Evolveum/midpoint] 6e4ff8: Fix OpenDJ related conntests
mederly
noreply at github.com
Tue Mar 11 12:09:50 CET 2025
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 6e4ff87969a48bd0d7bc83010b36ea941de12aec
https://github.com/Evolveum/midpoint/commit/6e4ff87969a48bd0d7bc83010b36ea941de12aec
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M testing/conntest/src/test/java/com/evolveum/midpoint/testing/conntest/opendj/AbstractOpenDjNoiseTest.java
Log Message:
-----------
Fix OpenDJ related conntests
We can no longer assert on the synchronization situation being
DELETED in the dead shadow returned from the model.getObject
operation. It was a side-effect of the "discovery" operation
on that dead shadow. Recent code changes related to performance
optimizations cause that the discovery operation is carried out
on a copy of the shadow, hence none of its effects propagate
to the shadow being returned.
The shadow returned is (still) marked as dead, anyway, and this is
the key information for the client.
The synchronization situation is still stored in the repository.
Commit: ba4d6d2258ee2701e3a3419a9d9b610acf94c57b
https://github.com/Evolveum/midpoint/commit/ba4d6d2258ee2701e3a3419a9d9b610acf94c57b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/certification/PageActiveCampaigns.java
M model/cases-api/src/main/java/com/evolveum/midpoint/cases/api/util/QueryUtils.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/18df9266d005...ba4d6d2258ee
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list