summaryrefslogtreecommitdiff
path: root/jstests/parallel/basic.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62557 Add documentation for parallel suiteZituo Jin2022-02-161-1/+10
* SERVER-49936 Fix so ephemeralForTest does not throw write conflict exception ...Henrik Edin2020-07-291-2/+0
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-0/+3
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-121-1/+1
* SERVER-36062 Stop running parallel; enable concurrent test suites on mobileSulabh Mahajan2018-07-251-1/+0
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-1/+1
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+1
* SERVER-27585 Parallel tests basic.js & basicPlus.js should not do collection ...Jonathan Abrahams2017-01-051-5/+0
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-8/+8
* SERVER-22341 fix jslint errors in jstests/parallel with eslint --fixMike Grundy2016-02-051-1/+1
* SERVER-13297: convert parallel suite to use jsCore testsScott Hernandez2014-03-251-0/+1
* Revert "Fix parallel tests by dropping all databases before starting"Spencer T Brody2013-07-011-8/+0
* Fix parallel tests by dropping all databases before startingSpencer T Brody2013-06-281-0/+8
* validate all collections in basic parallel testsAaron2010-03-151-0/+5
* SERVER-470 move more code to parallel testing fwkAaron2010-01-051-55/+3
* SERVER-470 start extracting framework for parallel testAaron2010-01-051-20/+13
* 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-519 adding testAaron2010-01-041-8/+13
* SERVER-470 complete setup for parallel clients in separate js scopesAaron2009-12-291-1/+1
* SERVER-470 test to run basic js tests in parallelAaron2009-12-291-0/+34
* SERVER-470 add runParallelTests helper, improve insert testAaron2009-12-281-42/+0
* SERVER-470 improve basic testAaron2009-12-281-3/+13
* SERVER-470 enhance basic testAaron2009-12-221-2/+25
* 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