summaryrefslogtreecommitdiff
path: root/jstests/sharding/lookup_mongod_unaware.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/lookup_mongod_unaware.js')
-rw-r--r--jstests/sharding/lookup_mongod_unaware.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/jstests/sharding/lookup_mongod_unaware.js b/jstests/sharding/lookup_mongod_unaware.js
index 03f12ba69a7..5d50978e032 100644
--- a/jstests/sharding/lookup_mongod_unaware.js
+++ b/jstests/sharding/lookup_mongod_unaware.js
@@ -3,8 +3,11 @@
// when it's not, and likewise when it thinks the collection is unsharded but is actually sharded.
//
// We restart a mongod to cause it to forget that a collection was sharded. When restarted, we
-// expect it to still have all the previous data.
-// @tags: [requires_persistence]
+// expect it to still have all the previous data. Also, this test uses the flag-guarded sharded
+// $lookup parameter, which results in cursors being established from a shard instead of mongos. As
+// of SERVER-46255, these requests will include the 'clientOperationKey' which is not recognizable
+// on 'last-stable' shards.
+// @tags: [requires_persistence, requires_fcv_44]
(function() {
"use strict";