summaryrefslogtreecommitdiff
path: root/jstests/slow1
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-031-35/+17
|
* SERVER-46145 Remove mr_shard_version.js test in favor of the existing FSM testsNicholas Zolnierz2020-02-141-112/+0
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-144-7/+7
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-275-369/+368
|
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-1/+1
|
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-6/+9
|
* SERVER-33997 Add requires_sharding tag to tests run in NoJournal suitejannaerin2018-03-203-0/+5
|
* SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builderIan Whalen2018-03-092-0/+16
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-1/+1
| | | | replica sets
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-32919 initial_sync_many_dbs.js should use less dataJudah Schvimer2018-01-291-7/+7
|
* SERVER-23035 Remove SlowWeeklyMongod code from the shellmay2017-06-071-57/+61
|
* SERVER-29320 make sharding_multiple_collections.js allow stale shard version ↵Esha Maharishi2017-05-231-1/+10
| | | | errors on the explainFind
* SERVER-27821 Reduce number of roles in chain when running with --dbg=on.Max Hirschhorn2017-03-271-0/+9
|
* SERVER-27857 Rewrite remove_during_mr.js as an FSM workload.Max Hirschhorn2017-01-301-55/+0
|
* SERVER-26065 Write more generic optime comparator functionRandolph Tan2016-11-091-144/+146
|
* SERVER-25995 raise timeout in replsets_priority1.jsEric Milkie2016-09-071-1/+1
|
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS ↵Kaloian Manassiev2016-07-301-23/+18
| | | | primary
* SERVER-25084 added test for initial sync with many databasesBenety Goh2016-07-291-0/+52
|
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2016-06-091-79/+78
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-282-7/+2
|
* SERVER-23828 replsets_priority1.js: wait for replication after election but ↵Eric Milkie2016-04-201-0/+9
| | | | before shutting down
* SERVER-23111 isolate election_timing.js and memory.js by creating new ↵Eric Milkie2016-03-155-208/+228
| | | | serial_run suite
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-095-220/+237
|
* SERVER-22765 Remove unnecessary logging in sharding tests when running on ↵Randolph Tan2016-02-221-2/+2
| | | | continuous stepdown suite
* SERVER-22594 move election_timing.js to slow1Eric Milkie2016-02-121-0/+146
|
* SERVER-22341 fix jslint errors in jstests/slow1 with eslint --fixMike Grundy2016-02-052-9/+9
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-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 constructorKaloian Manassiev2015-10-231-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 defaultmatt dannenberg2015-10-011-1/+1
| | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191.
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 ↵Jason Rassi2015-09-241-1/+1
| | | | | | by default" This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4.
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-1/+1
|
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-1/+1
|
* SERVER-16391 archor primary in replset tests, or make agnostic to primary nodeEric Milkie2014-12-031-75/+75
|
* SERVER-15060: remove failing large set testScott Hernandez2014-10-211-59/+0
|
* SERVER-15060 increase replica set max size to 50 nodesmatt dannenberg2014-10-201-0/+59
|
* Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious ↵Eric Milkie2014-08-011-2/+2
| | | | | | failures while using HybridCoordinator" This reverts commit 9ec7d68a97dc54f534e95959e62cafcab38bd440.
* SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures ↵matt dannenberg2014-07-311-2/+2
| | | | while using HybridCoordinator
* SERVER-14549 Increased diagnostics for replsets_priority1.js test failureSpencer T Brody2014-07-141-1/+1
|
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-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 commandsRandolph Tan2014-05-151-3/+6
|
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-1/+1
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-6/+3
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-3/+6
|
* Revert "add a logrotate test"Matt Dannenberg2014-03-281-55/+0
| | | | This reverts commit 5b461a3eae881a0ca20fe6659d7959962753bb20.
* add a logrotate testMatt Dannenberg2014-03-281-0/+55
|
* SERVER-13391 Move slowest tests from noPassthrough* (formerly ↵Mathias Stearn2014-03-274-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.