THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way
Client: C++

This closes #1103
diff --git a/build/docker/scripts/cmake.sh b/build/docker/scripts/cmake.sh
index 26ccb10..6508e71 100755
--- a/build/docker/scripts/cmake.sh
+++ b/build/docker/scripts/cmake.sh
@@ -19,4 +19,5 @@
 done
 $MAKEPROG -j3
 cpack
-ctest -VV -E "(concurrency_test|processor_test)"
+ctest -VV 
+# was: -E "(concurrency_test|processor_test)"