<table style="width:50% ; text-align:center">
<h2> Build result: </h2>
<tr>
<th>Suite name</th>
<th>Ignored</th>
<th>Total</th>
<th>Passed</th>
<th>Failed</th>
<th>Skipped</th>
</tr>
<tr> <td>
unit</td> <td>
4</td> <td>
667</td> <td>
632</td> <td>
10</td> <td>
21</td> </tr>
<tr> <td>
REST</td> <td>
0</td> <td>
259</td> <td>
259</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
1</td> <td>
28</td> <td>
27</td> <td>
0</td> <td>
0</td> </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
unit:</h3>
1 springTestContextPrepareTestInstance()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsReconSimulateMultithreaded@7a9689df]<br>
2 test100AddJim()[pri:0, instance:com.evolveum.midpoint.testing.story.async.TestAsyncProvisioning@34e18cb7]<br>
3 test110ModifyJim()[pri:0, instance:com.evolveum.midpoint.testing.story.async.TestAsyncProvisioning@34e18cb7]<br>
4 test120DeleteJim()[pri:0, instance:com.evolveum.midpoint.testing.story.async.TestAsyncProvisioning@34e18cb7]<br>
5 springTestContextPrepareTestInstance()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsReconFull@6dadd37c]<br>
6 test001testImportBaseUsers()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulate@4a1ad0ac]<br>
7 test115DeleteLinkedAccountAndReconcileInMaintenance()[pri:0, instance:com.evolveum.midpoint.testing.story.TestResourceInMaintenance@78b3bf54]<br>
8 test001testImportBaseUsers()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsReconSimulate@3933b1a5]<br>
9 test110ImportAccounts()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsReconSimulate@3933b1a5]<br>
10 test111ImportAccountsAgain()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsReconSimulate@3933b1a5]<br>
11 test520ImportDisabledAccounts()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsReconSimulate@3933b1a5]<br>
12 test001testImportBaseUsers()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulateMultithreaded@6e00eed3]<br>
13 springTestContextPrepareTestInstance()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncFull@20164abd]<br>
<br>
<br>
<h3>Changes since last build: </h3>
<pre>
[Pavol Mederly] Factor out task-related schema to its own XSD file
[Pavol Mederly] Start rework of task bucketing/partitioning
[Pavol Mederly] Start working on generic part'ed tasks
[Pavol Mederly] Add skeleton of new task execution framework
[Pavol Mederly] Continue with tasks/activities reworking
[Pavol Mederly] Add preliminary support for activity identifiers
[Pavol Mederly] Add a sample for pre/post activity
[Pavol Mederly] Add activity identifier generation
[Pavol Mederly] Add support for activity work state maintenance
[Pavol Mederly] Fix work state maintenance code
[Pavol Mederly] Fix work state maintenance code again
[Pavol Mederly] Add activity iteration information
[Pavol Mederly] Extract bucketing into its own workState sub-item
[Pavol Mederly] Add rudimentary activity state maintenance
[Pavol Mederly] Add simple activity error handling
[Pavol Mederly] Do minor improvements in activity state mgmt
[Pavol Mederly] Improve activity state reporting
[Pavol Mederly] Improve operation status handling
[Pavol Mederly] Support activities in their own subtasks
[Pavol Mederly] Prepare to implement worker tasks
[Pavol Mederly] Add preliminary worker tasks implementation
[Pavol Mederly] Add draft of activity progress "API"
[Pavol Mederly] Add activity progress and item processing stats
[Pavol Mederly] Migrate multi-propagation task to activities
[Pavol Mederly] Adapted tasks in model-impl to activities
[Pavol Mederly] Add preliminary activity state purging
[Pavol Mederly] Fix parsing shadow cleanup def. from the task
[Pavol Mederly] Adapt TestReconTask to changes in statistics
[Pavol Mederly] Add some minor fixes
[Pavol Mederly] Add support for state persistence
[Pavol Mederly] Do a couple of minor activity-related fixes
[Pavol Mederly] Implement activity "actions executed" information
[Pavol Mederly] Implement activity synchronization statistics
[Pavol Mederly] Add updating of legacy task progress
[Pavol Mederly] Make scripting tests work
[Pavol Mederly] Fix resource query handling in activities
[Pavol Mederly] Fix last scan timestamp retrieval
[Pavol Mederly] Fix activity tailoring and progress reporting
[Pavol Mederly] Fix delegated distributed activities
[Pavol Mederly] Fix state persistence in LS/AU activities
[Pavol Mederly] Fix TestActivities
[Pavol Mederly] Fix applying definitions in search activities
[Pavol Mederly] Fix TestRecomputeTask
[Pavol Mederly] Make tasks page displayable
[Pavol Mederly] Eliminate growing execution records lists
[Pavol Mederly] Migrate cleanup task to the new framework
[Pavol Mederly] Removed some too strong asserts
[Richard Richter] repo-sqale: Jsonb* classes moved from repo-sqlbase to sqale
[Pavol Mederly] Simplify GenericTaskHandler initialization
[Pavol Mederly] Increase timeout in TestActivities
[Pavol Mederly] Factor out task-related schema to its own XSD file
[Pavol Mederly] Start rework of task bucketing/partitioning
[Pavol Mederly] Start working on generic part'ed tasks
[Pavol Mederly] Add skeleton of new task execution framework
[Pavol Mederly] Continue with tasks/activities reworking
[Pavol Mederly] Add preliminary support for activity identifiers
[Pavol Mederly] Add a sample for pre/post activity
[Pavol Mederly] Add activity identifier generation
[Pavol Mederly] Add support for activity work state maintenance
[Pavol Mederly] Fix work state maintenance code
[Pavol Mederly] Fix work state maintenance code again
[Pavol Mederly] Add activity iteration information
[Pavol Mederly] Extract bucketing into its own workState sub-item
[Pavol Mederly] Add rudimentary activity state maintenance
[Pavol Mederly] Add simple activity error handling
[Pavol Mederly] Do minor improvements in activity state mgmt
[Pavol Mederly] Improve activity state reporting
[Pavol Mederly] Improve operation status handling
[Pavol Mederly] Support activities in their own subtasks
[Pavol Mederly] Prepare to implement worker tasks
[Pavol Mederly] Add preliminary worker tasks implementation
[Pavol Mederly] Add draft of activity progress "API"
[Pavol Mederly] Add activity progress and item processing stats
[Pavol Mederly] Migrate multi-propagation task to activities
[Pavol Mederly] Adapted tasks in model-impl to activities
[Pavol Mederly] Add preliminary activity state purging
[Pavol Mederly] Fix parsing shadow cleanup def. from the task
[Pavol Mederly] Adapt TestReconTask to changes in statistics
[Pavol Mederly] Add some minor fixes
[Pavol Mederly] Add support for state persistence
[Pavol Mederly] Do a couple of minor activity-related fixes
[Pavol Mederly] Implement activity "actions executed" information
[Pavol Mederly] Implement activity synchronization statistics
[Pavol Mederly] Add updating of legacy task progress
[Pavol Mederly] Make scripting tests work
[Pavol Mederly] Fix resource query handling in activities
[Pavol Mederly] Fix last scan timestamp retrieval
[Pavol Mederly] Fix activity tailoring and progress reporting
[Pavol Mederly] Fix delegated distributed activities
[Pavol Mederly] Fix state persistence in LS/AU activities
[Pavol Mederly] Fix TestActivities
[Pavol Mederly] Fix applying definitions in search activities
[Pavol Mederly] Fix TestRecomputeTask
[Pavol Mederly] Make tasks page displayable
[Pavol Mederly] Eliminate growing execution records lists
[Pavol Mederly] Migrate cleanup task to the new framework
[Pavol Mederly] Removed some too strong asserts
[Richard Richter] repo-sqale: Jsonb* classes moved from repo-sqlbase to sqale
[Pavol Mederly] Simplify GenericTaskHandler initialization
[Pavol Mederly] Increase timeout in TestActivities
</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/MidPoint_master_long_OpenJDK_11/483/