summaryrefslogtreecommitdiff
path: root/jstests/core/batch_write_command_insert.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-38717 Shell prohibits w: 0 in sessionA. Jesse Jiryu Davis2019-01-151-15/+0
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-1/+11
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-141/+0
* SERVER-29725 Tag jstests in core so we can run the suite on mongoe.Henrik Edin2018-04-181-1/+4
* SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka2018-04-061-0/+1
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-301-1/+5
* SERVER-13601 Raise write batch limit to 100,000 ops and prevent oversized errorsMathias Stearn2017-08-081-1/+1
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-27786 Implement _computeOperationTimeJack Mulrow2017-03-231-1/+1
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-3/+2
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+24
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-091-2/+3
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-2/+2
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-60/+109
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-2/+2
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-261-0/+16
* SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesA...Benety Goh2015-01-211-1/+1
* SERVER-15506 batch_write_commands tests generate too much outputRandolph Tan2014-10-161-87/+102
* SERVER-13305 fix test for small_oplogEric Milkie2014-03-211-14/+16
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-0/+8
* SERVER-12993 restore batch_write_insert test behavior to be exactingEric Milkie2014-03-141-8/+4
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+28
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-0/+2
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-191-12/+118
* SERVER-11556: test for moving _id to the front of documents on insertEliot Horowitz2013-12-281-0/+14
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-221-0/+2
* SERVER-11969 w:0 on sharded write command is returning upserted valuesRandolph Tan2013-12-201-1/+4
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-4/+9
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-12/+12
* SERVER-11772 new core suite for write command testingGreg Studer2013-11-181-0/+138