summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21365 Fix expectations in conn_pool_stats.jssamantharitter2015-11-091-2/+2
* SERVER-21305: Correctly calculate lock acquisition time for long waitsGeert Bosch2015-11-091-0/+57
* SERVER-20867 Integrate mongobridge into ShardingTest.Max Hirschhorn2015-11-091-2/+1
* SERVER-21346 Add jstest for bypassDocumentValidationDan Pasette2015-11-081-0/+108
* SERVER-21140 clean up readConcern parsing validationMathias Stearn2015-11-061-2/+2
* SERVER-21308 increases time fsm-suite waits for distributed lock during colle...Judah Schvimer2015-11-061-13/+15
* SERVER-21337 Add awaitSecondaryNodes() in election_timing_test.jsMike Grundy2015-11-062-3/+5
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-069-101/+55
* SERVER-21282 remove noPassthrough/server6733.js as it is an unstable and roun...matt dannenberg2015-11-051-68/+0
* SERVER-20937 Add mode to FSM framework that drives greater load on the systemJudah Schvimer2015-11-053-20/+34
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-0/+12
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+45
* SERVER-21291: Reduce the thread count in a multi-key text FSM workloadKamran Khan2015-11-041-0/+3
* SERVER-21298 wait for SECONDARY state before calling countEric Milkie2015-11-041-0/+1
* SERVER-21292 update remove1.js to use newer testing paradigmsEric Milkie2015-11-041-43/+12
* SERVER-21287 $lookup should always make $eq queriesMathias Stearn2015-11-041-0/+25
* SERVER-21046 Explain no longer supports majority readConcernMathias Stearn2015-11-042-23/+9
* SERVER-21274 Clean up command interception for read_concern_passthroughMathias Stearn2015-11-041-17/+64
* SERVER-21282 insert after the spanning tree is established in noPassthrough/s...matt dannenberg2015-11-041-1/+1
* SERVER-21242: Add an initial drop to jstests/core/collection_info_cache_race.jsDavid Hows2015-11-041-1/+2
* SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to interna...Misha Tyulenev2015-11-031-4/+39
* SERVER-20402 Add election failover js testsMike Grundy2015-11-032-0/+284
* SERVER-21237 fix remove1.js to handle failover that occurs in pv0matt dannenberg2015-11-031-6/+12
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-36/+43
* SERVER-21269 stop workload in noPassthrough/backup_restore.js to allow node t...matt dannenberg2015-11-031-3/+8
* SERVER-21237 fix ReplSetTest.prototype.awaitReplication to use getReplSetStat...matt dannenberg2015-11-021-2/+1
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-303-4/+19
* SERVER-19910 Re-enable convertToCapped testDan Pasette2015-10-301-1/+1
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-304-1/+5
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-301-0/+10
* SERVER-19095 Move $lookup to community editionCharlie Swanson2015-10-301-0/+428
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-3015-68/+78
* SERVER-21109 Add test for balancer active windowRandolph Tan2015-10-291-0/+134
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-291-0/+42
* SERVER-20858 Reject creation of non-capped oplog collections.Max Hirschhorn2015-10-291-0/+38
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-291-10/+0
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-281-0/+10
* SERVER-20694 Wait for nodes to catch up in csrs_upgrade.js by monitoring repl...Andy Schwerin2015-10-281-4/+28
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-282-1/+4
* SERVER-21103 Top chunk optimization is not being triggered when there is no b...Randolph Tan2015-10-281-2/+2
* SERVER-20240 Add sharded concurrency suite runners that enable the balancerJudah Schvimer2015-10-275-3/+239
* SERVER-21102 Add more basic tests for split and auto splitRandolph Tan2015-10-272-2/+96
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-2726-172/+199
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-43/+38
* add validation for waitForState on states to fix initial_sync_cloner_dups.jsScott Hernandez2015-10-261-1/+1
* SERVER-21111 bench_test_crud_commands.js log addl. failure diagnosticsJason Rassi2015-10-261-3/+3
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-261-0/+16
* SERVER-21108 eliminate unnecessary reconfig from mongos_no_replica_set_refres...Benety Goh2015-10-261-18/+33
* SERVER-20297 Expose cluster nodes to workload states in the concurrency suiteJudah Schvimer2015-10-235-11/+144
* SERVER-21098 Clean up some sharding jstests to allow them to run under both C...Spencer T Brody2015-10-238-50/+304