summaryrefslogtreecommitdiff
path: root/src/mongo/shell/assert.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-12702: add writeconcern operation optionScott Hernandez2014-02-171-3/+73
* cleanup data comparison for dbadmin.js testScott Hernandez2014-02-071-0/+18
* Add jstest for user management commandsSpencer T Brody2013-12-101-0/+9
* Add basic jstest for user defined rolesSpencer T Brody2013-12-041-2/+2
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-0/+38
* SERVER-10148 Add assert.doesNotThrow() javascript shell functionJason Rassi2013-07-221-0/+18
* SERVER-10148 assert.throws() whitespace changesJason Rassi2013-07-221-5/+6
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-101-1/+1
* SERVER-9836: add assert.docEq -- check for nulls or undefinedScott Hernandez2013-05-311-7/+8
* SERVER-9836: add assert.docEqScott Hernandez2013-05-311-0/+63
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+227