Commit Graph

17 Commits

Author SHA1 Message Date
Kaloian Manassiev 70267d23ea SERVER-55975 Remove the test for findAndModify against admin/config
This reverts commit f759d69c17.

(cherry picked from commit b9e2c2d001)
2021-10-01 08:20:18 +00:00
Kaloian Manassiev 83e535beb0 SERVER-54585 Enable running `findAndModify` against the Config server collections
(cherry picked from commit a40e23d861)
2021-02-22 09:28:50 +00:00
Gregory Noma 7a4da2ea31 SERVER-45956 Allow findAndModify with upsert=true inside multi-document transactions
(cherry picked from commit 8c7d32e37a)
2020-04-10 21:28:00 +00:00
James Wahlin acb2b88d9e SERVER-44793 Add `requires_fcv_44` as required to Query core jstests to address multiversion failure 2019-11-22 18:33:23 +00:00
Ian Boros fcff61405c SERVER-42435 Remove ParsedProjection and ProjectionExec 2019-10-23 22:04:36 +00:00
Ian Boros 194361c6ea SERVER-43687 continue using ParsedProjection in findAndModify() path 2019-09-30 17:00:42 +00:00
Judah Schvimer e5a5aaa945 SERVER-41476 Make findAndModify commands in find_and_modify.js deterministic 2019-06-05 16:33:56 -04:00
Samy Lanka ea5b5a97ed SERVER-33287 tag jstests that use commands which return inaccurate results after unclean shutdown 2018-04-06 10:33:03 -04:00
Eddie Louie 9fc1ecd711 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
This reverts commit fb956b3b0a.
2017-03-23 14:07:50 -04:00
Randolph Tan fb956b3b0a Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped"
This reverts commit 56e66454d1.

Conflicts:
	buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
2017-03-23 13:56:21 -04:00
Eddie Louie 56e66454d1 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
in sharded cluster environments.
2017-03-15 19:19:49 -04:00
Mark Benvenuto 6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams 4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
David Storch 98276a11bd SERVER-17387 prevent invalid projections from causing findAndModify to trigger a logOp() rollback 2015-03-09 12:48:29 -04:00
David Storch 3c8a434008 SERVER-17372 fix findAndModify output when there is an insert in the upsert: true, new: false case 2015-02-25 13:43:00 -05:00
Dan Pasette c50f274e1f SERVER-16601 error out on conflicting params to findAndModify 2015-01-18 20:04:36 -05:00
Randolph Tan 5595b94560 SERVER-12127 migrate js tests to jscore suite when not related to writes
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-02-28 16:26:33 -05:00