summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-10532 replace WriteItem with BatchedCommandRequest, conform to new ↵Greg Studer2013-09-232-0/+241
| | | | response spec
* SERVER-10837 buildbot trace_missing_docs.js wait for delete to ensure oplog ↵Greg Studer2013-09-211-2/+5
| | | | entries
* SERVER-10741 remove outputNs from return object when using $outMathias Stearn2013-09-202-2/+2
|
* SERVER-9818 fix race in jstests/slowNightly/httpinterface.jsMatt Dannenberg2013-09-191-11/+20
|
* SERVER-6246 Add shell helpers and jstest for user management commandsSpencer T Brody2013-09-191-0/+75
|
* SERVER-10704 fixed unit tests that were using votes>1matt dannenberg2013-09-191-6/+6
|
* SERVER-6405: move all extent freelist mgmt into ExtentManagerEliot Horowitz2013-09-192-2/+7
|
* SERVER-7533 added an _awaitRSHostViaRSMonitor method based on _replMonitorStatsmatt dannenberg2013-09-181-20/+6
| | | | updated jstests/sharding/read_pref_cmd.js to use this new method
* SERVER-8864 SERVER-10739 Support concurrent SSL and non-SSL connectionsAndreas Nilsson2013-09-171-23/+0
|
* SERVER-10775 get_last_error.js should not assume journaling enabledJason Rassi2013-09-161-7/+19
|
* SERVER-2212 max_time_ms.js use sleep command instead of eval commandJason Rassi2013-09-161-7/+12
|
* Temporarily disable test until SERVER-8678 implements the version v5 upgradeRandolph Tan2013-09-141-0/+4
|
* SERVER-10766 Always write lastmodEpoch field on config.collectionsRandolph Tan2013-09-131-1/+8
|
* SERVER-10565 added explain js test to check explain.n when query batch size ↵Benety Goh2013-09-131-0/+19
| | | | is smaller than total number of documents requested
* SERVER-10565 stripped down explain js test script to check explain ↵Benety Goh2013-09-131-0/+16
| | | | functionality in new query framework
* SERVER-10650 Add new fail point maxTimeAlwaysTimeOutJason Rassi2013-09-121-0/+59
|
* SERVER-2212 Separate processing of "$maxTimeMS" from "maxTimeMS"Jason Rassi2013-09-121-2/+53
| | | | | | | | | | | | Adds support for the command option "maxTimeMS", and removes command support for "$maxTimeMS" query option. For normal queries: specify "$maxTimeMS" as a top-level query option (same as "$orderby"). For commands: specify "maxTimeMS" at the command document level (inside $query if wrapping, otherwise top-level). The "$maxTimeMS" query option cannot be used with commands.
* SERVER-9980 Add write concern to user management commandsSpencer T Brody2013-09-121-2/+0
|
* SERVER-10339 Added client_revoked.pem cert for CRL testAndreas Nilsson2013-09-122-1/+33
|
* SERVER-10339 Changed OU in client.pem and changed failed x.509 auth msgAndreas Nilsson2013-09-121-28/+97
|
* SERVER-4899 $size for aggregationmatt dannenberg2013-09-091-0/+20
|
* SERVER-8510 Fix to expected result in command line parsing testShaun Verch2013-09-061-1/+1
|
* SERVER-10693 added extra test case to ensure nest arrays function properlymatt dannenberg2013-09-061-4/+10
|
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-3/+8
|
* SERVER-8510 Make sure to use different data directories in jstestShaun Verch2013-09-061-1/+1
|
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-0653-394/+204
|
* SERVER-9517 SERVER-8213 Temporarily disable copydb tests that use auth until ↵Spencer T Brody2013-09-062-0/+14
| | | | the copyDB command works with new roles
* SERVER-9517 SERVER-10668 Temporarily disable ↵Spencer T Brody2013-09-061-0/+6
| | | | jstests/sharding/authCommands.js until it can be updated to work with new system roles
* SERVER-8510 Fixed command line parsing test and add corresponding JSON ↵Shaun Verch2013-09-052-1/+23
| | | | config test
* SERVER-6405: move rename into databaseEliot Horowitz2013-09-041-0/+1
|
* SERVER-10231 disallow creation of indexes on system.indexesmatt dannenberg2013-09-041-0/+19
|
* SERVER-10654 background index builds on slaves are no longer synchronousEric Milkie2013-09-041-3/+4
|
* SERVER-10657 wait longer for replication in replsets_prefetch_stress.jsEric Milkie2013-09-041-1/+1
| | | | | | Because the nodes can still be very busy doing replication while we're trying to poll the replication status, it can time out before we've even done one assert.soon loop.
* SERVER-10655 aggregation_auth : mongos_slaveok.js failingRandolph Tan2013-08-301-4/+1
| | | | Improve test.
* SERVER-8378 make bg index test more reliableEric Milkie2013-08-301-4/+10
| | | | | | | I needed to comment out the 'remove' part because the current deleteObject code gets bullied if another writer is taking a write lock for long quanta, and it never makes forward progress. Hopefully the new query planner code, which uses a better yielding strategy, will allow this to be turned back on soon.
* SERVER-10594 slaveOk bit ignored for unsharded aggregateRandolph Tan2013-08-291-0/+41
|
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-291-0/+33
| | | | Signed-off-by: Matt Kangas <matt.kangas@10gen.com>
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-284-76/+234
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-10638 buildbot fix cleaup_orphaned_cmd_prereload.js, waitfordeleteGreg Studer2013-08-281-1/+4
|
* SERVER-10518 adding testmatt dannenberg2013-08-281-0/+6
|
* SERVER-10618 complex_sharding.js -> basic_sharding.js invert verbosity for ↵Greg Studer2013-08-281-17/+17
| | | | less verbose rs nodes
* SERVER-9517 Allow AuthorizationManager to find and parse v2 priv docsSpencer T Brody2013-08-271-6/+6
|
* SERVER-10629 auth.js better tracing for missing docs using oplogGreg Studer2013-08-273-1/+147
|
* SERVER-8581 add $$KEEP example to $redactmatt dannenberg2013-08-261-0/+35
|
* SERVER-10588 $cond accepts an object with the fields if, then, and else (a ↵matt dannenberg2013-08-261-11/+25
| | | | la $map and $let)
* SERVER-8581 use $$DESCEND rather than $$CONTINUE in $redactmatt dannenberg2013-08-261-5/+5
|
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-56/+65
| | | | | | | This ensures that the limit of 10 pooled scopes is actually enforced. With a per-thread Pool, long-lived connections could cause very high memory usage (both real and virtual) even if they haven't used JS in a long time.
* SERVER-10574 shard_kill_and_pooling.js make sure we're flushed to disk ↵Greg Studer2013-08-261-0/+3
| | | | before unclean shutdown
* SERVER-10597 disable test in debug mode, not valid autosplit_heuristics.jsGreg Studer2013-08-231-0/+10
|
* SERVER-10341 disable sync_passive2.js test for 2.5.2 releaseMatt Kangas2013-08-221-1/+5
| | | | | | We identified a performance regression that prevents this test from finishing on the Win32 builder and probably any single-core host. We should reenable the test after the performance regression is addressed.