Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-50442 Remove ensureIndex shell function | Rishab Joshi | 2020-11-17 | 1 | -1/+1 |
| | | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"" | ||||
* | Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵ | Arun Banala | 2020-11-12 | 1 | -1/+1 |
| | | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b. | ||||
* | SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵ | Rishab Joshi | 2020-11-12 | 1 | -1/+1 |
| | | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell | ||||
* | SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵ | James Wahlin | 2019-08-14 | 1 | -1/+2 |
| | | | | assert.commandWorked() | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -64/+64 |
| | |||||
* | SERVER-33605 Mobile SE:Disable capped collections and related testing | Sulabh Mahajan | 2018-06-08 | 1 | -0/+1 |
| | |||||
* | SERVER-26463: Up how long to wait for TTL monitor passes in ttl_capped.js | Daniel Gottlieb | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -6/+9 |
| | |||||
* | SERVER-20920 Wait longer for the TTL monitor to finish in ttl_capped.js. | Max Hirschhorn | 2015-10-16 | 1 | -46/+76 |
| | | | | | | | | | Use db.serverStatus().metrics.ttl.passes to know when the TTL monitor has finished processing all of the TTL indexes. Create many collections with a TTL index to increase the odds that the TTL monitor would process a non-capped collection after a capped collection. | ||||
* | SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports | Charlie Swanson | 2015-09-09 | 1 | -4/+3 |
| | |||||
* | SERVER-16749: handle per index exceptions and continue | Scott Hernandez | 2015-01-21 | 1 | -0/+53 |