From 26fb6b0fc1edb6f6c42310232cbea0a7605162e7 Mon Sep 17 00:00:00 2001 From: James Wahlin Date: Tue, 19 Nov 2019 14:06:47 +0000 Subject: SERVER-44217 Update stale TODO SERVER-38995 ticket reference --- jstests/aggregation/sources/geonear/requires_geo_index.js | 2 +- jstests/aggregation/sources/lookup/lookup_subpipeline_geonear.js | 2 +- 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"; -- cgit v1.2.1