Reorganize the History Cleanup tests for better maintenance.
Currently:
- HistoryCleanupTest - job handler related test cases; removal of the data test cases; metrics tests
- BulkHistoryDeleteTest
- HistoricInstanceForCleanupQueryTest - tests order of the results
- ...
For example:
*HistoryCleanupTest - split it up at least two tests (one for Job Handler related test cases and one for testing the removal of the data)
*...
*Are there any missing tests?