[midPoint-git] [Evolveum/midpoint] 8c6e43: Do minor code cleanup in TestLdapSyncMassive
mederly
noreply at github.com
Thu Jul 7 23:25:45 CEST 2022
Branch: refs/heads/support-4.0
Home: https://github.com/Evolveum/midpoint
Commit: 8c6e43e50c1de69912edf05959b50da367ef1a9e
https://github.com/Evolveum/midpoint/commit/8c6e43e50c1de69912edf05959b50da367ef1a9e
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/TestLdapSyncMassive.java
Log Message:
-----------
Do minor code cleanup in TestLdapSyncMassive
Commit: 7e6fb95d09e361e2ca9a61027d3261fb7674a6aa
https://github.com/Evolveum/midpoint/commit/7e6fb95d09e361e2ca9a61027d3261fb7674a6aa
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadowmanager/ShadowManager.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/manual/AbstractManualResourceTest.java
A provisioning/provisioning-impl/src/test/resources/manual/account-black.xml
Log Message:
-----------
Fix duplicate name delta during shadow refresh
Delta for $shadow/name was created twice: first in
ShadowCache#refreshShadowAsyncStatus, and then in
ShadowManager#extractRepoShadowChanges. This caused
the consistency checks in repository to fail.
The latter method was adapted to allow only single `name` delta
to pass through.
This should resolve MID-7985 and MID-7924.
(adapted from d062fca647484775b76d22be9f172ee4fa93ff87)
Compare: https://github.com/Evolveum/midpoint/compare/743e98a10a03...7e6fb95d09e3
More information about the midPoint-svn
mailing list