summaryrefslogtreecommitdiff
path: root/jstests/sharding/regex_targeting.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74952 Insert upsert document for single writes without shard keysSanika Phanse2023-03-301-23/+30
|
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-1/+1
|
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-50/+69
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-66/+67
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-285/+280
|
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-221-14/+51
|
* SERVER-27599 replace unpredictable unordered config.shards queries with ↵Dianna Hohensee2017-04-111-5/+4
| | | | shard accesses through ShardingTest
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-121-251/+251
| | | | | | | | This change switches the MigrationManager to use the UsedResourcesMap class for acquiring the collection distributed lock on first migration attempt and dropping it on the last. This allows it to support parallel manual migrations.
* SERVER-24810 swap assert movePrimary commands with ↵Dianna Hohensee2016-06-301-1/+1
| | | | ShardingTest::ensurePrimaryShard that is more robust
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-9/+6
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-158/+136
|
* SERVER-21894 Remove unused 'hashed' resmoke.py tags from JS testsJonathan Abrahams2015-12-301-1/+0
|
* SERVER-17971 Remove separateConfig option from ShardingTest and make its ↵Spencer T Brody2015-04-141-2/+1
| | | | behavior the default
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-8/+29
|
* SERVER-1424 (re)smoke tag parsing and new test library, v0Greg Studer2014-09-181-0/+1
| | | | | | | | | Includes: - Smoke.py options for filtering by jstest tags - New resmoke.py test utility in v0 alpha - Lots of example resmoke configurations - SCons integration for unittests - Sample tagged jstests
* Revert "SERVER-1424 (re)smoke tag parsing and new test library, v0"Greg Studer2014-09-151-1/+0
| | | | This reverts commit fac5571f67e23a1339e20e0621bab0ba2a6b7163.
* SERVER-1424 (re)smoke tag parsing and new test library, v0Greg Studer2014-09-151-0/+1
| | | | | | | | | Includes: - Smoke.py options for filtering by jstest tags - New resmoke.py test utility in v0 alpha - Lots of example resmoke configurations - SCons integration for unittests - Sample tagged jstests
* SERVER-14138 mongos incorrectly targets multiple shards for nested field ↵Greg Studer2014-06-051-0/+257
shard keys