summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/ttl_capped.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-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 Banala2020-11-121-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 Joshi2020-11-121-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 Wahlin2019-08-141-1/+2
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-64/+64
|
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-0/+1
|
* SERVER-26463: Up how long to wait for TTL monitor passes in ttl_capped.jsDaniel Gottlieb2016-11-301-1/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-6/+9
|
* SERVER-20920 Wait longer for the TTL monitor to finish in ttl_capped.js.Max Hirschhorn2015-10-161-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 portsCharlie Swanson2015-09-091-4/+3
|
* SERVER-16749: handle per index exceptions and continueScott Hernandez2015-01-211-0/+53