summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2018-11-01 17:35:26 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2018-11-21 14:56:27 -0500
commitcce280f98a8badf8aef4ed960e82e61e61d3fe5e (patch)
tree4ddfbd74d4acea1135c9ab15ecdd8803abb4ca6d /jstests
parent756f8e070b5fbf6728ecefbd625601f3dd7e75a0 (diff)
downloadmongo-cce280f98a8badf8aef4ed960e82e61e61d3fe5e.tar.gz
SERVER-37871 Enforce agreement on shard key across cluster for $out
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/out_unique_key_requires_index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/out_unique_key_requires_index.js b/jstests/sharding/out_unique_key_requires_index.js
index 9cdeb56261e..442aba9495c 100644
--- a/jstests/sharding/out_unique_key_requires_index.js
+++ b/jstests/sharding/out_unique_key_requires_index.js
@@ -276,8 +276,7 @@
testAgainstDB(mongosDB);
// Then test against a foreign database, with the same expected behavior.
- // TODO SERVER-37871 re-enable this test.
- // testAgainstDB(foreignDB);
+ testAgainstDB(foreignDB);
st.stop();
})();