call to invokeAll is blocking so the list of future is only available once all consistency result are computed. This is kind of useless when testing a massive amount of content.
This needs to be refactored to
1) set the size of the progression before converting the list of content into a list of Runnable
2) start increasing the progression before the execution of all the test
call to invokeAll is blocking so the list of future is only available once all consistency result are computed. This is kind of useless when testing a massive amount of content.
This needs to be refactored to
1) set the size of the progression before converting the list of content into a list of Runnable
2) start increasing the progression before the execution of all the test