[midPoint-git] [Evolveum/midpoint] 3e4e0b: Fix "no sync policy" treatment in LiveSync (MID-5999)
mederly
noreply at github.com
Tue Mar 10 23:36:12 CET 2020
Branch: refs/heads/support-4.0
Home: https://github.com/Evolveum/midpoint
Commit: 3e4e0be754503f5041f3575e41cc4f84a8446fb3
https://github.com/Evolveum/midpoint/commit/3e4e0be754503f5041f3575e41cc4f84a8446fb3
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceUtils.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestLiveSyncTaskMechanics.java
A model/model-intest/src/test/resources/sync/resource-dummy-no-policy.xml
A model/model-intest/src/test/resources/sync/task-no-policy.xml
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/sync/ChangeProcessor.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/opendj/TestSynchronization.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
Log Message:
-----------
Fix "no sync policy" treatment in LiveSync (MID-5999)
Processing of such resource objects was originally considered to be
erroneous, so live sync task stopped when they were encountered.
But, in fact, these should be simply ignored.
So we added "not applicable" to the list of accepted operation result
statuses.
This commit also contains fix for live syncing account that was
recently deleted.
More information about the midPoint-svn
mailing list