Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-10532 replace WriteItem with BatchedCommandRequest, conform to new ↵ | Greg Studer | 2013-09-23 | 2 | -0/+241 |
| | | | | response spec | ||||
* | SERVER-10837 buildbot trace_missing_docs.js wait for delete to ensure oplog ↵ | Greg Studer | 2013-09-21 | 1 | -2/+5 |
| | | | | entries | ||||
* | SERVER-10741 remove outputNs from return object when using $out | Mathias Stearn | 2013-09-20 | 2 | -2/+2 |
| | |||||
* | SERVER-9818 fix race in jstests/slowNightly/httpinterface.js | Matt Dannenberg | 2013-09-19 | 1 | -11/+20 |
| | |||||
* | SERVER-6246 Add shell helpers and jstest for user management commands | Spencer T Brody | 2013-09-19 | 1 | -0/+75 |
| | |||||
* | SERVER-10704 fixed unit tests that were using votes>1 | matt dannenberg | 2013-09-19 | 1 | -6/+6 |
| | |||||
* | SERVER-6405: move all extent freelist mgmt into ExtentManager | Eliot Horowitz | 2013-09-19 | 2 | -2/+7 |
| | |||||
* | SERVER-7533 added an _awaitRSHostViaRSMonitor method based on _replMonitorStats | matt dannenberg | 2013-09-18 | 1 | -20/+6 |
| | | | | updated jstests/sharding/read_pref_cmd.js to use this new method | ||||
* | SERVER-8864 SERVER-10739 Support concurrent SSL and non-SSL connections | Andreas Nilsson | 2013-09-17 | 1 | -23/+0 |
| | |||||
* | SERVER-10775 get_last_error.js should not assume journaling enabled | Jason Rassi | 2013-09-16 | 1 | -7/+19 |
| | |||||
* | SERVER-2212 max_time_ms.js use sleep command instead of eval command | Jason Rassi | 2013-09-16 | 1 | -7/+12 |
| | |||||
* | Temporarily disable test until SERVER-8678 implements the version v5 upgrade | Randolph Tan | 2013-09-14 | 1 | -0/+4 |
| | |||||
* | SERVER-10766 Always write lastmodEpoch field on config.collections | Randolph Tan | 2013-09-13 | 1 | -1/+8 |
| | |||||
* | SERVER-10565 added explain js test to check explain.n when query batch size ↵ | Benety Goh | 2013-09-13 | 1 | -0/+19 |
| | | | | is smaller than total number of documents requested | ||||
* | SERVER-10565 stripped down explain js test script to check explain ↵ | Benety Goh | 2013-09-13 | 1 | -0/+16 |
| | | | | functionality in new query framework | ||||
* | SERVER-10650 Add new fail point maxTimeAlwaysTimeOut | Jason Rassi | 2013-09-12 | 1 | -0/+59 |
| | |||||
* | SERVER-2212 Separate processing of "$maxTimeMS" from "maxTimeMS" | Jason Rassi | 2013-09-12 | 1 | -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 commands | Spencer T Brody | 2013-09-12 | 1 | -2/+0 |
| | |||||
* | SERVER-10339 Added client_revoked.pem cert for CRL test | Andreas Nilsson | 2013-09-12 | 2 | -1/+33 |
| | |||||
* | SERVER-10339 Changed OU in client.pem and changed failed x.509 auth msg | Andreas Nilsson | 2013-09-12 | 1 | -28/+97 |
| | |||||
* | SERVER-4899 $size for aggregation | matt dannenberg | 2013-09-09 | 1 | -0/+20 |
| | |||||
* | SERVER-8510 Fix to expected result in command line parsing test | Shaun Verch | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | SERVER-10693 added extra test case to ensure nest arrays function properly | matt dannenberg | 2013-09-06 | 1 | -4/+10 |
| | |||||
* | SERVER-10693 include non-object array members if an array is included in $redact | matt dannenberg | 2013-09-06 | 1 | -3/+8 |
| | |||||
* | SERVER-8510 Make sure to use different data directories in jstest | Shaun Verch | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | SERVER-9517 Update tests to pass with new user schema | Spencer T Brody | 2013-09-06 | 53 | -394/+204 |
| | |||||
* | SERVER-9517 SERVER-8213 Temporarily disable copydb tests that use auth until ↵ | Spencer T Brody | 2013-09-06 | 2 | -0/+14 |
| | | | | the copyDB command works with new roles | ||||
* | SERVER-9517 SERVER-10668 Temporarily disable ↵ | Spencer T Brody | 2013-09-06 | 1 | -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 Verch | 2013-09-05 | 2 | -1/+23 |
| | | | | config test | ||||
* | SERVER-6405: move rename into database | Eliot Horowitz | 2013-09-04 | 1 | -0/+1 |
| | |||||
* | SERVER-10231 disallow creation of indexes on system.indexes | matt dannenberg | 2013-09-04 | 1 | -0/+19 |
| | |||||
* | SERVER-10654 background index builds on slaves are no longer synchronous | Eric Milkie | 2013-09-04 | 1 | -3/+4 |
| | |||||
* | SERVER-10657 wait longer for replication in replsets_prefetch_stress.js | Eric Milkie | 2013-09-04 | 1 | -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 failing | Randolph Tan | 2013-08-30 | 1 | -4/+1 |
| | | | | Improve test. | ||||
* | SERVER-8378 make bg index test more reliable | Eric Milkie | 2013-08-30 | 1 | -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 aggregate | Randolph Tan | 2013-08-29 | 1 | -0/+41 |
| | |||||
* | SERVER-8992 Better error for invalid polygon | A. Jesse Jiryu Davis | 2013-08-29 | 1 | -0/+33 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@10gen.com> | ||||
* | SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear. | A. Jesse Jiryu Davis | 2013-08-28 | 4 | -76/+234 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-10638 buildbot fix cleaup_orphaned_cmd_prereload.js, waitfordelete | Greg Studer | 2013-08-28 | 1 | -1/+4 |
| | |||||
* | SERVER-10518 adding test | matt dannenberg | 2013-08-28 | 1 | -0/+6 |
| | |||||
* | SERVER-10618 complex_sharding.js -> basic_sharding.js invert verbosity for ↵ | Greg Studer | 2013-08-28 | 1 | -17/+17 |
| | | | | less verbose rs nodes | ||||
* | SERVER-9517 Allow AuthorizationManager to find and parse v2 priv docs | Spencer T Brody | 2013-08-27 | 1 | -6/+6 |
| | |||||
* | SERVER-10629 auth.js better tracing for missing docs using oplog | Greg Studer | 2013-08-27 | 3 | -1/+147 |
| | |||||
* | SERVER-8581 add $$KEEP example to $redact | matt dannenberg | 2013-08-26 | 1 | -0/+35 |
| | |||||
* | SERVER-10588 $cond accepts an object with the fields if, then, and else (a ↵ | matt dannenberg | 2013-08-26 | 1 | -11/+25 |
| | | | | la $map and $let) | ||||
* | SERVER-8581 use $$DESCEND rather than $$CONTINUE in $redact | matt dannenberg | 2013-08-26 | 1 | -5/+5 |
| | |||||
* | SERVER-10596 Globalize formerly per-thread Pool of JS Scopes | Mathias Stearn | 2013-08-26 | 1 | -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 Studer | 2013-08-26 | 1 | -0/+3 |
| | | | | before unclean shutdown | ||||
* | SERVER-10597 disable test in debug mode, not valid autosplit_heuristics.js | Greg Studer | 2013-08-23 | 1 | -0/+10 |
| | |||||
* | SERVER-10341 disable sync_passive2.js test for 2.5.2 release | Matt Kangas | 2013-08-22 | 1 | -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. |