[midPoint-git] [Evolveum/midpoint] ab1abb: Fix (deprecated) TestProgressReporting
mederly
noreply at github.com
Mon Jul 5 12:54:01 CEST 2021
Branch: refs/heads/feature/thresholds
Home: https://github.com/Evolveum/midpoint
Commit: ab1abb1bf174da121abf5aad0de310b214a7e32f
https://github.com/Evolveum/midpoint/commit/ab1abb1bf174da121abf5aad0de310b214a7e32f
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned.xml
M repo/repo-cache/pom.xml
Log Message:
-----------
Fix (deprecated) TestProgressReporting
And also removed unneeded dependency.
Commit: f3a849d29f39e0dd751c00c816938b437641c883
https://github.com/Evolveum/midpoint/commit/f3a849d29f39e0dd751c00c816938b437641c883
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/task/TaskOperationStatsUtil.java
M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
M infra/schema/src/test/resources/statistics/task-aggregation-child-1.xml
M infra/schema/src/test/resources/statistics/task-aggregation-child-2.xml
M infra/schema/src/test/resources/statistics/task-aggregation-root.xml
R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestLiveSyncTasks.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestParallelDiscovery.java
R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestReconTasks.java
R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestReconTasksMultiNode.java
R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestReconTasksMultithreaded.java
R model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestReconTasksPartitioned.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestSyncStoryUsingLiveSync.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestSyncStoryUsingReconciliation.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestSyncStoryUsingReconciliationMultiNode.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestSyncStoryUsingReconciliationMultithreaded.java
A model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestSyncStoryUsingReconciliationPartitioned.java
M model/model-intest/src/test/resources/common/task-partitioned-validity-scanner.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-blue-partitioned.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-green-partitioned.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-multinode.xml
M model/model-intest/src/test/resources/common/task-reconcile-dummy-partitioned.xml
M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned-multinode.xml
M model/model-intest/src/test/resources/reporting/task-reconcile-dummy-interrupted-partitioned.xml
M model/model-intest/src/test/resources/reporting/task-reconciliation-partitioned-multinode.xml
M model/model-intest/src/test/resources/sync/task-reconcile-dummy-steelblue-partitioned.xml
M model/model-intest/testng-db-specific.xml
M model/model-intest/testng-integration-full.xml
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/Activity.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/ActivityTailor.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/definition/AbstractWorkDefinition.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/definition/ActivityDefinition.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/definition/ActivityDistributionDefinition.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/definition/ActivityTailoring.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M testing/story/src/test/resources/thresholds/task-opendj-reconcile-full.xml
M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate-execute.xml
M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate-multithreaded.xml
M testing/story/src/test/resources/thresholds/task-opendj-reconcile-simulate.xml
Log Message:
-----------
Fix various tests
1) Obsolete tasks used in db-specific tests in model-intest were fixed
(migrated to the new syntax). A couple of other similar tasks were fixed
as well.
2) These tests were also renamed to TestSyncStoryUsingXXX to distinguish
them from task "unit tests" in model.intest.tasks package.
3) AbstractIntegrationTest.getTaskTree method was fixed.
Unrelated change:
- A shortcut for declaring sub-activities run into their own subtasks
was created (distribution/subtasks).
Compare: https://github.com/Evolveum/midpoint/compare/e13beffc88cf...f3a849d29f39
More information about the midPoint-svn
mailing list