David Storch
f599ca57cd
SERVER-67116 Remove support for 'preCondition' from applyOps command
2022-09-14 18:45:53 +00:00
Mihai Andrei
17f49ab8b1
SERVER-50301 Delete code which handles $v:1 update oplog entries
2022-06-30 21:39:25 +00:00
Matt Broadstone
f881618f7f
SERVER-65070 Deduplicate list of incompatible mtm migrations tests
2022-04-08 14:57:19 +00:00
Yoonsoo Kim
0d37de1e3f
SERVER-58103 Remove test cases which test legacy op behaviors
2021-06-30 23:41:39 +00:00
Anton Korshunov
0fc5b56b12
SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE
2021-02-14 15:30:07 +00:00
Ali Mir
fa5aff1411
SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests
2020-10-01 19:17:34 +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
James Wahlin
39c3a5d77b
SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked()
2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase
2019-07-27 11:02:23 -04:00
William Schultz
285c39607e
SERVER-39576 Remove the 'doTxn' command
2019-07-02 17:27:17 -04:00
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