summaryrefslogtreecommitdiff
path: root/src/mongo/shell/assert.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62935 Add date string to assert messager6.1.0-alphaGabriel Marks2022-04-181-2/+2
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+1
* SERVER-64244 Drop exceptions due to transient errors for whole runBackgroundD...Yu Jin Kang Park2022-03-221-0/+22
* SERVER-56905 Ban API params to aggregate/find/etc shell helpersNicholas Zolnierz2021-10-121-0/+10
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMindaugas Malinauskas2021-07-201-3/+9
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-031-21/+0
* SERVER-57460 Remove remaining GLE calls from jstestsIrina Yatsenko2021-06-291-38/+0
* SERVER-56497 Add assert.throwsCode shell helper for testingSebastien Mendez2021-06-111-0/+12
* SERVER-52914 Support positional projection operator ($) in SBENikita Lapkov2021-02-081-8/+9
* SERVER-38938 include metadata in command responseRobert Guo2021-01-191-1/+8
* SERVER-50049 assert.soonNoExcept() should not access TestData.traceExceptions...Suganthi Mani2020-07-311-12/+21
* SERVER-49187 Make ReplSetTest .stepUp() robust to election failures.Suganthi Mani2020-07-301-1/+13
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-2/+3
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-3/+2
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-2/+3
* SERVER-47764 Trigger hang analyzer for LockTimeout errorsSamy Lanka2020-06-121-5/+31
* SERVER-47062: Trigger hang analyzer for writeConcern timeout errorsLingzhi Deng2020-04-171-0/+23
* SERVER-46805 Limit memory usage in the second phase of validate and add param...Gregory Noma2020-03-191-0/+26
* SERVER-46552 Increase local assert.soon timeout to 90 secondsMikhail Shchatko2020-03-031-1/+1
* SERVER-46340 TestData is undefined in DSIRobert Guo2020-02-241-2/+2
* SERVER-46029 Do not write core files in the hang analyzer when running locall...Mikhail Shchatko2020-02-211-5/+11
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-121-1/+1
* SERVER-44395 Hang-Analyzer Integration Using Incorrect ArgumentsRyan Timmons2019-11-051-4/+4
* SERVER-26867 Call hang_analyzer.py from assert functionsRyan Timmons2019-10-311-6/+35
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+10
* SERVER-38512 Test that secondary hangs up on w: 0 writesA. Jesse Jiryu Davis2019-01-071-0/+11
* SERVER-38025 Run transaction workloads in sharded concurrency suites w/o fail...Jack Mulrow2018-12-051-6/+8
* SERVER-38250 Fix assertion message creation in assert.docEqJack Mulrow2018-11-261-1/+1
* SERVER-37868 Use unordered array comparisons in core_txns testsJack Mulrow2018-11-071-4/+46
* SERVER-36306 Add FSM workloads that run transactions workloads with all threa...jannaerin2018-08-281-0/+9
* SERVER-36774 Allow shell assertion functions to take an object for the 'msg'Ian Boros2018-08-221-2/+4
* SERVER-35037 Create new concurrency suite that runs consecutive operations in...Samy Lanka2018-08-031-1/+1
* SERVER-34788: Improve commandWorked/Failed assertion messagesDavid Bradford2018-07-121-8/+9
* SERVER-35765 Allow small discrepancy in computed geo distances.Charlie Swanson2018-07-041-7/+3
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-5/+9
* SERVER-31396 add tests for change streams being resilient to node failures in...Ian Boros2018-05-231-0/+14
* SERVER-33091 create a rollback test with 5 nodesKyle Suarez2018-05-161-1/+7
* SERVER-30879: check for write concern errors on assert.commandWorkedDavid Bradford2018-03-201-16/+29
* SERVER-21941: Improve handling of timestamps in assert comparison functionsDavid Bradford2018-02-271-4/+39
* SERVER-32393 Use same comparison for eq and neq assertionsDavid Bradford2018-02-201-5/+13
* SERVER-33034: Update jstest asserts to accept a function for messagesDavid Bradford2018-02-151-376/+431
* SERVER-32778 do not eagerly tojson in shell assertionsKevin Albertson2018-01-191-13/+21
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-111-122/+230
* SERVER-31277 Cancel all user operations on heartbeat stepdown pathSpencer T Brody2017-10-161-1/+8
* SERVER-31080 replSetReconfig may fail with NewReplicaSetConfigurationIncompat...Sara Golemon2017-09-141-5/+8
* SERVER-28053 allow network errors when turning off rollbackHangBeforeStart fa...Judah Schvimer2017-04-171-0/+16
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-221-1/+1
* SERVER-27750 Handle and include LogicalTime in mongos request/responseRandolph Tan2017-03-141-1/+1
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-0/+17
* SERVER-26933 Add sleep interval to assert retryWilliam Schultz2016-11-091-9/+15