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

1
changelog/435.bugfix.rst Normal file
View File

@@ -0,0 +1 @@
No longer show an internal error when we run out of workers due to crashes.

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.