Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-75999 Fail point utils should retry configureFailPoint on retriable ↵ | Allison Easton | 2023-04-18 | 1 | -7/+3 |
| | | | | errors | ||||
* | SERVER-58683 Simplify config replicaset exposure in shardingtest | Tommaso Tocci | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | SERVER-55615 Reduce number of documents written in bulk_shard_insert.js | Pierlauro Sciarelli | 2021-04-01 | 1 | -2/+2 |
| | |||||
* | SERVER-32692 Make zbigMapReduce.js, sharding_balance4.js, and ↵ | Matthew Saltz | 2019-09-23 | 1 | -0/+10 |
| | | | | bulk_shard_insert.js more resilient under slow machines | ||||
* | SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵ | James Wahlin | 2019-08-14 | 1 | -1/+1 |
| | | | | assert.commandWorked() | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -65/+63 |
| | |||||
* | SERVER-33635: Remove repeated checkDocuments call | Matthew Saltz | 2018-03-22 | 1 | -1/+2 |
| | |||||
* | SERVER-31579 Tag specific sharding tests as being resource intensive | Eddie Louie | 2017-10-18 | 1 | -2/+8 |
| | |||||
* | SERVER-26327 Extend diagnostics in bulk_shard_insert.js | Kaloian Manassiev | 2016-09-26 | 1 | -26/+47 |
| | |||||
* | Revert "SERVER-26327 Extend diagnostics in bulk_shard_insert.js" | Kaloian Manassiev | 2016-09-26 | 1 | -46/+26 |
| | | | | This reverts commit e2b8d3da53a06617fa9c0251070bfc31fe38f154. | ||||
* | SERVER-26327 Extend diagnostics in bulk_shard_insert.js | Kaloian Manassiev | 2016-09-26 | 1 | -26/+46 |
| | |||||
* | SERVER-26077 Tighten checks around migration session id | Kaloian Manassiev | 2016-09-13 | 1 | -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 Abrahams | 2016-03-09 | 1 | -59/+59 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix | Mike Grundy | 2016-02-09 | 1 | -28/+28 |
| | |||||
* | SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTest | Kaloian Manassiev | 2015-10-27 | 1 | -0/+81 |
Removes shardGo in lieu of shardColl and removes setBalancer because it duplicates functionality, which is already in sh. |