<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>
1</td> <td>
108</td> <td>
107</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
1</td> <td>
7</td> <td>
6</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
integration</td> <td>
4</td> <td>
414</td> <td>
410</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
162</td> <td>
162</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
4</td> <td>
372</td> <td>
368</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
69</td> <td>
69</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
3</td> <td>
147</td> <td>
144</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
7</td> <td>
376</td> <td>
369</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
6</td> <td>
6</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
11</td> <td>
11</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
Suite</td> <td>
0</td> <td>
2</td> <td>
2</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
0</td> <td>
0</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
48</td> <td>
857</td> <td>
809</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
0</td> <td>
0</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
1</td> <td>
30</td> <td>
29</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
integration</td> <td>
0</td> <td>
17</td> <td>
15</td> <td>
2</td> <td>
0</td> </tr>
<tr> <td>
integration</td> <td>
1</td> <td>
58</td> <td>
57</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
4</td> <td>
8</td> <td>
4</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
96</td> <td>
574</td> <td>
478</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
1</td> <td>
81</td> <td>
80</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
1</td> <td>
1</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
3</td> <td>
2737</td> <td>
2734</td> <td>
0</td> <td>
0</td> </tr>
<tr> <td>
unit</td> <td>
0</td> <td>
33</td> <td>
33</td> <td>
0</td> <td>
0</td> </tr>
</table>
<br> <br> <h2>Failed tests:</h2> <br>
<h3>
integration:</h3>
1 test180RunBucketedTree()[pri:0, instance:com.evolveum.midpoint.repo.common.tasks.TestActivities@a567e72]<br>
2 test190SuspendingComposite()[pri:0, instance:com.evolveum.midpoint.repo.common.tasks.TestActivities@a567e72]<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
[Pavol Mederly] Simplify GenericTaskHandler initialization
[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
[Pavol Mederly] Simplify GenericTaskHandler initialization
</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/MidPoint_Master_OpenJDK_quick/3117/