You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ion handling (#149)
* changed some tests thread array list into executor and added timeout and exception handling like asked in issue #142
* changed some tests thread array list into executor and added timeout and exception handling like asked in issue #142
* removed static from countdown latch and executor service in FillTest
* changed some runnable to callables to allow exceptions to propagate
* import test
* import fix
* changed constants to final
* added finally block to close the executors in any case
* reformat code
* removed excess whitespace
* removed currentTime initialization
* reformat code
* try {
* reformat code
* added a comment on task.get()
Change all tests to use Executers instead of Threads. In order to propagate raised exceptions to the tests. Currently we might miss some exceptions.
@liran-funaro can you please add more details to this issue?
For more explanations feel free to add questions in this issue.
The text was updated successfully, but these errors were encountered: