summaryrefslogtreecommitdiff
path: root/jstests/slowNightly
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-2789-6192/+0
| | | | | | noPassthrough This better represents their purpose and the difference between them.
* SERVER-13350 Wait for moveChunk to delete orphan docments in ↵Siyuan Zhou2014-03-261-2/+1
| | | | sharding_migrate_cursor1.js
* Blacklist storageDetailsCommand from sharding passthroughMathias Stearn2014-03-172-0/+2
| | | | It isn't intended to be run against mongos.
* SERVER-12949 Restore intermediate in-memory reduces, which are used toKaloian Manassiev2014-03-171-0/+44
| | | | | | | | keep the memory occupied by map/reduce small and spill extra large results to disk. Also adds a JS unit test to ensure this behaviour doesn't change accidentally.
* SERVER-13214 Temporarily restore indexbg*.js test to use legacy writesRandolph Tan2014-03-144-0/+381
|
* SERVER-13137 Make sure secondary is up to date before querying in ↵Randolph Tan2014-03-131-5/+9
| | | | sharding_rs2.js
* SERVER-13060 restore --setParameter newCollectionsUsePowerOf2Sizes functionalityDan Pasette2014-03-061-0/+37
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-032-1/+167
| | | | | | | Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-031-0/+53
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+3
| | | | Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-1/+1
|
* SERVER-11559 Count ops attempted in write commands in mongos and mongodSiyuan Zhou2014-02-101-0/+173
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12127 new legacy write suites for tests using GLEGreg Studer2014-02-061-0/+41
|
* SERVER-11675 more testing of $text in aggMatt Dannenberg2014-02-061-0/+18
|
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-052-2/+2
|
* rename bulk api stuff to bulk (not batch)Scott Hernandez2014-02-041-2/+2
|
* SERVER-4966: Renable tests for WindowsMark Benvenuto2014-01-291-2/+0
|
* SERVER-1627 remove create_indexes.js from sharding_passthroughDan Pasette2014-01-291-0/+1
|
* SERVER-12310: add parallelCollectionScan commandEliot Horowitz2014-01-291-0/+28
|
* SERVER-12466 Use separate config in large_chunk.js to avoid locking ↵Randolph Tan2014-01-281-1/+2
| | | | changelog logging during fsync
* SERVER-12392: put old cursor metrics back as haven't deprecated beforeEliot Horowitz2014-01-251-0/+1
|
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-211-1/+4
|
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-141-167/+0
|
* SERVER-12274 fix write concern handling for batch downconversionGreg Studer2014-01-141-0/+4
|
* SERVER-5470 enable mongos plan cache commands in pass through mode.Benety Goh2014-01-121-1/+0
|
* SERVER-9038 Shell Batch API implementationChristian Kvalheim2014-01-032-0/+321
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-311-0/+1
|
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-4/+12
|
* SERVER-9063 Correctly sort on text metadata for sharded queriesJason Rassi2013-12-171-4/+1
|
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-1/+2
|
* SERVER-5290: update test to lower string size now that we don't allow ↵Eliot Horowitz2013-12-031-1/+1
| | | | indexes with keys too large
* tabs to spaces and other whitespace changesEliot Horowitz2013-12-031-20/+20
|
* SERVER-11924 SERVER-9063 SERVER-10026 No shard-passthru for fts testJason Rassi2013-12-021-1/+2
| | | | | Pending mongos support, disabling fts_score_sort.js in sharded passthrough.
* SERVER-11772 new jstest suites for write command testingRandolph Tan2013-11-261-0/+165
| | | | Added sharding and dur passthrough for jsCore
* SERVER-11475 Change recomputePrivilegeData from recursive to iterative to ↵Spencer T Brody2013-11-131-0/+37
| | | | avoid exhausting the stack
* SERVER-11643 Remove touch1.js from sharding_passthroughIan Whalen2013-11-111-0/+1
|
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-1/+2
|
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-1/+1
|
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵Benety Goh2013-10-2915-23/+23
| | | | mongod processes through the mongo shell
* Move jstests that start their own mongod to slowNightly directorySpencer T Brody2013-10-282-0/+70
|
* SERVER-11178: increase time to create background index since its faster nowEliot Horowitz2013-10-281-1/+1
|
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-281-16/+0
|
* SERVER-11194 ignore non-numeric expiresAfterSeconds on TTL indexesmatt dannenberg2013-10-241-7/+31
|
* SERVER-10026 disable failpoint check in getmore error testHari Khalsa2013-10-131-0/+4
|
* SERVER-9063 Add new query operator $textJason Rassi2013-10-111-1/+2
|
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-1/+1
|
* SERVER-10850 fixes for drop/2.js and sharding_passthrough.js to avoid db ↵Greg Studer2013-10-101-4/+7
| | | | variable hijacking
* SERVER-11021 skip dbhash2.js during sharding_passthroughIan Whalen2013-10-051-0/+1
|
* SERVER-10672: slowNightly/index_check10.js fails to check validityDan Pasette2013-10-011-3/+3
|
* SERVER-10532 replace WriteItem with BatchedCommandRequest, conform to new ↵Greg Studer2013-09-231-0/+1
| | | | response spec