Commit Graph

15 Commits

Author SHA1 Message Date
Randolph Tan
2fc070e8fd SERVER-38980 Make sure all jstests/core test that inspects totalKeysExamined has assumes_unsharded_collection or assumes_balancer_off 2019-01-15 13:42:16 -05:00
Nick Zolnierz
0109767b69 SERVER-23202: Query planner does not trim certain bounds-generating inequality predicates from expression tree 2018-03-14 20:35:15 -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
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
Mike Grundy
3bed8596d1 SERVER-22341 fix jslint errors in jstests/core with eslint --fix
Conflicts:
	jstests/core/count_hint.js
2016-02-09 13:41:02 -05:00
David Storch
ffdb57ed20 SERVER-17544 remove $-prefixed find options from jstests and comments
Since the format for passing these options is different for the find command, these options should be specified
using the DBQuery helpers.
2015-07-23 19:51:04 -04:00
David Storch
391b1121e3 SERVER-14742 delete old explain and turn on explain 2.0 2014-09-03 09:46:33 -04:00
David Storch
7ffac7f351 SERVER-14407 replace Runner with PlanExecutor 2014-07-22 09:24:11 -04:00
David Storch
10d8b3d798 SERVER-13337 support queries with projections in the idhack runner 2014-05-01 09:17:40 -04:00
Benety Goh
8d72b72643 SERVER-12902 extended ID hack to support {_id: 1} projection 2014-03-06 20:20:06 -05:00
Benety Goh
b6b2fdf5c2 SERVER-12902 disallow queries with projections for id hack 2014-03-06 20:20:06 -05:00
Benety Goh
91886492a3 SERVER-12918 fixed skip() with equality queries on _id 2014-03-05 09:17:28 -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