summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Wahlin <james.wahlin@mongodb.com>2019-11-19 14:06:47 +0000
committerevergreen <evergreen@mongodb.com>2019-11-19 14:06:47 +0000
commit26fb6b0fc1edb6f6c42310232cbea0a7605162e7 (patch)
tree2a7b21ee33df4e1f871e5db4507a67bd0443888e
parent725ca73faa8298299c5fd629c321085dc154e28c (diff)
downloadmongo-26fb6b0fc1edb6f6c42310232cbea0a7605162e7.tar.gz
SERVER-44217 Update stale TODO SERVER-38995 ticket reference
-rw-r--r--jstests/aggregation/sources/geonear/requires_geo_index.js2
-rw-r--r--jstests/aggregation/sources/lookup/lookup_subpipeline_geonear.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/jstests/aggregation/sources/geonear/requires_geo_index.js b/jstests/aggregation/sources/geonear/requires_geo_index.js
index f8380eb27a4..63063e00c94 100644
--- a/jstests/aggregation/sources/geonear/requires_geo_index.js
+++ b/jstests/aggregation/sources/geonear/requires_geo_index.js
@@ -1,5 +1,5 @@
// Test that $geoNear requires a geospatial index.
-// TODO: Reenable test on passthroughs with sharded collections as part of SERVER-38995.
+// TODO SERVER-29159: Enable test on passthroughs with sharded collections.
// @tags: [assumes_unsharded_collection]
(function() {
"use strict";
diff --git a/jstests/aggregation/sources/lookup/lookup_subpipeline_geonear.js b/jstests/aggregation/sources/lookup/lookup_subpipeline_geonear.js
index 2043a298779..cff85e354f6 100644
--- a/jstests/aggregation/sources/lookup/lookup_subpipeline_geonear.js
+++ b/jstests/aggregation/sources/lookup/lookup_subpipeline_geonear.js
@@ -1,5 +1,5 @@
// Tests that $geoNear can be within a $lookup stage.
-// TODO: Reenable test on passthroughs with sharded collections as part of SERVER-38995.
+// TODO SERVER-29159: Enable test on passthroughs with sharded collections.
// @tags: [assumes_unsharded_collection]
(function() {
"use strict";