Commit Graph

11 Commits

Author SHA1 Message Date
Sara Golemon
7d255086dd SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04:00
Kyle Suarez
7bc7864fc0 SERVER-35043, SERVER-22949: move geoNear implementation into aggregation
This commit removes the geoNear command and moves its implementation
into the aggregation framework. Users should use the aggregate command
with a $geoNear stage.

The implementation rewrite additionally removes the limit in the
$geoNear aggregation stage. To limit the number of results, use a $limit
stage.
2018-06-18 23:34:49 -04:00
Dianna Hohensee
4094162bbe SERVER-34991 JS tests doing transaction operations must use majority writeConcern for drops 2018-05-25 12:11:06 -04:00
Xiangyu Yao
e0dc0aa341 SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthrough 2018-05-22 19:02:04 -04:00
Matthew Russotto
f939177a8d SERVER-33658 Disable transaction tests on storage engines without document-level locking 2018-03-05 14:30:54 -05:00
Matthew Russotto
ae68272979 SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit. 2018-03-01 08:27:54 -05:00
Siyuan Zhou
a403f49731 SERVER-33023 Disable transaction on MMAPv1.
This reverts commit 4232d7725f.
2018-02-01 12:00:35 -05:00
Max Hirschhorn
35b5b72146 SERVER-32522 Clean up {read,write}Concern and readPreference overrides.
Introduces OverrideHelpers object with convenience methods for
inspecting certain aggregation and map-reduce commands, as well as
overriding startParallelShell(), Mongo.prototype.runCommand(), and
Mongo.prototype.runCommandWithMetadata().

Also removes a number of tests that were incorrectly blacklisted from
the read_concern_majority_passthrough.yml and
read_concern_linearizable_passthrough.yml test suites.
2018-01-30 19:45:42 -05:00
Matthew Russotto
55be4faf62 SERVER-32162 Create a doTxn command 2017-12-20 13:37:47 -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
Nick Zolnierz
dc09f8a83b SERVER-31168: Add integration testing for $jsonSchema in contexts other than doc validation 2017-10-06 12:50:59 -04:00