Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-45081 Increment config term via reconfig on stepup. | Siyuan Zhou | 2020-03-03 | 1 | -35/+17 |
| | |||||
* | SERVER-46145 Remove mr_shard_version.js test in favor of the existing FSM tests | Nicholas Zolnierz | 2020-02-14 | 1 | -112/+0 |
| | |||||
* | SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵ | James Wahlin | 2019-08-14 | 4 | -7/+7 |
| | | | | assert.commandWorked() | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 5 | -369/+368 |
| | |||||
* | SERVER-35715 Remove nopreallocj and smallfiles options from tests | Geert Bosch | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes | Tess Avitabile | 2018-05-01 | 1 | -6/+9 |
| | |||||
* | SERVER-33997 Add requires_sharding tag to tests run in NoJournal suite | jannaerin | 2018-03-20 | 3 | -0/+5 |
| | |||||
* | SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builder | Ian Whalen | 2018-03-09 | 2 | -0/+16 |
| | |||||
* | SERVER-32052 Update ShardingTest to default to starting shard servers as ↵ | jannaerin | 2018-03-09 | 1 | -1/+1 |
| | | | | replica sets | ||||
* | SERVER-25640 terminate running processes in jstests | Kevin Albertson | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | SERVER-32919 initial_sync_many_dbs.js should use less data | Judah Schvimer | 2018-01-29 | 1 | -7/+7 |
| | |||||
* | SERVER-23035 Remove SlowWeeklyMongod code from the shell | may | 2017-06-07 | 1 | -57/+61 |
| | |||||
* | SERVER-29320 make sharding_multiple_collections.js allow stale shard version ↵ | Esha Maharishi | 2017-05-23 | 1 | -1/+10 |
| | | | | errors on the explainFind | ||||
* | SERVER-27821 Reduce number of roles in chain when running with --dbg=on. | Max Hirschhorn | 2017-03-27 | 1 | -0/+9 |
| | |||||
* | SERVER-27857 Rewrite remove_during_mr.js as an FSM workload. | Max Hirschhorn | 2017-01-30 | 1 | -55/+0 |
| | |||||
* | SERVER-26065 Write more generic optime comparator function | Randolph Tan | 2016-11-09 | 1 | -144/+146 |
| | |||||
* | SERVER-25995 raise timeout in replsets_priority1.js | Eric Milkie | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS ↵ | Kaloian Manassiev | 2016-07-30 | 1 | -23/+18 |
| | | | | primary | ||||
* | SERVER-25084 added test for initial sync with many databases | Benety Goh | 2016-07-29 | 1 | -0/+52 |
| | |||||
* | SERVER-22512 Remove unnecessary calls to stopBalancer | Kaloian Manassiev | 2016-06-09 | 1 | -79/+78 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 2 | -7/+2 |
| | |||||
* | SERVER-23828 replsets_priority1.js: wait for replication after election but ↵ | Eric Milkie | 2016-04-20 | 1 | -0/+9 |
| | | | | before shutting down | ||||
* | SERVER-23111 isolate election_timing.js and memory.js by creating new ↵ | Eric Milkie | 2016-03-15 | 5 | -208/+228 |
| | | | | serial_run suite | ||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 5 | -220/+237 |
| | |||||
* | SERVER-22765 Remove unnecessary logging in sharding tests when running on ↵ | Randolph Tan | 2016-02-22 | 1 | -2/+2 |
| | | | | continuous stepdown suite | ||||
* | SERVER-22594 move election_timing.js to slow1 | Eric Milkie | 2016-02-12 | 1 | -0/+146 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/slow1 with eslint --fix | Mike Grundy | 2016-02-05 | 2 | -9/+9 |
| | |||||
* | SERVER-21050 Cleanup ReplSetTest | Kaloian Manassiev | 2015-12-08 | 1 | -5/+5 |
| | | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode. | ||||
* | SERVER-21009 Remove usages of the multi-argument ShardingTest constructor | Kaloian Manassiev | 2015-10-23 | 1 | -3/+8 |
| | | | | | | | | No functional changes, just converting everything to use the JSON-based constructor. Also moves some sharding-specific tests out of noPassthroughWithMongod and under the sharding suite. | ||||
* | SERVER-18498 New replica set configurations have protocolVersion=1 by default | matt dannenberg | 2015-10-01 | 1 | -1/+1 |
| | | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191. | ||||
* | Revert "SERVER-18498 New replica set configurations have protocolVersion=1 ↵ | Jason Rassi | 2015-09-24 | 1 | -1/+1 |
| | | | | | | by default" This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4. | ||||
* | SERVER-18498 New replica set configurations have protocolVersion=1 by default | Siyuan Zhou | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | SERVER-18044 Make sharding test explicitly set primary shards for databases | Randolph Tan | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | SERVER-16391 archor primary in replset tests, or make agnostic to primary node | Eric Milkie | 2014-12-03 | 1 | -75/+75 |
| | |||||
* | SERVER-15060: remove failing large set test | Scott Hernandez | 2014-10-21 | 1 | -59/+0 |
| | |||||
* | SERVER-15060 increase replica set max size to 50 nodes | matt dannenberg | 2014-10-20 | 1 | -0/+59 |
| | |||||
* | Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious ↵ | Eric Milkie | 2014-08-01 | 1 | -2/+2 |
| | | | | | | failures while using HybridCoordinator" This reverts commit 9ec7d68a97dc54f534e95959e62cafcab38bd440. | ||||
* | SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures ↵ | matt dannenberg | 2014-07-31 | 1 | -2/+2 |
| | | | | while using HybridCoordinator | ||||
* | SERVER-14549 Increased diagnostics for replsets_priority1.js test failure | Spencer T Brody | 2014-07-14 | 1 | -1/+1 |
| | |||||
* | SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();" | daveh86 | 2014-05-22 | 1 | -1/+1 |
| | | | | | | Includes both the initial patch to remove all throws and patches for all failing tests Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-15 | 1 | -3/+6 |
| | |||||
* | SERVER-12605 update ShardingTest to turn off balancer by default | daveh86 | 2014-05-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | Revert "SERVER-13741 Migrate remaining tests to use write commands" | David Storch | 2014-05-06 | 1 | -6/+3 |
| | | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd. | ||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-06 | 1 | -3/+6 |
| | |||||
* | Revert "add a logrotate test" | Matt Dannenberg | 2014-03-28 | 1 | -55/+0 |
| | | | | This reverts commit 5b461a3eae881a0ca20fe6659d7959962753bb20. | ||||
* | add a logrotate test | Matt Dannenberg | 2014-03-28 | 1 | -0/+55 |
| | |||||
* | SERVER-13391 Move slowest tests from noPassthrough* (formerly ↵ | Mathias Stearn | 2014-03-27 | 4 | -0/+328 |
slow{Weekly,Nightly}) to slow* slow1 and slow2 are new suites to hold very slow tests. The idea is that we can create slow3, slow4, etc to keep the time to run the longest suite down. |