diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2017-09-26 12:26:07 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2017-09-26 13:06:13 -0400 |
commit | 726e5544108d7ef417de351d103f52c028feae3b (patch) | |
tree | b72164766f99443e89061951864024bdb434a1dd /jstests/sharding/move_chunk_missing_idx.js | |
parent | dabde5a17356591ebcb465129bcd5ed5d9236b60 (diff) | |
download | mongo-726e5544108d7ef417de351d103f52c028feae3b.tar.gz |
SERVER-30344 prevent shards from implicitly creating a collection on createIndexes
Diffstat (limited to 'jstests/sharding/move_chunk_missing_idx.js')
-rw-r--r-- | jstests/sharding/move_chunk_missing_idx.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/sharding/move_chunk_missing_idx.js b/jstests/sharding/move_chunk_missing_idx.js index 40ff85f9df0..8125e8e6600 100644 --- a/jstests/sharding/move_chunk_missing_idx.js +++ b/jstests/sharding/move_chunk_missing_idx.js @@ -3,10 +3,6 @@ * have the index and is not empty. */ -// TODO (SERVER-30344): enable UUID consistency check once createIndexes does not cause shards to -// have inconsistent UUIDs. -TestData.skipCheckingUUIDsConsistentAcrossCluster = true; - var st = new ShardingTest({shards: 2}); var testDB = st.s.getDB('test'); |