summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7697: fix chunk count metric in shard_existing.js testBen Becker2012-11-171-16/+13
* SERVER-7592 SERVER-7593 Skip new v2.3.1 tests for multiVersionTad Marshall2012-11-171-0/+2
* SERVER-7159: compensate for increased liklihood of in-place updates due to qu...Ben Becker2012-11-161-1/+1
* SERVER-7665 Use getInternalScopedDbConnection for updating RS configuration i...Spencer T Brody2012-11-161-1/+1
* Revert "SERVER-4295 Don't override currentOp for internal ops"Kristina2012-11-161-5/+0
* SERVER-7572 don't use ShardConnection for auth right nowGreg Studer2012-11-161-3/+8
* SERVER-4295 Don't override currentOp for internal opsKristina2012-11-161-0/+5
* Revert "SERVER-4295 Add index info to currentOp"Eric Milkie2012-11-161-5/+0
* SERVER-7592 new command aggregates statistics related to btree bucketsAndrea Lattuada2012-11-151-0/+88
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-151-0/+98
* SERVER-4295 Change currentOp field to "insert"Kristina2012-11-151-3/+3
* SERVER-4295 Add index info to currentOpKristina2012-11-141-0/+5
* SERVER-7660 findAndModify with auth + sort fixEliot Horowitz2012-11-141-0/+18
* Increase logging verbosity of jstests/sharding/auth.js SERVER-7651Spencer T Brody2012-11-131-5/+5
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-132-1/+45
* SERVER-7637 Set log verbosity back to normal after jstests/drop2.jsSpencer T Brody2012-11-121-0/+2
* SERVER-7612 explicit primary read pref does not work well with shard versioningRandolph Tan2012-11-121-0/+34
* SERVER-7637 Increase logging verbosity in jstests/drop2.js to help understand...Spencer T Brody2012-11-121-1/+2
* SERVER-5384 segfault attemptimg mapreduce with --noscriptingRandolph Tan2012-11-121-0/+41
* SERVER-7168 Don't cache ensureIndex in shellMathias Stearn2012-11-122-1/+4
* SERVER-2771 Retry index builds on startupKristina2012-11-121-0/+88
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-88/+0
* SERVER-2771 Retry index builds on startupKristina2012-11-121-0/+88
* SERVER-7624 reduce memory footprint so test fits in 32bitsEric Milkie2012-11-121-4/+3
* SERVER-7551 use same batch limits for initialsync and synctailEric Milkie2012-11-091-0/+52
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-0/+53
* remove trailing whitespace and add semi-colons to testsJ. Randall Hunt2012-11-071-24/+24
* SERVER-7411 fix sync6_slow.jsJ. Randall Hunt2012-11-071-0/+2
* SERVER-7558 read_pref_cmd.js fails when calling inline map reduceRandolph Tan2012-11-061-1/+5
* Increase test verbosityKristina2012-11-061-2/+2
* SERVER-7562 Query sync target with OpTime, not dateKristina2012-11-061-0/+16
* SERVER-2874 add s2 indexing and cursorHari Khalsa2012-11-051-0/+44
* SERVER-7558 read_pref_cmd.js fails when calling inline map reduceRandolph Tan2012-11-051-3/+3
* SERVER-7498 chainingAllowed option for replicationKristina2012-11-051-0/+68
* SERVER-7408 Correctly handle $skip and $limit in sharded aggMathias Stearn2012-11-051-0/+22
* SERVER-7543 - don't over allocate extents, just roundEliot Horowitz2012-11-021-0/+11
* SERVER-7352 read_pref_cmd.js test fails if shell's ReplicaSetMonitor is not i...Randolph Tan2012-11-011-1/+19
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-10-311-0/+111
* SERVER-7503 Fail point test causing nightly to failRandolph Tan2012-10-302-1/+0
* SERVER-7452 Add an upsert flag to the applyOps commandRandolph Tan2012-10-301-1/+15
* SERVER-7492 use --logappend in jstests/slowNightly/sync6_slow.jsTad Marshall2012-10-281-1/+1
* SERVER-7492 use NUL instead of /dev/null in tests on WindowsTad Marshall2012-10-274-11/+7
* SERVER-7484 zero results should not trigger error w/ returnPartialGreg Studer2012-10-261-0/+96
* SERVER-7399 Move fail_point.js to jstests directoryRandolph Tan2012-10-261-0/+1
* SERVER-7399 Move fail_point.js to jstests directoryRandolph Tan2012-10-261-0/+0
* buildbot shard_gle_insert.js windows error message changed, make test more fl...Greg Studer2012-10-251-7/+13
* SERVER-6802 fix call to insert()Eric Milkie2012-10-241-1/+1
* SERVER-6802 preserve correct continue-on-error semantics for mongos bulk insertsGreg Studer2012-10-242-10/+405
* SERVER-6802 allow bulk insert options from the shellGreg Studer2012-10-242-2/+2
* SERVER-1752 SERVER-4529 Do not incorrectly use fast count mode when matching ...Aaron2012-10-231-9/+28