summaryrefslogtreecommitdiff
path: root/jstests/sharding/bulk_shard_insert.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-75999 Fail point utils should retry configureFailPoint on retriable ↵Allison Easton2023-04-181-7/+3
| | | | errors
* SERVER-58683 Simplify config replicaset exposure in shardingtestTommaso Tocci2021-07-211-1/+1
|
* SERVER-55615 Reduce number of documents written in bulk_shard_insert.jsPierlauro Sciarelli2021-04-011-2/+2
|
* SERVER-32692 Make zbigMapReduce.js, sharding_balance4.js, and ↵Matthew Saltz2019-09-231-0/+10
| | | | bulk_shard_insert.js more resilient under slow machines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+63
|
* SERVER-33635: Remove repeated checkDocuments callMatthew Saltz2018-03-221-1/+2
|
* SERVER-31579 Tag specific sharding tests as being resource intensiveEddie Louie2017-10-181-2/+8
|
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-26/+47
|
* Revert "SERVER-26327 Extend diagnostics in bulk_shard_insert.js"Kaloian Manassiev2016-09-261-46/+26
| | | | This reverts commit e2b8d3da53a06617fa9c0251070bfc31fe38f154.
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-26/+46
|
* SERVER-26077 Tighten checks around migration session idKaloian Manassiev2016-09-131-15/+6
| | | | | | Transmits the migration session id together with the abort command and ensures that the migration session id reported in the status matches that of the cloner.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-59/+59
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-28/+28
|
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-271-0/+81
Removes shardGo in lieu of shardColl and removes setBalancer because it duplicates functionality, which is already in sh.