summaryrefslogtreecommitdiff
path: root/src/mongo/shell/assert.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25787 Clean up optime comparisons in ReplSetTest.awaitReplication()William Schultz2016-10-271-19/+61
* SERVER-21089 fix assert.throw/doesNotThrow() argument validationRobert Guo2016-10-271-26/+81
* SERVER-21118 test that we don't hang at shutdown with slaveDelayMathias Stearn2016-09-221-0/+3
* SERVER-25977 Increase default assert.soon timeout to 5 minutesJudah Schvimer2016-09-071-1/+1
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-151-2/+25
* SERVER-24201 jsTest.authenticateNodes doesn't handle temp network errorsJonathan Abrahams2016-06-141-0/+20
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-120/+127
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-251-12/+10
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-37/+37
* SERVER-13525 Remove assert.repeat(), since it never throws an exception and s...Jonathan Abrahams2015-12-151-24/+0
* SERVER-21517 - Add assert.writeOK support for legacy writeConcern writesScott Hernandez2015-11-171-4/+8
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-301-2/+9
* SERVER-20154 Include "code" in javascript "Error" objects thrown by failed as...Spencer T Brody2015-08-271-6/+11
* SERVER-19537 assert.commandFailedWithCode should return command resultBenety Goh2015-08-081-2/+3
* SERVER-5044 Use relative error when testing sharded $stdDev operationsMathias Stearn2015-06-101-2/+13
* SERVER-15836 Clean up several rollback js tests.Andy Schwerin2014-10-281-2/+10
* SERVER-14946: assert.soon don't print code if possibleMatt Kangas2014-08-201-2/+4
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-191-2/+2
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-181-52/+85
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-3/+3
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-5/+5