Commit Graph

28 Commits

Author SHA1 Message Date
Nikita Lapkov
cce8380c75 SERVER-34118 Log number of upserts performed 2020-09-03 21:09:55 +00:00
Justin Seyster
d80312792b SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution 2020-08-14 02:34:21 +00:00
Hirday Gupta
c76a5544eb SERVER-48244 remove shell-side explain string validation 2020-06-24 20:40:53 +00:00
Ali Mir
98427b7a22 SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests 2020-04-29 17:32:39 +00:00
Sophie Saskin
c45ad5a6a5 SERVER-44772 Add 'allowDiskUse()' function to explain cursors in shell 2019-12-06 22:22:38 +00:00
Jason Chan
880ae5c3e0 SERVER-44664 Add requires_fcv_44 to failing tests from replica_sets_jscore_multiversion_passthrough 2019-11-19 16:12:30 +00:00
Anton Korshunov
bc26f68ff0 SERVER-42905 Push down user-specified projections to PlanStage layer if possible 2019-10-31 15:46:48 +00:00
Ian Boros
502df279c7 SERVER-39567 Change find min/max options to require hint 2019-04-11 18:34:10 -04:00
Anton Korshunov
d47bbc343a SERVER-24860 Optimize away entire pipeline if it can be answered using a query 2019-04-03 12:19:22 +01:00
Jacob Evans
41557fac17 SERVER-38695 Make QuerySolutionNode subclasses for projection fast-paths 2019-01-29 13:53:10 -05:00
David Storch
f0b39d9184 SERVER-37446 Change PlanStages which don't require a collection to avoid keeping a Collection*.
In order to prevent COUNT stage from requiring a Collection*, splits
fast count into a new RECORD_STORE_FAST_COUNT stage.
2018-11-07 15:05:49 -05:00
Kyle Suarez
190fc58164 SERVER-28524 remove group command
Users should use the aggregation $group stage instead.
2018-05-30 09:45:28 -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
Nick Zolnierz
b16dbe9e73 SERVER-32174: Remove old snapshot query option 2018-03-16 17:43:33 -04:00
Charlie Swanson
87c9442cc3 SERVER-31785 Use 2 shards in sharded jscore passthrough. 2018-01-19 09:55:59 -05:00
Jack Mulrow
00d92ece19 SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
2017-12-07 14:36:15 -05: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
Maria van Keulen
d222cf4151 SERVER-24081 fixed explainable count to respect hint 2016-09-13 14:44:29 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Qingyang Chen
2830b503d2 SERVER-19593 snapshot default to collscan except when using MMAPv1 2015-08-06 13:29:16 -04:00
Qingyang Chen
bc4572c985 SERVER-15020 Explain for distinct command 2015-07-31 14:05:00 -04:00
Charlie
7a36b1598c SERVER-16063 Rewrite the findAndModify command.
Changed UpdateStage to return the prior or newly-updated version of
a document if request. also changed DeleteStage to return the deleted
document if requested.

Added explain support to the findAndModify command.
2015-04-14 10:27:18 -04:00
Jason Rassi
40f28cd947 SERVER-16830 Fix LiteParsedQuery find command object "hint" parsing 2015-01-15 05:41:11 -05:00
David Storch
578c5c5bdb SERVER-16036 change DBQueryQuery.count() shell helper to return the explain result rather than a cursor 2014-11-12 15:37:37 -05:00
David Storch
a0b44fd4cf SERVER-15527 change rejectedPlansExecution to allPlansExecution 2014-10-14 15:56:55 -04:00
David Storch
d601b91b6b SERVER-14875 explain helpers for the shell 2014-10-13 19:59:21 -04:00