summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-16711: no_db_created testScott Hernandez2015-01-051-0/+35
|
* SERVER-16502: open database after repair is doneScott Hernandez2015-01-021-0/+39
|
* SERVER-16502: create CollectionInfoCache on Collection constructionScott Hernandez2015-01-021-0/+13
|
* SERVER-16577 fix test for queryPlanner.indexFilterSet explain fieldDavid Storch2014-12-301-22/+24
|
* SERVER-16577 add queryPlanner.indexFilterSet field to new explain formatDavid Storch2014-12-301-0/+27
|
* SERVER-16061: remove "text" commandMark Benvenuto2014-12-3012-98/+105
|
* SERVER-16406 Big poly testsJonathan Abrahams2014-12-232-0/+1185
| | | | | | | | Includes: Reduce N-polygon test to 25000 from 100000 Closes #887 Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-3/+4
|
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-162-8/+10
| | | | | | | As a temporary compatibility measure, the legacy behavior is preserved if the "cursor" option is not sent with the command. This compatibility layer will be removed as part of work for the parent ticket.
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-163-9/+11
| | | | | | | As a temporary compatibility measure, the legacy behavior is preserved if the "cursor" option is not sent with the command. This compatibility layer will be removed as part of work for the parent ticket.
* SERVER-16405 Expand replication command tests.Charlie Swanson2014-12-121-112/+125
| | | | | | Closes #881 Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-15622: check parents in dotted paths during validationScott Hernandez2014-12-121-0/+3
|
* SERVER-16497: Fix minor test case nitsGeert Bosch2014-12-111-18/+21
|
* SERVER-16497: Allow suppressing KeyTooLong errors in foreground index buildGeert Bosch2014-12-111-0/+22
|
* SERVER-15826 convertToCapped doesn't need to take a global lockKaloian Manassiev2014-12-031-0/+10
|
* SERVER-16137 correct commentEric Milkie2014-12-021-1/+1
|
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-018-38/+16
| | | | | | This restores the behavior from 2.6 to interrupt server-side javascript contexts, but doesn't fix the existing bugs with it due to multiple javascript scopes being associated with a single opId and opIds changing between getMore calls.
* SERVER-16055: Commands with empty string cause the server to terminateMark Benvenuto2014-11-261-1/+2
|
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-18/+70
|
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-251-14/+0
|
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-201-21/+0
|
* SERVER-16209 jstest fixesMatt Kangas2014-11-181-10/+10
|
* SERVER-16171: fix repairIterator releasing under WTEliot Horowitz2014-11-171-0/+21
|
* SERVER-8514 return error on invalid count query on empty collectionMichael Ivanov2014-11-141-0/+26
| | | | | | Closes #783 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-1423 Global/Flush S acquisitions should set different policyKaloian Manassiev2014-11-131-13/+30
| | | | | Global S-mode should set a compatible-first policy in order to allow reads to happen even if there are writers which might be blocked.
* SERVER-15955 geo_2d_explain.js is not deterministicSiyuan Zhou2014-11-121-1/+3
|
* SERVER-16099 geo_s2ordering.js depends on server performanceSiyuan Zhou2014-11-121-17/+16
|
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-0/+104
|
* SERVER-16036 change DBQueryQuery.count() shell helper to return the explain ↵David Storch2014-11-121-10/+4
| | | | result rather than a cursor
* SERVER-16069 Input validation on the arguments to createCollectionBenety Goh2014-11-121-2/+16
|
* SERVER-8511 move oplog-dropping test to noPassthrough suiteEric Milkie2014-11-111-60/+0
|
* SERVER-8511 Disable oplog dropping test in query_oplogreplay.jsJason Rassi2014-11-101-0/+3
|
* SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocsMathias Stearn2014-11-041-40/+52
| | | | | Storage engines must opt-in to this functionality. For now, heap1 is the only one to do so.
* SERVER-14747 SERVER-14753 Add validation tests for memory leak fixesAndrew Morrow2014-11-022-0/+32
|
* SERVER-15870 fix up some tests depending on unpruned serverStatusDan Pasette2014-11-011-1/+1
|
* SERVER-15824 renameCollection should commit the destination coll dropJason Rassi2014-10-301-0/+9
|
* SERVER-14223: Fix collection stats for insertGeert Bosch2014-10-291-14/+93
| | | | Also rewrite top.js to actually test the stats
* SERVER-15651 GroupStage::work() return NEED_TIME btwn child work callsJason Rassi2014-10-291-4/+0
|
* SERVER-15527 explain should report planner info and exec stats when query ↵David Storch2014-10-291-0/+154
| | | | | | | execution fails This also changes the error behavior of explain so that the explain command succeeds as long as it has provided valid output, even if the underlying operation failed.
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-1/+0
|
* SERVER-15527 rename find command 'query' field to 'filter'David Storch2014-10-281-1/+1
|
* SERVER-15816 explained upserts against an empty collection shouldn't try to ↵David Storch2014-10-271-0/+36
| | | | create a collection
* SERVER-15792: check collection name in count commandGeert Bosch2014-10-271-0/+5
| | | | Also updates jstest to test this.
* SERVER-15527 change explain index bounds format from verbose string format ↵David Storch2014-10-271-0/+13
| | | | to BSON format
* SERVER-13951 Changes that depend on rollbackMathias Stearn2014-10-271-3/+0
|
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-14/+23
|
* SERVER-15288 geo coord reference system (CRS) spec and source code disagreeSiyuan Zhou2014-10-201-1/+1
|
* SERVER-15273 Only quantize to exact bucket sizesMathias Stearn2014-10-173-10/+9
| | | | Prep for new freelist implementation.
* SERVER-15486 jstest fixMatt Kangas2014-10-161-31/+81
|
* SERVER-13635 fixed createCollection shell helper to understand storageEngine ↵Benety Goh2014-10-161-0/+16
| | | | option