summaryrefslogtreecommitdiff
path: root/jstests/core/bulk_api_ordered.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-34/+46
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-161-3/+3
| | | | | | | | | (cherry picked from commit 3bed8596d18275d1561e4f44f1f0bd72c1e038f1) Conflicts: jstests/core/geo_update_btree2.js jstests/core/update_min_max_examples.js jstests/core/update_mul_examples.js
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-301-1/+1
| | | | | | These calls were mostly mistakes that should have been assert.eq(). assert() will now trip if passed a non-string msg, or too many params.
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-181-3/+4
|
* Removed unnecessary print statement from bulk_api_ordered.jsAndreas Nilsson2014-03-111-1/+0
|
* Refactoring shell bulk API tests and added more failure casesAndreas Nilsson2014-03-111-35/+50
|
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-7/+0
|
* Bulk find() requires selector, SERVER-12553.A. Jesse Jiryu Davis2014-02-181-0/+6
| | | | | | | | Squashed: - Update comments in bulk_api.js. - Throw Error from invalid Bulk operations, not strings Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
|
* SERVER-12576 Add string rep of Bulk object and improve SingleWriteResult ↵Dan Pasette2014-02-091-12/+8
| | | | formatting
* rename bulk api stuff to bulk (not batch)Scott Hernandez2014-02-041-0/+161