[midPoint-git] [Evolveum/midpoint] de107b: fix for: MID-6742
Katarina Bolemant
noreply at github.com
Tue Jan 26 17:37:03 CET 2021
Branch: refs/heads/support-4.2
Home: https://github.com/Evolveum/midpoint
Commit: de107b8f3d668f34aaedc9a5fe2b30ad3213128e
https://github.com/Evolveum/midpoint/commit/de107b8f3d668f34aaedc9a5fe2b30ad3213128e
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/errorhandling/CommunicationExceptionHandler.java
Log Message:
-----------
fix for: MID-6742
- we do not need to check discovery option for network related errors as we don't do any discovery there
- midPoint should behave reasonably, so we won't throw exception when resource is unavailable (while getting shadow), but rather, we return shadow from repository with fetchResult set (status=partialError).
- users using getObject() in the script to get shadow should therefore check for fullness of the shadow. (check fetchResult in shadow)
(cherry picked from commit 56530472ce6251d7e46bed270c10ea7f7a8393de)
Commit: b68e6cca0336566b85a32d4c2cd10e3fdb75db00
https://github.com/Evolveum/midpoint/commit/b68e6cca0336566b85a32d4c2cd10e3fdb75db00
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/consistency/TestConsistencyMechanism.java
M testing/story/src/test/resources/consistency/resource-opendj.xml
A testing/story/src/test/resources/consistency/user-trainee.xml
Log Message:
-----------
tests for MID-6742
Commit: 640218dd3d3a61c565dd5b2470e02a14fd0d403e
https://github.com/Evolveum/midpoint/commit/640218dd3d3a61c565dd5b2470e02a14fd0d403e
Author: Katarina Valalikova <k.valalikova at evolveum.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/misc/TestTracing.java
A model/model-intest/src/test/resources/schema/containers.xsd
A model/model-intest/src/test/resources/tracing/function-library-hacking.xml
A model/model-intest/src/test/resources/tracing/role-class-less-values.xml
A model/model-intest/src/test/resources/tracing/user-jim.xml
M model/report-impl/src/main/java/com/evolveum/midpoint/report/impl/controller/fileformat/CsvController.java
M model/report-impl/src/test/java/com/evolveum/midpoint/report/TestCsvReport.java
M model/report-impl/src/test/resources/import/import-users.csv
A tools/perf-test/perf-results-db.sql
A tools/perf-test/perf-test-process.sh
Log Message:
-----------
Merge branches 'support-4.2' and 'support-4.2' of https://github.com/Evolveum/midpoint into support-4.2
Compare: https://github.com/Evolveum/midpoint/compare/5efdddd2c45c...640218dd3d3a
More information about the midPoint-svn
mailing list