summaryrefslogtreecommitdiff
path: root/jstests/slowNightly
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SERVER-9818 fix race in jstests/slowNightly/httpinterface.jsMatt Dannenberg2013-09-191-11/+20
|
* SERVER-8510 Fix to expected result in command line parsing testShaun Verch2013-09-061-1/+1
|
* 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-061-1/+1
|
* SERVER-8510 Fixed command line parsing test and add corresponding JSON ↵Shaun Verch2013-09-051-1/+19
| | | | config test
* SERVER-10597 disable test in debug mode, not valid autosplit_heuristics.jsGreg Studer2013-08-231-0/+10
|
* SERVER-10597 autosplit_heuristics.js additional commentGreg Studer2013-08-221-1/+1
|
* SERVER-10597 autosplit_heuristics.js data count of high chunk reset to ↵Greg Studer2013-08-221-8/+14
| | | | | | random on reload make dummy high chunk in test
* SERVER-10478 fix batch limit check for _cloneLocs in migrationGreg Studer2013-08-091-0/+63
|
* fix slowNightly command_line_parsing.js to work with any setParameter optionsScott Hernandez2013-08-011-8/+3
|
* SERVER-2212 Add mongod query option $maxTimeMS, shell helperJason Rassi2013-07-261-1/+2
| | | | | | $maxTimeMS can be added as a top-level field to any query or command ($cmd.sys.* ops not included). Requests op interruption after the user-given time limit.
* SERVER-10096 need to have a separate mongod to ensure our stats are correctGreg Studer2013-07-121-0/+90
|
* SERVER-10105 replReads.js failing on Nightly Linux RHEL 64-bitRandolph Tan2013-07-111-1/+6
|
* Fix slownightly failureMathias Stearn2013-07-112-2/+32
| | | | | | | | getmore_error.js sets a failpoint to make the next OP_GETMORE fail, then asserts that it does indeed fail. This caused a test failure in small_oplog_passthough because the "next" OP_GETMORE came from replication rather than the test. Moving the test into slowNightly which should ensure that nothing else is running concurrently with it.
* SERVER-10134 Report errors during GetMore processingMathias Stearn2013-07-101-0/+2
| | | | This is necessary for SERVER-5932 (aggregation returning cursors)
* Enable test for SERVER-4534Mathias Stearn2013-07-101-3/+5
| | | | It was fixed when index building switched to using the new Sorter.
* SERVER-10026 disable stages tests from running w/shardingHari Khalsa2013-07-021-0/+1
|
* SERVER-10045 Moved httpinterface.js and fixed issue with small-oplogAndreas Nilsson2013-06-271-0/+16
|
* SERVER-9856 check in-progress indexes for duplicates in prepareToBuildIndex()Eric Milkie2013-06-101-0/+16
|
* SERVER-9721 Add performance testTad Marshall2013-05-231-0/+66
|
* Revert "SERVER-8689, SERVER-8691"Eric Milkie2013-05-231-1/+1
| | | | | | This reverts commit c2db241639fc9c26c8dfb773d29a8d2eac6e32cc. " Temporarily disable flaky tests shard_insert_getlasterror_w2.js and replReads.js"
* SERVER-9719 sharding_multiple_ns_rs.js wait for mongos to detect primary ↵Greg Studer2013-05-171-1/+5
| | | | failover
* tag balancer test for full shard-key rang (MinKey-MaxKey)Scott Hernandez2013-04-241-0/+50
|
* SERVER-9242 Do not run block_check_supported.js against mongosTad Marshall2013-04-111-0/+1
|
* SERVER-9312 buildbot sharding_migrateBigObject.js longer timeout for slower ↵Greg Studer2013-04-101-1/+1
| | | | machines migrating
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-9/+6
| | | | | | At startup time, we will once again attempt to rebuild any index builds that were in progress when the server was shut down. This is to support background index builds with replication.
* SERVER-9053: ttl: don't delete on non-primariesScott Hernandez2013-03-291-0/+52
|
* SERVER-8030 Add IPv6 version of jstestTad Marshall2013-03-131-0/+139
|
* SERVER-8920 Disable stats.js in sharding passthroughJason Rassi2013-03-121-1/+2
|
* SERVER-8594 fix clearTmpCollections for collections with indexesMathias Stearn2013-02-281-2/+6
|
* SERVER-8781 buildbot sharding_migrateBigObject better error message when ↵Greg Studer2013-02-281-1/+15
| | | | balancing fails due to I/O problems
* SERVER-8696 buildbot no_balance_collection.js wait for changelog write ↵Greg Studer2013-02-261-0/+4
| | | | before recording last migration
* SERVER-8689, SERVER-8691Dan Pasette2013-02-241-1/+1
| | | | | Temporarily disable flaky tests shard_insert_getlasterror_w2.js and replReads.js
* buildbot stale_clustered.js wait for cleanup from implicit migration with ↵Greg Studer2013-02-231-1/+2
| | | | shardgo
* SERVER-8683: gc() between each load() in passthrough tests to free old cursorsBen Becker2013-02-221-0/+1
|