summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-17499 Don't set owned RU if creating DBDirectClient agg cursorJason Rassi2015-03-091-0/+11
* SERVER-17231 Dissalow adding replica set shard with name: configalabid2015-03-091-0/+18
* SERVER-17487 Use strict unindex operations for in-progress indexesMathias Stearn2015-03-091-0/+104
* SERVER-17387 prevent invalid projections from causing findAndModify to trigge...David Storch2015-03-091-2/+64
* SERVER-17492 [RocksDB] Fix RocksDB build, broken by 59a9a04Igor Canadi2015-03-091-1/+1
* SERVER-17224 Reserve room for EOO byte when starting BSONObj buildingMathias Stearn2015-03-051-0/+24
* SERVER-16844 dbAdminAnyDatabase should be able to do anything dbAdmin canSpencer T Brody2015-03-041-0/+9
* SERVER-17250 Verify logOp listeners are rollback-safealabid2015-03-031-0/+46
* SERVER-17443 use assert.soon rather than assert for log messages in get_repli...matt dannenberg2015-03-031-2/+6
* SERVER-17442 increase tolerance for shutdown timeout in stepdown.js to fix wi...matt dannenberg2015-03-031-1/+2
* SERVER-17394 Top chunk optimization logic can move chunk other than the extre...Randolph Tan2015-03-021-0/+135
* SERVER-17405 Don't throw MsgAssertionException when getLog is given a non-str...alabid2015-02-271-0/+3
* make tool_replset.js more resilient against certain failuresmatt dannenberg2015-02-261-55/+56
* SERVER-17395: Disable fsm tests that were previously disabled.Charlie Swanson2015-02-262-24/+6
* SERVER-17395: Add FSM tests to stress yielding.Charlie Swanson2015-02-2619-7/+683
* SERVER-17383 Make sure that ops are sent to the right shard in rename.jsRandolph Tan2015-02-261-0/+1
* SERVER-17348 Temporarily disable tests until v3.0 is released.Randolph Tan2015-02-263-2/+5
* SERVER-17384 Remove v2.6 vs v3.0 tests in multiVersion suiteRandolph Tan2015-02-267-818/+0
* SERVER-17372 fix findAndModify output when there is an insert in the upsert: ...David Storch2015-02-251-0/+26
* SERVER-17363 increase heartbeat timeout for rollback4Eric Milkie2015-02-251-4/+7
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-252-9/+9
* SERVER-13009 make group command fail in maintenance mode and update replsets/...matt dannenberg2015-02-241-21/+12
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-242-9/+9
* SERVER-14132 update test for missing _id indexEric Milkie2015-02-231-14/+7
* SERVER-13357 fix replset/cloneDb.jsmatt dannenberg2015-02-231-1/+1
* SERVER-17336 skip compact_keeps_indexes.js in master/slave testBenety Goh2015-02-201-9/+17
* SERVER-13357 add slaveOk argument to clonematt dannenberg2015-02-201-3/+7
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-193-12/+42
* SERVER-17109 fix invalid BSON access in listIndexes commandDavid Storch2015-02-181-0/+60
* SERVER-16628: upgrade checker cleanupScott Hernandez2015-02-181-116/+0
* SERVER-15885: addTagRange & removeTagRange additional testsJonathan Abrahams2015-02-171-5/+50
* SERVER-16648 add cluster argument to setup and teardown functionsalabid2015-02-113-5/+5
* SERVER-16645 Re-enable JS tests for yieldingSiyuan Zhou2015-02-112-9/+0
* SERVER-12697 remove auth_compact.js as it depends on curOp returning in a tim...matt dannenberg2015-02-111-95/+0
* SERVER-17241 Verify number of loops of polygonSiyuan Zhou2015-02-111-0/+5
* SERVER-17218 Disable top_chunk_autosplit for rocks, tooIgor Canadi2015-02-111-2/+3
* SERVER-17176 Fix replication log messages in JS testsSiyuan Zhou2015-02-119-9/+9
* SERVER-17113 Add more documentation for _testDistLockWithSkewRandolph Tan2015-02-092-117/+117
* SERVER-17233 32bit.js make jstest reproducibleMatt Kangas2015-02-091-46/+55
* SERVER-17233 32bit.js fix whitespaceMatt Kangas2015-02-091-54/+58
* SERVER-17233 dos2unix 32bit.jsMatt Kangas2015-02-091-125/+125
* SERVER-17088 Improve printing upon replication stress test failureCharlie Swanson2015-02-061-18/+73
* SERVER-15617 Add more tests for $min and $max edge cases.Charlie Swanson2015-02-061-0/+231
* SERVER-16885 index rebuilder should commit changes to index and collection ca...Benety Goh2015-02-062-88/+190
* SERVER-15831 Enhanced top chunk auto split testsJonathan Abrahams2015-02-061-63/+296
* SERVER-17040: fix test case for sharded caseGeert Bosch2015-02-061-2/+8
* SERVER-17125 Avoid creating password credentials for $externalAndreas Nilsson2015-02-061-0/+4
* SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and...alabid2015-02-0588-149/+1790
* SERVER-14792 count with a bad hint should fail, even if there is no query pre...David Storch2015-02-051-0/+5
* SERVER-17040: NULL pointer crash in cloneCollectionAsCappedGeert Bosch2015-02-051-0/+27