Start off with zero reserve threads to make sure that that case works

pull/2647/head
Vijay Pai 10 years ago
parent 1f3e6c1ebe
commit 67ab91052d
  1. 2
      test/cpp/server/dynamic_thread_pool_test.cc

@ -42,7 +42,7 @@ namespace grpc {
class DynamicThreadPoolTest : public ::testing::Test { class DynamicThreadPoolTest : public ::testing::Test {
public: public:
DynamicThreadPoolTest() : thread_pool_(4) {} DynamicThreadPoolTest() : thread_pool_(0) {}
protected: protected:
DynamicThreadPool thread_pool_; DynamicThreadPool thread_pool_;

Loading…
Cancel
Save