summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13202 wait for secondary to flush buffer before assuming primaryshipEric Milkie2014-03-211-3/+4
* SERVER-13305 fix test for small_oplogEric Milkie2014-03-211-14/+16
* SERVER-13294 mongos --upgrade should exit after upgradingRandolph Tan2014-03-202-4/+3
* SERVER-13295 Ensure that user and data documents reach all nodes in auth_no_p...Andy Schwerin2014-03-201-5/+7
* SERVER-12438 better handling of batchSize and limit with sortDavid Storch2014-03-202-12/+72
* BF-195 modified non-terminating map reduce function to sleep instead of spinningBenety Goh2014-03-202-18/+84
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-191-0/+131
* SERVER-13163/SERVER-13165 Refactor implementation of insert write command in ...Andy Schwerin2014-03-191-7/+1
* SERVER-13271 don't forget to fix test in jscore as wellHari Khalsa2014-03-191-1/+1
* SERVER-10026 SERVER-13271 SERVER-12878 SERVER-2094 avoid surplus projections ...Hari Khalsa2014-03-191-1/+1
* SERVER-13249 fix where we set timeout for slow buildersEric Milkie2014-03-191-2/+2
* SERVER-13262 have mr_drop.js run on a unique DB to avoid parallel test failuresmatt dannenberg2014-03-181-2/+6
* SERVER-13210: include nModified for all mongod write commandsScott Hernandez2014-03-182-4/+4
* SERVER-13263 Temporarily disable balancer on testshard1.js when not issuing t...Randolph Tan2014-03-181-0/+4
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-1830-114/+81
* upgradeCheck() test addedmatt dannenberg2014-03-181-0/+77
* SERVER-13257 remove shellspawn.js from jstestshawka2014-03-182-66/+0
* SERVER-13241 system profile will hold plan summary if execution stats object ...Benety Goh2014-03-182-0/+28
* SERVER-13241 increased buffer size for stats in curop from 512 to 2048Benety Goh2014-03-182-0/+12
* SERVER-13249 double timeout for more reliabilityEric Milkie2014-03-181-1/+1
* Increase timeout of replSetReconfig to leave time for initial sync in two_ini...Spencer T Brody2014-03-171-1/+1
* Increase benchRun time to improve reliability of bench_test3.jsSpencer T Brody2014-03-171-1/+2
* SERVER-13234 Remove timeout from cloneDb.js testRandolph Tan2014-03-171-3/+7
* Blacklist storageDetailsCommand from sharding passthroughMathias Stearn2014-03-172-0/+2
* SERVER-12949 Restore intermediate in-memory reduces, which are used toKaloian Manassiev2014-03-171-0/+44
* Remove nYields from explain output in repair.jsDan Pasette2014-03-171-1/+3
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-0/+8
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-162-9/+38
* SERVER-12901 make test pause maxSyncSourceLagSecsDan Pasette2014-03-151-12/+10
* SERVER-13214 Temporarily restore indexbg*.js test to use legacy writesRandolph Tan2014-03-144-13/+13
* SERVER-6665 Add test to ensure that you can auth a RS connection to a RS with...Spencer T Brody2014-03-141-0/+27
* Fix build-failure with small-oplog testsMathias Stearn2014-03-142-0/+2
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-141-3/+3
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-1441-392/+358
* SERVER-12954 w parameter is not propagated correctly on compatibility writeModeRandolph Tan2014-03-142-0/+114
* SERVER-13202 better debug output for rollback4.jsEric Milkie2014-03-141-1/+4
* SERVER-12993 restore batch_write_insert test behavior to be exactingEric Milkie2014-03-141-8/+4
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-137-18/+14
* SERVER-13028 fix shell to use createIndex command for createIndex methodRandolph Tan2014-03-1327-100/+96
* SERVER-13128 Fix nscannedObjects calculation for $or subtree explainJason Rassi2014-03-131-2/+14
* SERVER-13137 Make sure secondary is up to date before querying in sharding_rs...Randolph Tan2014-03-131-5/+9
* SERVER-12973 update command can make document larger than 16MBRandolph Tan2014-03-131-0/+68
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-133-0/+103
* SERVER-13001: exclude nModified from legacy write resultsScott Hernandez2014-03-122-4/+4
* SERVER-13132 run candidates plans for longerDavid Storch2014-03-122-48/+14
* SERVER-13153 double the timeouts in replsets/rollback_auth.js to avoid false ...matt dannenberg2014-03-121-4/+4
* SERVER-13119: insert array testScott Hernandez2014-03-121-0/+9
* Removed unnecessary print statement from bulk_api_ordered.jsAndreas Nilsson2014-03-111-1/+0
* SERVER-12763 Fixed write_result.js to use BulkWriteResultAndreas Nilsson2014-03-111-2/+2
* Refactoring shell bulk API tests and added more failure casesAndreas Nilsson2014-03-112-69/+98