summaryrefslogtreecommitdiff
path: root/jstests/core/batch_write_command_update.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50651 Replace occurrences of isMaster command with hello in misc jstestsAli Mir2020-10-011-1/+1
* SERVER-49144 Don't remove({}) large collections in batch_write_command_*.jsMatthew Russotto2020-07-271-4/+4
* 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-52/+0
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-3/+13
* 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-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-4/+1
* SERVER-31914 Disable batch_write_command_update.js in retryable_writes_jscore...Randolph Tan2017-11-131-1/+4
* 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/+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-1/+1
* 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-94/+128
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-6/+6
* SERVER-15506 batch_write_commands tests generate too much outputRandolph Tan2014-10-161-99/+96
* SERVER-13210: include nModified for all mongod write commandsScott Hernandez2014-03-181-2/+2
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+39
* SERVER-13001: exclude nModified from legacy write resultsScott Hernandez2014-03-121-2/+2
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-0/+2
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-9/+9
* SERVER-12139 refactor bulk write op processing in batch write opsGreg Studer2014-01-071-2/+2
* SERVER-11969 w:0 on sharded write command is returning upserted valuesRandolph Tan2013-12-201-7/+13
* SERVER-9469 upserted field from write command response is now always an array.Randolph Tan2013-12-191-7/+16
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-4/+4
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-12/+12
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-0/+27
* SERVER-11772 new core suite for write command testingGreg Studer2013-11-181-0/+223