[midPoint-git] [Evolveum/midpoint] d3fe35: Enable disabled test after fixes of concurrency issue
Andrej
noreply at github.com
Tue Apr 28 10:50:09 CEST 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: d3fe35dc1819bc6fbcc770eb0c313e2c29ed47dc
https://github.com/Evolveum/midpoint/commit/d3fe35dc1819bc6fbcc770eb0c313e2c29ed47dc
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/AttributeMappingCandidateSet.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/MappingsSuggestionOperation.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
Log Message:
-----------
Enable disabled test after fixes of concurrency issue
**What**
Enable the disabled test, do small cleanup and move code block
synchronization to the method level.
**Why**
One of the test was disabled, because it sporadically failed. In current
version of the code it however does not fail anymore, because the root
cause was fixed by the commit 1070d3f.
One method was removed because it was a leftover not used anymore.
The synchronization was moved to method level, because it is safer for
future use.
**Task**: 11133
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