summaryrefslogtreecommitdiff
path: root/jstests/parallel
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-16196 Add FSM-based concurrency tests to parallel suite.Max Hirschhorn2014-11-1934-0/+1676
| | | | The actual execution of the workloads is disabled for now.
* Further reduce memory usage of manyclients.jsGeert Bosch2014-11-071-1/+1
|
* Reduce memory usage of manyclients.jsGeert Bosch2014-11-041-1/+2
|
* SERVER-14425: add 2 more update serializability testsEliot Horowitz2014-11-042-0/+50
|
* SERVER-13297: convert parallel suite to use jsCore testsScott Hernandez2014-03-259-0/+11
|
* Revert "Fix parallel tests by dropping all databases before starting"Spencer T Brody2013-07-012-15/+0
| | | | This reverts commit babd275f88181c3f2cd29585816aab24bc4b421c.
* Fix parallel tests by dropping all databases before startingSpencer T Brody2013-06-282-0/+15
|
* SERVER-7849: lower number of clients for debug builds and non-linux machinesEliot Horowitz2013-01-081-1/+8
|
* use fewer threads on manyclients.js if system can't handleEliot Horowitz2013-01-011-2/+8
|
* SERVER-5062: proper stopping of threadsagirbal2012-03-251-9/+8
|
* SERVER-5062: parallel/del.js test seems not to be running correctlyagirbal2012-03-251-12/+12
|
* SERVER-4530: repl.js now uses correct hostagirbal2011-12-291-2/+4
|
* SERVER-4258: no more locking needed for native execution. Test to check ↵agirbal2011-12-281-0/+13
| | | | multithreading.
* add debugging for parallel/repl.js test failuresAaron2011-12-191-2/+5
|
* fix incorrect modifier syntax in parallel repl testAaron2010-12-281-2/+2
|
* parallel delete/drop testEliot Horowitz2010-08-231-0/+79
|
* parallel repl testAaron2010-03-221-0/+55
|
* validate all collections in basic parallel testsAaron2010-03-152-1/+10
|
* SERVER-470 finish basicPlus testAaron2010-01-051-9/+9
|
* SERVER-470 test to run basic js test in parallel with other testsAaron2010-01-051-0/+26
|
* SERVER-470 add test with 200 clientsAaron2010-01-051-0/+26
|
* SERVER-470 improvements for allops testAaron2010-01-051-3/+3
|
* SERVER-470 add test that does insert, delete, update and countAaron2010-01-051-0/+40
|
* SERVER-470 improve event generation helpersAaron2010-01-051-1/+1
|
* SERVER-470 move more code to parallel testing fwkAaron2010-01-052-76/+11
|
* SERVER-470 start extracting framework for parallel testAaron2010-01-052-33/+22
|
* SERVER-470 Reinstate fsync tests in basic runnersAaron2010-01-051-2/+5
|
* SERVER-470 add randomization and other improvements to basic parallel testAaron2010-01-041-3/+31
|
* SERVER-470 make randomization more determiniztic (wrt seed) in insert testAaron2010-01-041-8/+15
|
* SERVER-519 adding testAaron2010-01-041-8/+13
|
* SERVER-470 complete setup for parallel clients in separate js scopesAaron2009-12-291-1/+1
|
* SERVER-470 MINOR remove test codeAaron2009-12-291-1/+0
|
* SERVER-470 MINOR use return value to check in assert.parallelTestsAaron2009-12-291-1/+2
|
* SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-291-0/+11
|
* SERVER-470 test to run basic js tests in parallelAaron2009-12-292-2/+36
|
* MINOR put helper in assert namespaceAaron2009-12-281-1/+1
|
* SERVER-470 add runParallelTests helper, improve insert testAaron2009-12-281-15/+7
|
* SERVER-470 improve basic testAaron2009-12-281-3/+13
|
* SERVER-470 enhance basic testAaron2009-12-221-2/+25
|
* SERVER-470 add fork testAaron2009-12-221-0/+22
|
* SERVER-470 unlock v8 appropriately so can do work in parallelAaron2009-12-221-0/+1
|
* SERVER-470 begin basic parallel testAaron2009-12-221-0/+8