Several executor threading fixes
* Add a try/except handler to the governor thread
* Add names to all executor threads
* Show thread names in the stack dump handler
Change-Id: I7551a901ffba175224d417f653391c4568f9975b
diff --git a/tests/base.py b/tests/base.py
index 797bfe6..a02ee5a 100755
--- a/tests/base.py
+++ b/tests/base.py
@@ -2384,7 +2384,7 @@
# before noticing they should exit, but they should exit on their own.
# Further the pydevd threads also need to be whitelisted so debugging
# e.g. in PyCharm is possible without breaking shutdown.
- whitelist = ['executor-watchdog',
+ whitelist = ['watchdog',
'pydevd.CommandThread',
'pydevd.Reader',
'pydevd.Writer',