summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2017-09-201-5/+3
| | | | | | Modified some to work in v3.2 -- e.g. removed getShardPrimary which doesn't exist in v3.2 (cherry picked from commit 2477b8c33b2e8f26fcde47c38c19c3fbb8b99839)
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2017-06-141-4/+2
|
* SERVER-25181 Fix testBruce Lucas2017-04-171-2/+2
| | | | (cherry picked from commit 5071e9296866e18e65b6280e9d58b3abeb3ea816)
* SERVER-28154 Remove race condition in ttl_sharded.jsTess Avitabile2017-03-021-14/+16
| | | | (cherry picked from commit cb2fdf468435d7a5c7582069d4026f1d4e935755)
* SERVER-27794 add write concern to indexbg_drop.js bulk insertJudah Schvimer2017-02-031-1/+1
| | | | (cherry picked from commit 90131c25887d2cd4b4151cf9bc610188b4964cfa)
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-11-072-189/+0
| | | | | | | | | | | | | (cherry picked from commit a97efaa18399fa43bb2a66be204c9f433e71f50b) Additional changes on top of a97efaa18399fa43bb2a66be204c9f433e71f50b: - Included the changes from ff285b342fd98416a458a070f05e62c274028c89 to fix invalid write concerns. - Fixed the tests to get the pid using serverStatus(). - Worked around MongoRunner.EXIT_TEST not being defined.
* SERVER-23886 raise indexbg_drop.js timeout for building indexesEric Milkie2016-06-011-1/+1
| | | | (cherry picked from commit 5f7c803e8dba959e5da4135b76a1d1e05d75636d)
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-201-45/+0
|
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-212-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 1be713cebbb9411d2977ec9996931a4508252af0) Conflicts: jstests/aggregation/bugs/reverseArray.js jstests/concurrency/fsm_all_simultaneous.js jstests/core/counta.js jstests/multiVersion/2_test_launching_cluster.js jstests/noPassthrough/shard_does_not_hang_on_bad_config_server.js jstests/readonly/aggregate.js jstests/readonly/catalog_ops.js jstests/readonly/geo.js jstests/readonly/lib/read_only_test.js jstests/repl/repl5.js jstests/replsets/replsetprio1.js jstests/sharding/auth_no_config_primary.js jstests/sharding/coll_epoch_test1.js jstests/sharding/merge_chunks_compound_shard_key.js jstests/sharding/migration_failure.js jstests/sharding/move_stale_mongos.js jstests/sharding/startup_with_all_configs_down.js src/mongo/shell/servers_misc.js src/mongo/shell/shardingtest.js
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-0972-1546/+1599
|
* SERVER-22328 Remove benchRun() retval assertion in bench jstestJason Rassi2016-02-181-1/+0
| | | | (cherry picked from commit cace2c61d3bddf3dd9f82ead6b0bb6167d635d11)
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-181-0/+8
| | | | (cherry picked from commit 3c88a1d6d1c90dc36bc47e76a502bb0cb775fb5d)
* SERVER-22341 fix jslint errors in jstests/noPassthroughWithMongod with ↵Mike Grundy2016-02-1634-204/+204
| | | | | | eslint --fix (cherry picked from commit 8ca7124defb9a617281e4e557fd811c66ee0ef82)
* SERVER-22167: Move fixDocuments up earlier in the insert path to ensure it runsMartin Bligh2016-02-021-10/+32
| | | | (cherry picked from commit 370634f46633f0fd6d626822d7d75752a34d4f50)
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-271-0/+7
|
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-01-271-1/+1
| | | | (cherry picked from commit 0386400f728588140ccd9c896f7b87370d9bc866)
* Revert "SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand"Spencer T Brody2016-01-142-1/+86
| | | | This reverts commit 50dc132dbf545d1b62f06c485d1e6ce78c90ac4d.
* SERVER-22079 Make sharding_rs1.js more compactKaloian Manassiev2016-01-141-90/+0
|
* SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommandRandolph Tan2016-01-132-86/+1
| | | | (cherry picked from commit 0499aee83f48cd08e7687906185843e8276a6e61)
* SERVER-21885 Make capped_truncate.js work with resmoke.py --repeatKamran Khan2015-12-141-3/+6
| | | | | | | | Previously, the test assumed that a collection would not exist prior to calling 'create' on it. The collection is now dropped beforehand to ensure this condition is true. (cherry picked from commit 30d55cccf89160749c401e19fdc9872e24b01ef2)
* SERVER-21426:Add writeConcern support to benchRundalyd2015-12-081-4/+7
| | | | (cherry picked from commit 00ab4b4758ef78d974bbd73f9d4efc28736b426e)
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-089-11/+11
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* BF-1393 - Remove backup_cursors_wt.js testDavid Hows2015-11-261-39/+0
|
* SERVER-21387 bench_test_crud_commands.js: move out of core suiteJason Rassi2015-11-241-0/+69
| | | | | | | | | Previously, an insert command could be blocked for longer than the amount of time that the bench worker is running, if a concurrent operation takes a long-running MODE_X lock on the database. This would cause the test to fail. Test moved to the noPassthroughWithMongod suite.
* SERVER-21384 Enable noPassthrough suites for in-memory storage enginesCharlie Swanson2015-11-244-3/+15
|
* SERVER-21480: remove race condition in ttl1.jsGeert Bosch2015-11-231-6/+11
|
* fix test to check unlock statusScott Hernandez2015-11-141-3/+2
|
* SERVER-10771 applyOps indicates which op caused an errorJudah Schvimer2015-11-131-0/+81
|
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2015-11-121-7/+0
| | | | This reverts commit 5d72d90de73df52707c31f6799bc4624752d08a2.
* SERVER-21388 validate captrunc argumentRobert Guo2015-11-121-0/+7
|
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-86/+0
| | | | | | | | | The default ShardingTest verbosity is currently zero, but we have many tests, which bump it to 1 and even higher. Since verbosity level of 0 is sometimes insufficient for investigating transient failures, this change makes the default to be 1 and removes all places, which explicitly make it 1 or higher.
* SERVER-19910 Re-enable convertToCapped testDan Pasette2015-10-301-1/+1
|
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-273-193/+0
| | | | | Removes shardGo in lieu of shardColl and removes setBalancer because it duplicates functionality, which is already in sh.
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-2313-831/+4
| | | | | | | | No functional changes, just converting everything to use the JSON-based constructor. Also moves some sharding-specific tests out of noPassthroughWithMongod and under the sharding suite.
* SERVER-20863: Use MB instead of Mb in diagnostic size optionsMark Benvenuto2015-10-151-12/+12
|
* SERVER-20414 Move httpinterface tests into their own suiteCharlie Swanson2015-10-131-24/+0
|
* SERVER-20837 remove timing-dependent assertions from CUR_DATE testDan Pasette2015-10-121-8/+2
|
* SERVER-20837 Support date in the benchRun template languageDan Pasette2015-10-091-1/+13
|
* SERVER-20806 Calculate 'other' shard after running movePrimary, not before, ↵Spencer T Brody2015-10-071-7/+7
| | | | in balance_repl.js
* SERVER-20646 Move stale_clustered.js to the sharding suiteKaloian Manassiev2015-10-071-130/+0
| | | | | | It doesn't need to be under NoPassthroughWithMongoD. Also changed the ShardingTest instantiation to use the BSON-based constructor and tightened some of the checks in order to catch the exact error location.
* SERVER-20690 Test with multiple mongos can fail because one of them talked ↵Spencer T Brody2015-10-061-1/+1
| | | | to a stale secondary
* SERVER-20760 slow inserts in noPassthroughWithMongod/sharding_rs1.js to ↵matt dannenberg2015-10-051-4/+7
| | | | prevent nodes from falling off the back of the oplog
* SERVER-20750 Require at least one delta sample in each chunkAndrew Morrow2015-10-021-2/+4
|
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-012-6/+9
| | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191.
* SERVER-18400 remove unused passthrough testsMathias Stearn2015-09-301-45/+0
| | | | They are no longer executed and are unmaintained.
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-291-3/+0
|
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-252-1/+49
|
* SERVER-20530 SERVER-20568 Disable useCCC in sharding_balance4.jsJason Rassi2015-09-241-0/+3
| | | | Reverts changes to sharding_balance4.js from a6ccf45d.
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 ↵Jason Rassi2015-09-241-5/+2
| | | | | | by default" This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4.
* SERVER-20530 SERVER-20568 mongos with stale config returns wrong resultsMisha Tyulenev2015-09-241-3/+0
|