summaryrefslogtreecommitdiff
path: root/jstests/core/recursion.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70975 Exclude commands which are not allowed with security token from ...Sophia Tan2022-11-211-0/+2
* SERVER-66476 Dedupe causal consistency passthrough exclude listMatt Broadstone2022-05-271-0/+2
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-1/+0
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+1
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-1/+1
* SERVER-42690 Modernize many mr tests in core suiteCharlie Swanson2019-10-291-3/+3
* SERVER-42896 Blacklist most mapReduce tests from multi_shard_local_read_write...Charlie Swanson2019-08-201-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-21/+20
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-101-2/+0
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-0/+2
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-12/+0
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-301-4/+8
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-0/+2
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-12/+12
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-43/+38
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-131-38/+43
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-0/+41