Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-23067 Final round of JS linting and formatting | Mike Grundy | 2016-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (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 Abrahams | 2016-03-09 | 14 | -572/+562 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/dur with eslint --fix | Mike Grundy | 2016-02-16 | 4 | -9/+9 |
| | | | | (cherry picked from commit 4bbb7bae4d29e88fcf988aed856f2be4d6fc2439) | ||||
* | SERVER-18400 remove unused passthrough tests | Mathias Stearn | 2015-09-30 | 1 | -61/+0 |
| | | | | They are no longer executed and are unmaintained. | ||||
* | SERVER-17425 Disallow creation of v0 indexes | Dan Pasette | 2015-09-22 | 3 | -3/+3 |
| | |||||
* | SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports | Charlie Swanson | 2015-09-09 | 3 | -5/+2 |
| | |||||
* | SERVER-18868 Check the exit code of the parallel shell. | Max Hirschhorn | 2015-06-23 | 1 | -4/+5 |
| | | | | | By default the await function returned by startParallelShell() asserts that the exit code is zero. | ||||
* | SERVER-17450 Make dur tests use 'journal' instead of 'dur' so they can be ↵ | Spencer T Brody | 2015-04-16 | 10 | -39/+75 |
| | | | | run on duroff builders | ||||
* | SERVER-17450 SERVER-17932 Fix dur_jscore_passthrough.js to be resilient to ↵ | Spencer T Brody | 2015-04-08 | 1 | -1/+7 |
| | | | | tests masking the "conn" variable | ||||
* | SERVER-17450 Standardize on a single way to start mongod in tests | Spencer T Brody | 2015-04-06 | 14 | -82/+133 |
| | |||||
* | SERVER-17554 Remove support for building with journaling off by default | Jonathan Reams | 2015-04-01 | 1 | -152/+159 |
| | |||||
* | SERVER-15547 removed tests that rely on tools --dbpath option | Benety Goh | 2014-10-07 | 1 | -6/+7 |
| | |||||
* | SERVER-15440 Remove the closeAllDatabases command and tests | Kaloian Manassiev | 2014-10-03 | 1 | -7/+7 |
| | |||||
* | SERVER-15369: Clean up partially created .ns files | Dan Pasette | 2014-09-29 | 1 | -2/+14 |
| | |||||
* | SERVER-15111 Treat corruption of final journal section as an expected event | Mathias Stearn | 2014-09-12 | 2 | -94/+89 |
| | |||||
* | SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() ↵ | David Storch | 2014-07-29 | 1 | -1/+1 |
| | | | | | | and restoreState() Also renames PlanExecutor::getStages() to PlanExecutor::getRootStage() | ||||
* | SERVER-13439 Do not fall through Switch case to Bool case in options conversion | Shaun Verch | 2014-05-15 | 1 | -8/+57 |
| | |||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-15 | 10 | -66/+27 |
| | |||||
* | SERVER-13439 Make sure values explicitly set to false in config file show up ↵ | Shaun Verch | 2014-05-13 | 1 | -0/+57 |
| | | | | in parsed result | ||||
* | Revert "SERVER-13741 Migrate remaining tests to use write commands" | David Storch | 2014-05-06 | 10 | -27/+66 |
| | | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd. | ||||
* | SERVER-13741 Migrate remaining tests to use write commands | Randolph Tan | 2014-05-06 | 10 | -66/+27 |
| | |||||
* | remove empty passthrough | Scott Hernandez | 2014-04-25 | 1 | -58/+0 |
| | |||||
* | SERVER-13603 Move option testing support code into shared test helper | Shaun Verch | 2014-04-22 | 1 | -56/+14 |
| | |||||
* | SERVER-13372 Canonicalize dur, nodur, journal, nojournal and ↵ | Shaun Verch | 2014-03-27 | 1 | -0/+117 |
| | | | | storage.journaling.enabled | ||||
* | SERVER-13297: remove dead jstests | Scott Hernandez | 2014-03-25 | 1 | -1/+31 |
| | |||||
* | SERVER-12786: add shell writeMode option | Scott Hernandez | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | SERVER-11772 new jstest suites for write command testing | Randolph Tan | 2013-11-26 | 1 | -0/+59 |
| | | | | Added sharding and dur passthrough for jsCore | ||||
* | SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵ | Benety Goh | 2013-10-29 | 14 | -45/+45 |
| | | | | mongod processes through the mongo shell | ||||
* | SERVER-9621 Fix case for 32-bit windows test. | Alberto Lerner | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | SERVER-9621 Disable jstests/dur/closeall.js on 32-bit Windows | Tad Marshall | 2013-05-14 | 1 | -6/+13 |
| | | | | | | | | | | This test fails frequently on 32-bit Windows due to remapPrivateView being unable to remap a file when another thread allocate memory while a file is unmapped. Disable the test in 32-bit Windows since this can't really be fixed without changes to the storage layer (and 32-bit does not benefit from stress testing). | ||||
* | Whitespace -- CRLF | Tad Marshall | 2013-04-16 | 1 | -16/+16 |
| | |||||
* | SERVER-8683: gc() between each load() in passthrough tests to free old cursors | Ben Becker | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | SERVER-8360 - only run dur_passthrough.js on linux 64bit non-debug builds. | Dan Pasette | 2013-01-28 | 1 | -3/+6 |
| | |||||
* | disable dur_passthrough.js on 32 bit platforms so builders don't run out of VM. | Dan Pasette | 2013-01-18 | 1 | -25/+36 |
| | |||||
* | Moved slowWeekly/dur_passthrough.js to dur/dur_passthrough.js | Dan Pasette | 2013-01-17 | 1 | -0/+44 |
| | |||||
* | explicit declare variable | Eric Milkie | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | stable test for every run | Eric Milkie | 2012-04-11 | 1 | -5/+1 |
| | | | | 15 seconds was too short but 2 minutes seems too long. | ||||
* | SERVER-5101 better test output so we know exactly which variant we're on | Eric Milkie | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | Run all variants of closeall.js everytime SERVER-5101 SERVER-4947 SERVER-5072 | Mathias Stearn | 2012-02-28 | 1 | -8/+11 |
| | |||||
* | Make dur/closeall.js wait for initial sync to finish before starting SERVER-4852 | Mathias Stearn | 2012-02-02 | 1 | -0/+11 |
| | |||||
* | no tabs | Mathias Stearn | 2012-02-02 | 1 | -24/+24 |
| | |||||
* | Fix diskfull tests by bypassing journal free space check at startup | Mathias Stearn | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | update test | Eliot Horowitz | 2011-08-04 | 1 | -4/+5 |
| | |||||
* | line endings | Eliot Horowitz | 2011-08-04 | 1 | -21/+21 |
| | |||||
* | make test less sensitive? | dwight | 2011-06-11 | 1 | -0/+4 |
| | |||||
* | Fix dur tests | Mathias Stearn | 2011-05-09 | 2 | -1/+2 |
| | |||||
* | Tools now support --journal with --dbpath SERVER-2300 | Mathias Stearn | 2011-05-09 | 1 | -0/+151 |
| | |||||
* | buildbot | dwight | 2011-05-04 | 1 | -44/+0 |
| | |||||
* | new test | Dwight | 2011-05-04 | 1 | -0/+44 |
| | |||||
* | slightly testier | Dwight | 2011-05-04 | 1 | -35/+41 |
| |