summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop_test.cpp
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2013-09-04 14:47:46 -0400
committermatt dannenberg <matt.dannenberg@10gen.com>2013-09-04 16:50:47 -0400
commit607ae1384b26ebcb5e275a845f9806104852257f (patch)
tree8709e4befbd2d4e173e6438a4f7db55fc706ac75 /src/mongo/db/curop_test.cpp
parentf51d5f797a89f7dbf152f74668c6b93065822bd2 (diff)
downloadmongo-607ae1384b26ebcb5e275a845f9806104852257f.tar.gz
SERVER-9818 allocate socket file descriptors before opening datafiles
Diffstat (limited to 'src/mongo/db/curop_test.cpp')
-rw-r--r--src/mongo/db/curop_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/curop_test.cpp b/src/mongo/db/curop_test.cpp
index 8435b7b88d2..a6e6c1dbb10 100644
--- a/src/mongo/db/curop_test.cpp
+++ b/src/mongo/db/curop_test.cpp
@@ -43,6 +43,7 @@ namespace mongo {
void timeTrackerSetup() {
TestListener listener;
listener.setAsTimeTracker();
+ listener.setupSockets();
listener.initAndListen();
}