Commit Graph

19 Commits

Author SHA1 Message Date
Vincent Do
dbde7d0f14 SERVER-19642 Add check for duplicate keys in index spec 2016-05-09 16:48:09 -04:00
Mathias Stearn
d819ac65d1 SERVER-23128 Refactor mongod write operations
Now both write commands and legacy writes share an implementation.
2016-04-21 18:58:41 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
3bed8596d1 SERVER-22341 fix jslint errors in jstests/core with eslint --fix
Conflicts:
	jstests/core/count_hint.js
2016-02-09 13:41:02 -05:00
Martin Bligh
b9c5d9f97d SERVER-21093: Make ordered bulk insert operation error out properly 2015-10-26 10:21:05 -04:00
Benety Goh
7d504b6609 SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesAfter when it runs successfully 2015-01-21 09:16:04 -05:00
Randolph Tan
6d38c74515 SERVER-15506 batch_write_commands tests generate too much output 2014-10-16 14:45:31 -04:00
Eric Milkie
f6713955af SERVER-13305 fix test for small_oplog 2014-03-21 10:15:53 -04:00
Greg Studer
b5756056a7 SERVER-12977 disallow empty write batches
Also fix shell batch processing to avoid extra empty batches.
2014-03-17 10:02:22 -04:00
Eric Milkie
b83a8b935a SERVER-12993 restore batch_write_insert test behavior to be exacting 2014-03-14 09:42:56 -04:00
Jason Rassi
5253043325 SERVER-12819 Reject write cmds where batch size > maxWriteBatchSize 2014-03-13 00:50:21 -04:00
Scott Hernandez
a56653e1df SERVER-12786: add shell writeMode option 2014-02-26 12:11:30 -05:00
gregs
9b93e7e43e SERVER-12657 better validity checks for ns and index descriptors in write ops 2014-02-19 14:59:59 -05:00
Eliot Horowitz
616db7ddb0 SERVER-11556: test for moving _id to the front of documents on insert 2013-12-28 21:26:53 -05:00
Eliot Horowitz
be82811514 SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Collection directly 2013-12-22 20:21:50 -05:00
Randolph Tan
3c9c156fa0 SERVER-11969 w:0 on sharded write command is returning upserted values 2013-12-20 10:24:03 -05:00
Randolph Tan
bd9b6d70ef SERVER-9469 Set ok field in response to 1 if write was applied
Also removed promotion of writeErrors to top level field errors and made sure that right error fields are used.
2013-12-19 11:32:39 -05:00
Randolph Tan
0f629b3212 SERVER-9469 Rename errDetails to writeErrors 2013-12-16 17:21:44 -05:00
Greg Studer
406ca294a7 SERVER-11772 new core suite for write command testing 2013-11-18 18:05:19 -05:00