summaryrefslogtreecommitdiff
path: root/jstests/core/verify_update_mods.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ↵Mindaugas Malinauskas2021-05-261-73/+301
| | | | | | an error (cherry picked from commit ad51c2da0567585391d9e02529d4a495aa460c4d)
* SERVER-31194 Add jscore tags for ↵Jack Mulrow2017-12-071-1/+1
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-6/+0
| | | | | | | | | The $pushAll modifier was deprecated and is now unsupported. Clients should switch to the $push modifier with $each to get $pushAll behavior. This patch also updates some copyright notices that should have been updated as part of file renames in bf99c6.
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-1/+1
|
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+5
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-5/+0
| | | | | | | | | collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-151-0/+5
| | | | | | that are dropped in sharded cluster environments.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-34/+34
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-28/+28
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+83
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>