Commit Graph

13 Commits

Author SHA1 Message Date
Jacob Evans 57acc8b666 SERVER-44475 Remove Query Knob 2019-12-11 21:33:49 +00:00
Charlie Swanson bc1badc16e SERVER-42690 Modernize many mr tests in core suite 2019-10-29 16:56:38 +00:00
Charlie Swanson a4104d8069 SERVER-42896 Blacklist most mapReduce tests from multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough 2019-08-20 15:32:40 +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
Allison Easton 45138bb6ba SERVER-41303 Split jscore tests that run mapReduce but do not specifically test mapReduce into two 2019-06-10 16:01:34 -04:00
Lingzhi Deng 8a89b076d2 SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbhash and map-reduce 2019-05-23 16:46:30 -04:00
Sara Golemon 7d255086dd
SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04: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
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
Jonathan Abrahams 4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Andrew Morrow 1a95eb42b1 SERVER-19614 Use stack bounds to limit JS recursion 2015-10-27 08:06:43 -04:00
Andrew Morrow 804f8c7b92 SERVER-19614 Temporarily disable JS recursion depth protections 2015-10-13 16:44:10 -04:00
Jason Carey e5f65d77a3 SERVER-19614 Implement stack quotas for JS
Replace existing calls to std::thread with platform threading primitives
and set a stack quota to avoid stack overflows for some recursive use
cases in js.
2015-10-06 19:10:55 -04:00