summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/chunktests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/chunktests.cpp')
-rw-r--r--src/mongo/dbtests/chunktests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/chunktests.cpp b/src/mongo/dbtests/chunktests.cpp
index 17ff9b34d85..970c7fb2416 100644
--- a/src/mongo/dbtests/chunktests.cpp
+++ b/src/mongo/dbtests/chunktests.cpp
@@ -146,7 +146,7 @@ namespace ChunkTests {
virtual BSONObj query() const { return BSON( "a" << LT << "y" ); }
/**
* It isn't actually necessary to return shard 2 because its lowest key is "y", which
- * is excluded from the query.
+ * is excluded from the query. SERVER-4791
*/
virtual BSONArray expectedShardNames() const { return BSON_ARRAY( "0" << "1" << "2" ); }
};