summaryrefslogtreecommitdiff
path: root/jstests/core/batch_write_command_delete.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13601 Raise write batch limit to 100,000 ops and prevent oversized errorsMathias Stearn2017-08-081-5/+9
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+5
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-5/+0
* SERVER-27786 Implement _computeOperationTimeJack Mulrow2017-03-231-3/+2
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-221-1/+2
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+5
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-9/+4
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-80/+94
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
* SERVER-15506 batch_write_command_delete.js generates too much outputRandolph Tan2014-10-061-83/+81
* SERVER-14289 invalid limit for delete command should result in write errorMichael Ivanov2014-09-191-0/+10
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+36
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-0/+2
* SERVER-11969 w:0 on sharded write command is returning upserted valuesRandolph Tan2013-12-201-5/+12
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-4/+5
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-14/+14
* SERVER-11772 new core suite for write command testingGreg Studer2013-11-181-0/+175