summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-141-2/+3
* WT-1989 Reducing the number of threads to 100 to alleviate memory pressureDan Pasette2015-07-141-1/+2
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-071-0/+52
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-07-011-2/+5
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-011-2/+23
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-251-0/+68
* SERVER-17383 Make sure that ops are sent to the right shard in rename.jsRandolph Tan2015-06-181-0/+1
* SERVER-18511 report replication progress upstream after initial sync completesmatt dannenberg2015-06-081-0/+39
* Revert "SERVER-18511 report upstream progress when initial sync completes"matt dannenberg2015-06-081-42/+0
* Revert "SERVER-18845 send our own update first in updatePosition to fix 2.6 c...matt dannenberg2015-06-081-8/+0
* SERVER-18845 send our own update first in updatePosition to fix 2.6 compatibiltymatt dannenberg2015-06-051-0/+8
* SERVER-17807: reset state before starting intial sync attemptScott Hernandez2015-06-011-2/+13
* SERVER-17336 skip compact_keeps_indexes.js in master/slave testBenety Goh2015-05-281-9/+17
* SERVER-18475 Skip $external users in authSchemaUpgradeAndreas Nilsson2015-05-271-1/+6
* SERVER-18511 report upstream progress when initial sync completesmatt dannenberg2015-05-211-0/+42
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-152-3/+56
* SERVER-18304 Only call _appendHelper() if update/remove succeeds.Max Hirschhorn2015-05-042-0/+247
* SERVER-18290: Fix user string parsing from oplogSpencer Jackson2015-05-041-0/+30
* SERVER-18111 Check userAllowedWriteNS() in cloneCollection cmd parsingJason Rassi2015-04-281-1/+8
* SERVER-18111 Check userAllowedWriteNS() in findAndModify cmd parsingJason Rassi2015-04-281-0/+9
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-281-0/+60
* SERVER-18239 dumpauth.js should use correct db/collection namesmike o'brien2015-04-281-12/+12
* SERVER-18140: Allow getParameter to be executed locally against an arbiter in...Amalia Hawkins2015-04-281-0/+31
* SERVER-16506 Don't run as many currentOp commands to avoid spurious timeoutGeert Bosch2015-04-271-1/+1
* SERVER-17998 Ignore socket exceptions in initial_sync_unsupported_auth_schema.jsKamran Khan2015-04-201-20/+19
* SERVER-18087 fixed checking of createIndexes progress in index_retry.js and i...Benety Goh2015-04-172-0/+2
* SERVER-17882 Expand failIndexKeyTooLong handling to updatesMathias Stearn2015-04-161-2/+26
* SERVER-18051 Fix OpenSSL FIPS error when using SCRAM-SHA1Andreas Nilsson2015-04-161-0/+4
* SERVER-17487 Raise awaitReplication timeout in testMathias Stearn2015-04-101-1/+1
* SERVER-17487 Throttle bg insert thread in testMathias Stearn2015-04-101-0/+3
* SERVER-17487 raise oplog size in testMathias Stearn2015-04-101-1/+1
* SERVER-17889 MapReduceCommand::run() error out from DBDirectClientJason Rassi2015-04-091-0/+17
* SERVER-17808 Ensure availability in initial_sync_unsupported_auth_schema.jsKamran Khan2015-04-011-2/+6
* SERVER-17826 Ignore ismaster errors in initial_sync_unsupported_auth_schema.jsKamran Khan2015-03-311-2/+20
* SERVER-17119 fix yield_and_hashed.js to test a correct plan for WTDavid Storch2015-03-311-1/+8
* SERVER-17119 relax no-dups invariant in AND_HASH stage to accommodate WTDavid Storch2015-03-306-8/+0
* SERVER-17529 Let find on system.namespaces imply listCollectionsAndreas Nilsson2015-03-291-0/+10
* SERVER-17671 Test that initial sync aborts on unsupported auth schemasKamran Khan2015-03-271-0/+72
* SERVER-17699 LockerImpl<>::getLockerInfo() don't no-op if not lockedJason Rassi2015-03-261-14/+5
* SERVER-17652 Only run too_many_fds.js on 64-bit builds.Siyuan Zhou2015-03-261-16/+23
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-261-0/+22
* SERVER-17486 Crash when parsing invalid polygon coordinatesSiyuan Zhou2015-03-131-0/+6
* SERVER-17487 warn in lieu of assert in initial_sync_cloner_dups.js in case of...Dan Pasette2015-03-101-5/+6
* SERVER-17487 move jstest to noPassthroughDan Pasette2015-03-101-0/+0
* SERVER-17521: improve createIndex validation of empty nameEliot Horowitz2015-03-091-0/+6
* SERVER-17515 fixed namespace in oplog entry when using the cloner to copy ind...Dan Pasette2015-03-091-0/+68
* SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and...alabid2015-03-0987-149/+1783
* SERVER-17499 Don't set owned RU if creating DBDirectClient agg cursorJason Rassi2015-03-091-0/+11
* 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