Make test cases asynchronous
Noordsestern opened this issue · 2 comments
Noordsestern commented
Right now, requests wait until a test run is completed.
Requirement
The request should return immediately the ID of the test run and start the test run asynchronously.
Noordsestern commented
Feedback from RF Open Space November 25th: use process pooling.
Noordsestern commented
Even worse: if a test is running, we cannot even query exeuction ids or status. Robot execution is blocking the entire service!!!