summaryrefslogtreecommitdiff
path: root/jstests/parallel
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-076-30/+31
|
* SERVER-73541 Use dynamic import when loading parallel tester testsMatt Broadstone2023-02-032-4/+4
|
* SERVER-62557 Add documentation for parallel suiteZituo Jin2022-02-162-3/+20
|
* SERVER-60615 Fix js_global_scope.js on ARM64Charlie Swanson2021-10-151-6/+9
|
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-174-6/+6
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-124-6/+6
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-124-6/+6
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB()Pavi Vetriselvan2020-08-171-2/+2
|
* SERVER-49673 Enable basicPlus.js on ephemeralForTestGregory Wlodarek2020-08-111-2/+0
|
* SERVER-49936 Fix so ephemeralForTest does not throw write conflict exception ↵Henrik Edin2020-07-291-2/+0
| | | | when only other branch actually made a change
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-172-0/+5
| | | | | | | | ephemeralForTest is now a document level locking engine unittests instantiate the oplog as it is required with doc-level locking engines Added a 'incompatible_with_eft' tag for tests that don't work with this engine for different reasons. Many concurrency suites are disabled due to excessive memory usage
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-124-6/+6
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-20/+20
|
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-181-40/+71
| | | | | | This makes it so that if the ScopedThread exited due to an uncaught JavaScript exception, then calling .join() or .returnData() on it throws a JavaScript exception with the error message and stacktrace intact.
* SERVER-36062 Stop running parallel; enable concurrent test suites on mobileSulabh Mahajan2018-07-252-2/+0
|
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-1/+1
|
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-251-8/+2
|
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-63/+0
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-013-3/+2
|
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-184-0/+4
|
* SERVER-29299 Add currentOp as parallel op during basicPlus.jsCharlie Swanson2017-07-181-0/+3
|
* SERVER-27585 Parallel tests basic.js & basicPlus.js should not do collection ↵Jonathan Abrahams2017-01-052-11/+0
| | | | validation
* SERVER-26143 Fix time check for jstests/parallel/checkMultiThread.jsJonathan Abrahams2017-01-041-4/+2
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+4
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-0911-196/+205
|
* SERVER-22341 fix jslint errors in jstests/parallel with eslint --fixMike Grundy2016-02-0511-37/+37
| | | | | Conflicts: jstests/parallel/manyclients.js
* SERVER-22475 Reduce concurrency in manyclients.jsJason Carey2016-02-051-2/+2
| | | | Drop from 100 to 50 to lower the memory pressure.
* SERVER-20941 Update v8-specific code and comments in JS testsKamran Khan2015-11-131-1/+0
| | | | The switch to SpiderMonkey invalidated some of the code and comments.
* WT-1989 Reducing the number of threads to 100 to alleviate memory pressureDan Pasette2015-07-141-1/+2
|
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-2/+2
|
* Don't run update_serializaility2.js on MMAPv1Mathias Stearn2015-06-091-16/+25
|
* SERVER-18376 Re-add bits to buildinfoJonathan Reams2015-05-111-1/+1
|
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-3/+3
|
* SERVER-16695 Move FSM tests into new test suitesalabid2014-12-3134-1675/+0
| | | | | | Closes #893 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-16196 Re-enable FSM workloads for standalone mongodalabid2014-12-231-4/+3
| | | | | | Closes #882 Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* Revert "SERVER-16196 Enable execution of workloads against standalone mongod."Max Hirschhorn2014-12-023-9/+12
| | | | | | | This reverts commit 113fb30b65cded6ece1160c962d64fa232440b7d. Will re-enable the tests once memory overhead issues with the mongo shell are resolved.
* SERVER-16196 Enable execution of workloads against standalone mongod.Max Hirschhorn2014-11-253-12/+9
|
* 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
|