summaryrefslogtreecommitdiff
path: root/jstests/sharding/update_immutable_fields.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-31/+1
|
* SERVER-44382 Allow upserting documents with missing shard key fieldsJack Mulrow2019-11-061-18/+0
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-5/+5
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-59/+57
|
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-221-4/+10
|
* SERVER-39630 Allow updates to the shard key value only when the document ↵jannaerin2019-03-201-1/+1
| | | | will not change shards
* Revert "SERVER-39630 Allow updates to the shard key value only when the ↵jannaerin2019-03-191-1/+1
| | | | | | document will not change shards" This reverts commit d1596a9693b9442dda1492934cf9bc26ad66176d.
* SERVER-39630 Allow updates to the shard key value only when the document ↵jannaerin2019-03-191-1/+1
| | | | will not change shards
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-2/+2
| | | | replica sets
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-50/+52
|
* SERVER-22765 Improve error checking in sharding testsKaloian Manassiev2016-02-231-9/+9
| | | | | Some sharding tests do not check that the enableSharding, shardCollection, moveChunk and etc. commands worked.
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-8/+8
|
* SERVER-21233 Sharding config servers should not be pinging the distributed lockRandolph Tan2015-11-171-0/+1
|
* SERVER-19319 Send setShardVersion command after sharding a collectionKaloian Manassiev2015-07-311-1/+0
| | | | | | | | | | | | The shard collection operation needs to inform the former primary shard for the database containing this collection that the collection is being sharded. That way, unsharded operations will be rejected when they come from mongos instances, which are not yet aware the collection became sharded. Also reverts commit 280b8e6c835bab826899a7696a1f5852e1221d53 ("SERVER-19319 Temporarily update some tests to run a query after sharding a collection to force the version to be set")
* SERVER-19319 Temporarily update some tests to run a query after sharding a ↵Spencer T Brody2015-07-221-0/+1
| | | | collection to force the version to be set
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+1
|
* SERVER-17971 Remove separateConfig option from ShardingTest and make its ↵Spencer T Brody2015-04-141-2/+1
| | | | behavior the default
* SERVER-16184 repeated WriteBackListener error on out-of-order upgradeRandolph Tan2014-11-241-5/+3
|
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+3
|
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-31/+11
|
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-051-4/+4
|
* SERVER-6835: removed extra, and erroring lineScott Hernandez2013-11-141-1/+0
|
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ↵Scott Hernandez2013-11-131-0/+98
to support immutable fields, consolodate storage validation, and misc issues.