summaryrefslogtreecommitdiff
path: root/jstests/sharding/index1.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-12/+13
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-28/+28
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-28/+28
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-28/+28
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-327/+324
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+10
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-383/+351
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-61/+61
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-6/+5
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-1/+4
* SERVER-17915 shardCollection shouldn't consider partial index usefulJason Rassi2015-04-281-1/+44
* SERVER-13635: update many sharding tests to work with other storage enginesEliot Horowitz2014-10-111-2/+2
* SERVER-1424 (re)smoke tag parsing and new test library, v0Greg Studer2014-09-181-0/+4
* Revert "SERVER-1424 (re)smoke tag parsing and new test library, v0"Greg Studer2014-09-151-4/+0
* SERVER-1424 (re)smoke tag parsing and new test library, v0Greg Studer2014-09-151-0/+4
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-153/+154
* SERVER-10175 buildbot v2.4 index1.js failure run GLE after inserts to make su...Greg Studer2013-07-111-0/+1
* SERVER-2001 change shard key validation to allow hashed shard keysKevin Matulef2012-10-101-1/+61
* Fix for js test.Kevin Matulef2012-10-101-1/+1
* Add more tests for prefix shard keys.Spencer T Brody2012-07-241-1/+33
* SERVER-1506 change shard key validation to allow prefixes of existing indicesKevin Matulef2012-06-141-1/+67
* better msging / tests when sharding collection with diff types of indexes SER...gregs2011-09-291-11/+19
* Update test to reflect desired behavior. SERVER-3718Spencer T Brody2011-09-021-7/+3
* Add more tests for SERVER-2326 & SERVER-3718.Spencer T Brody2011-08-291-0/+48
* Put assert in right place in test.Spencer T Brody2011-08-291-1/+1
* Fix sharding index creation tests. Now can catch SERVER-3718.Spencer T Brody2011-08-291-4/+10
* fix for SERVER-2326, unique : true semanticsgregs2011-03-301-0/+124