<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>
10</td> <td>
673</td> <td>
643</td> <td>
20</td> <td>
0</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 test110ImportAccountsFirst()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncExecuteMultithreaded@a6612f]<br>
2 test111ImportAccountsSecond()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncExecuteMultithreaded@a6612f]<br>
3 test110ImportAccountsFirst()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulate@7753735d]<br>
4 test111ImportAccountsSecond()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulate@7753735d]<br>
5 test520ImportDisabledAccounts()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulate@7753735d]<br>
6 test100SimpleAssignmentStart()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
7 test102SimpleAssignmentApproveByLechuck()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
8 test104SimpleAssignmentApproveByAdministrator()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
9 test106SimpleAssignmentApproveByCheese()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
10 test108SimpleAssignmentApproveByChef()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
11 test200EscalatedApprovalStart()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
12 test204SixDaysLater()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
13 test205EightDaysLater()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
14 test206ApproveByCheese()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
15 test209EightDaysLater()[pri:0, instance:com.evolveum.midpoint.testing.story.TestStrings@567c8cef]<br>
16 test110ImportAccountsFirst()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulateMultithreaded@6c9cef73]<br>
17 test111ImportAccountsSecond()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncSimulateMultithreaded@6c9cef73]<br>
18 test110ImportAccountsFirst()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncExecute@616d2252]<br>
19 test111ImportAccountsSecond()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncExecute@616d2252]<br>
20 test520ImportDisabledAccounts()[pri:0, instance:com.evolveum.midpoint.testing.story.TestThresholdsLiveSyncExecute@616d2252]<br>
<br>
<br>
<h3>Changes since last build: </h3>
<pre>
[Pavol Mederly] Implement skeleton of multinode reports
[Pavol Mederly] Add skeletons of report export/import activities
[Lukas Skublik] implementing support for export condition and subreport scripts
[Lukas Skublik] adding support for html multi-node reports
[Lukas Skublik] adding support for import report
[Pavol Mederly] Clean up and document activity framework code
[Pavol Mederly] Fix icf-connectors not being scanned at startup
[Lukas Skublik] adding support for report of containerable objects (first part)
[Lukas Skublik] adding item process for containerable object (new report tasks)
[Pavol Mederly] Finish merging "new tasks" branch to "new reports"
[Lukas Skublik] fix for import report
[Lukas Skublik] fix for new report tests
[Pavol Mederly] Support buckets in plain iterative activities
[Pavol Mederly] Fix scanning activities
[Lukas Skublik] fix report tests and add report safe tests and report html tests
[Lukas Skublik] fix for report tests
[Lukas Skublik] adding support for dasboard reports
[Lukas Skublik] rewriting old dashboard tests to new multi thread task, fix bugs from testing
[Lukas Skublik] clean up of tests classes
[Lukas Skublik] clean up code in repor-impl module
[Lukas Skublik] fix for import report tests
[Lukas Skublik] adding test for report parameter
[Kamil Jires] minor update / correction in midpoint.sh - Linux start script
[Lukas Skublik] fix for GUI part of reports (multithreads report)
[Lukas Skublik] fix for report notifier because of new multithread report
[Kate Honchar] tests fixing (name vs displayName)
[Anton Tkacik] sqale: Do not return shadow/association on reads, it should be transient
[Lukas Skublik] resolving 'TODO' in report-impl module
[Lukas Skublik] removing irrelevant 'TODO' in report-impl module
[Richard Richter] SqaleRepositoryService#recordException: fix of inverted ? : for message
[Richard Richter] repo-sqale: new repo related TODO and doc update
[Richard Richter] repo-sqale: ordering related code cleanup, added more tests
[Pavol Mederly] Implement skeleton of multinode reports
[Pavol Mederly] Add skeletons of report export/import activities
[Lukas Skublik] implementing support for export condition and subreport scripts
[Lukas Skublik] adding support for html multi-node reports
[Lukas Skublik] adding support for import report
[Pavol Mederly] Clean up and document activity framework code
[Pavol Mederly] Fix icf-connectors not being scanned at startup
[Lukas Skublik] adding support for report of containerable objects (first part)
[Lukas Skublik] adding item process for containerable object (new report tasks)
[Pavol Mederly] Finish merging "new tasks" branch to "new reports"
[Lukas Skublik] fix for import report
[Lukas Skublik] fix for new report tests
[Pavol Mederly] Support buckets in plain iterative activities
[Pavol Mederly] Fix scanning activities
[Lukas Skublik] fix report tests and add report safe tests and report html tests
[Lukas Skublik] fix for report tests
[Lukas Skublik] adding support for dasboard reports
[Lukas Skublik] rewriting old dashboard tests to new multi thread task, fix bugs from testing
[Lukas Skublik] clean up of tests classes
[Lukas Skublik] clean up code in repor-impl module
[Lukas Skublik] fix for import report tests
[Lukas Skublik] adding test for report parameter
[Kamil Jires] minor update / correction in midpoint.sh - Linux start script
[Lukas Skublik] fix for GUI part of reports (multithreads report)
[Lukas Skublik] fix for report notifier because of new multithread report
[Kate Honchar] tests fixing (name vs displayName)
[Anton Tkacik] sqale: Do not return shadow/association on reads, it should be transient
[Lukas Skublik] resolving 'TODO' in report-impl module
[Lukas Skublik] removing irrelevant 'TODO' in report-impl module
[Richard Richter] SqaleRepositoryService#recordException: fix of inverted ? : for message
[Richard Richter] repo-sqale: new repo related TODO and doc update
[Richard Richter] repo-sqale: ordering related code cleanup, added more tests
</pre>
<br>
<h2>See more info:</h2>
https://jenkins.evolveum.com/job/MidPoint_master_long_OpenJDK_11/524/