summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Make sure that the creation of collections are propagated to all secondaries before proceeding.
* 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
| | | | Added logs when command fails.
* 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
| | | | | | This bug only comes up if the first $skip or $limit precedes the first $sort or $limit. This is very rare, but should still be handled correctly.
* 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 ↵Randolph Tan2012-11-011-1/+19
| | | | in sync
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-10-311-0/+111
| | | | Step#1 Add shell helper
* SERVER-7503 Fail point test causing nightly to failRandolph Tan2012-10-302-1/+0
| | | | Make the test run with its own independent configuration
* 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
| | | | | | The code isn't smart about reserved Windows filenames and tries to rotate the "log file" NUL. Workaround this by using --logappend so the rename step is skipped.
* 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
| | | | Add fail_point to the list of test to skip in multiVersion test
* 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 ↵Greg Studer2012-10-251-7/+13
| | | | flexible
* 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
| | | | Also divides batches into sizes manageable by the WBL
* 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
| | | | against a null value.
* SERVER-1752 Improve performance of simple counts by avoiding use of a ↵Aaron2012-10-232-0/+68
| | | | matcher when an optimal btree cursor can filter results internally.
* buildbot auto2.js wait for migration in case machine is slowGreg Studer2012-10-231-3/+8
|
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-0/+28
|
* buildbot limit_push.js stop the balancer if we're doing manual movesGreg Studer2012-10-191-0/+3
|
* buildbot sharding_balance4.js turn off balancer during initial load so that ↵Greg Studer2012-10-181-1/+11
| | | | we are sure to have a chunk diff
* buildbot auth_slaveok_routing.js need to wait for primary status to avoid ↵Greg Studer2012-10-181-0/+6
| | | | host spontaneously becoming primary
* SERVER-7374 mrShardedOutput.js make failure much more informativeGreg Studer2012-10-181-3/+46
|
* SERVER-7376 test fixes for 2.3+ for slow migration cleanupGreg Studer2012-10-174-3/+32
|
* SERVER-7376 test fixes for 2.2Greg Studer2012-10-1715-24/+25
|
* SERVER-5858 temporary fix so hashed indexes work with $in queriesKevin Matulef2012-10-161-8/+4
|
* SERVER-7368 Make sure the right server is primary for testKristina2012-10-161-4/+6
|
* SERVER-7017 split rename2.js into two tests for multiVersionTad Marshall2012-10-163-25/+25
| | | | | | Revert jstests/rename2.js to the way it was before, add rename6.js for the new tests, make multi_version_sharding_passthrough.js skip rename6.js since it is new functionality.
* Merge pull request #315 from daveh86/SERVER-7017Ian Whalen2012-10-151-0/+25
|\ | | | | Fix for SERVER-7017
| * Fix for SERVER-7017daveh862012-10-151-0/+25
| |
* | SERVER-1929 Fix test race conditionKristina2012-10-122-5/+10
| |
* | SERVER-7338 In Windows, use NUL instead of NUL: in testTad Marshall2012-10-121-1/+1
| | | | | | | | | | | | Boost::filesystem v3 generates a bad file specification from NUL: in Windows. Use NUL instead. Either should have worked, so I think this is actually a bug in Boost::filesystem v3.
* | SERVER-7330 add debugging info to testTad Marshall2012-10-111-5/+6
| |
* | fix test to match new build behavior with exit statusesEric Milkie2012-10-101-1/+1
| |
* | SERVER-2001 change shard key validation to allow hashed shard keysKevin Matulef2012-10-101-1/+61
| | | | | | | | | | | | | | This changes the top-level shard key validation to allow shard keys such as {a : "hashed"}. It also adds some helper functions for determining when a unique index is compatible with a given shard key, and a variety of unit tests and a js test.
* | SERVER-7230 timing error in repl_monitor_stress.jsRandolph Tan2012-10-101-6/+12
| | | | | | | | Change the test to keep on trying until we confirmed that reconfig actually succeeded
* | Fix for js test.Kevin Matulef2012-10-101-1/+1
| | | | | | | | | | | | | | Previously the index was not actually created because it was declared as unique, but there were duplicate x values. Thus, this test was passing for the wrong reasons. Removing the uniqueness condition fixes that.
* | SERVER-3104 Allow intersection of sibling multikey index field ranges having ↵Aaron2012-10-103-5/+147
| | | | | | | | a shared $elemMatch parent.
* | Make sharding/read_pref.js more robustSpencer T Brody2012-10-101-1/+2
| |
* | SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-0/+92
| | | | | | | | Step2: Implement infrastructure for accessing fail points externally
* | SERVER-7147 Balancer interfering with moveChunk in shard5.jsRandolph Tan2012-10-071-0/+1
| |
* | SERVER-4237 Make disk/repair5.js use startMongodTest instead of ↵Spencer T Brody2012-10-051-1/+5
| | | | | | | | startMongoProgram so running with auth works