summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2020-06-08 16:21:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-10 03:27:58 +0000
commit674a5f6015ca455f47af4a3b0ebed4b8a9281b8d (patch)
tree701caf90077a3c040940e78ad92678b1429b90db /src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp
parentac9c07e1014ec0ab28ec90522c8d5043c4bacbc8 (diff)
downloadmongo-674a5f6015ca455f47af4a3b0ebed4b8a9281b8d.tar.gz
SERVER-46726 Using testing proctor to control diagnostics
Diffstat (limited to 'src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp')
-rw-r--r--src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp b/src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp
index 04a0e6dce92..ff470884b98 100644
--- a/src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp
+++ b/src/mongo/db/s/wait_for_ongoing_chunk_splits_command.cpp
@@ -32,7 +32,6 @@
#include "mongo/platform/basic.h"
#include "mongo/db/commands.h"
-#include "mongo/db/commands/test_commands_enabled.h"
#include "mongo/db/s/chunk_splitter.h"
namespace mongo {