summaryrefslogtreecommitdiff
path: root/src/mongo/executor
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2020-08-07 06:04:27 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-07 10:52:32 +0000
commit21d5a8e5bd822e71e5fb8feb2f9e71a7e8cf25f9 (patch)
tree37aafc59568be969964a4e68228b96eacf0ec683 /src/mongo/executor
parent72d104ca45461075fc7a4deb11d3522ff24c62f6 (diff)
downloadmongo-21d5a8e5bd822e71e5fb8feb2f9e71a7e8cf25f9.tar.gz
Revert "SERVER-49371 Revived original recursive ICE and applied to stack overflow tests"
This reverts commit 72d104ca45461075fc7a4deb11d3522ff24c62f6. This reverts commit 77ce2860da66ab9924c0668c76fae564eb7c7dfc.
Diffstat (limited to 'src/mongo/executor')
-rw-r--r--src/mongo/executor/connection_pool_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool_test.cpp b/src/mongo/executor/connection_pool_test.cpp
index b08f8d3900a..6d70ecc54ba 100644
--- a/src/mongo/executor/connection_pool_test.cpp
+++ b/src/mongo/executor/connection_pool_test.cpp
@@ -105,7 +105,7 @@ protected:
void dropConnectionsTest(std::shared_ptr<ConnectionPool> const& pool, Ptr t);
private:
- std::shared_ptr<OutOfLineExecutor> _executor = InlineQueuedCountingExecutor::make();
+ std::shared_ptr<OutOfLineExecutor> _executor = InlineCountingExecutor::make();
std::shared_ptr<ConnectionPool> _pool;
};