Do not show internal error when running out of workers

Also show the reason of the session being interrupted
in the warnings summary

Fix #435
This commit is contained in:
Bruno Oliveira
2019-06-06 16:49:31 -03:00
parent e165c2f3fb
commit 956c79700f
4 changed files with 57 additions and 20 deletions

View File

@@ -0,0 +1,2 @@
When the test session is interrupted due to running out of workers, the reason is shown in the test summary
for easier viewing.