0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

67 Commits

Author SHA1 Message Date
Max Hirschhorn
f43ea7a6bb SERVER-35154 Propagate JS exceptions through ScopedThread#join().
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.
2018-09-18 21:10:36 -04:00
Sulabh Mahajan
f165a6aac8 SERVER-36062 Stop running parallel; enable concurrent test suites on mobile 2018-07-25 11:03:53 +10:00
Sara Golemon
7d255086dd
SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04:00
Geert Bosch
ab0c426e60 SERVER-35591 Remove MMAPv1 testing 2018-06-25 16:47:18 -04:00
Vesselina Ratcheva
fdfce7f6c2 SERVER-32143 Remove test coverage for master-slave 2018-02-21 10:38:49 -05:00
Kevin Albertson
c556e37709 SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
Sulabh Mahajan
0acb8be92a SERVER-32675 Make jstest changes for Mobile SE Concurrency issues 2018-02-01 11:26:23 +11:00
Sulabh Mahajan
8fd172e330 SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SE 2018-01-18 11:33:15 +11:00
Charlie Swanson
4140c9b649 SERVER-29299 Add currentOp as parallel op during basicPlus.js 2017-07-18 16:17:30 -04:00
Jonathan Abrahams
e141661644 SERVER-27585 Parallel tests basic.js & basicPlus.js should not do collection validation 2017-01-05 13:56:25 -05:00
Jonathan Abrahams
e3a26f82b1 SERVER-26143 Fix time check for jstests/parallel/checkMultiThread.js 2017-01-04 09:08:02 -05:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
6bf0dcee8a SERVER-22341 fix jslint errors in jstests/parallel with eslint --fix
Conflicts:
	jstests/parallel/manyclients.js
2016-02-05 15:02:53 -05:00
Jason Carey
475e906683 SERVER-22475 Reduce concurrency in manyclients.js
Drop from 100 to 50 to lower the memory pressure.
2016-02-05 11:31:06 -05:00
Kamran Khan
15376bdb53 SERVER-20941 Update v8-specific code and comments in JS tests
The switch to SpiderMonkey invalidated some of the code and comments.
2015-11-13 12:32:15 -05:00
Dan Pasette
2f631e87fc WT-1989 Reducing the number of threads to 100 to alleviate memory pressure 2015-07-14 12:50:19 -04:00
Andrew Morrow
6abd1d0e9c SERVER-19099 Consistently use concurrency and time names via stdx 2015-06-30 12:16:55 -04:00
Mathias Stearn
a5fae81a6b Don't run update_serializaility2.js on MMAPv1 2015-06-09 16:33:21 -04:00
Jonathan Reams
5da4be677c SERVER-18376 Re-add bits to buildinfo 2015-05-11 14:52:44 -04:00
Jonathan Reams
c269033226 SERVER-18099 Refactor buildinfo/version reporting 2015-04-30 09:47:35 -04:00
alabid
c8c43855e1 SERVER-16695 Move FSM tests into new test suites
Closes #893

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-12-31 10:11:12 -05:00
alabid
4790d61d21 SERVER-16196 Re-enable FSM workloads for standalone mongod
Closes #882

Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-12-23 12:23:49 -05:00
Max Hirschhorn
9db6b7d7ad Revert "SERVER-16196 Enable execution of workloads against standalone mongod."
This reverts commit 113fb30b65.

Will re-enable the tests once memory overhead issues with the
mongo shell are resolved.
2014-12-02 16:12:51 -05:00
Max Hirschhorn
113fb30b65 SERVER-16196 Enable execution of workloads against standalone mongod. 2014-11-25 19:52:00 -05:00
Max Hirschhorn
365cca0c47 SERVER-16196 Add FSM-based concurrency tests to parallel suite.
The actual execution of the workloads is disabled for now.
2014-11-19 13:05:24 -05:00
Geert Bosch
e0f8376cf7 Further reduce memory usage of manyclients.js 2014-11-07 18:29:44 -05:00
Geert Bosch
e35ccbf0d5 Reduce memory usage of manyclients.js 2014-11-04 18:19:42 -05:00
Eliot Horowitz
11235f26f7 SERVER-14425: add 2 more update serializability tests 2014-11-04 15:44:03 -05:00
Scott Hernandez
835a7cc8ea SERVER-13297: convert parallel suite to use jsCore tests 2014-03-25 13:46:52 -04:00
Spencer T Brody
64f066468c Revert "Fix parallel tests by dropping all databases before starting"
This reverts commit babd275f88.
2013-07-01 14:53:15 -04:00
Spencer T Brody
babd275f88 Fix parallel tests by dropping all databases before starting 2013-06-28 18:43:03 -04:00
Eliot Horowitz
0547ed8a19 SERVER-7849: lower number of clients for debug builds and non-linux machines 2013-01-08 00:27:56 -05:00
Eliot Horowitz
23a02cffe6 use fewer threads on manyclients.js if system can't handle 2013-01-01 16:42:43 -05:00
agirbal
a2d6f752d5 SERVER-5062: proper stopping of threads 2012-03-25 22:18:57 -07:00
agirbal
76b6144b89 SERVER-5062: parallel/del.js test seems not to be running correctly 2012-03-25 22:18:57 -07:00
agirbal
2eafe478d6 SERVER-4530: repl.js now uses correct host 2011-12-29 16:26:28 -08:00
agirbal
a71bda3007 SERVER-4258: no more locking needed for native execution. Test to check multithreading. 2011-12-28 17:42:54 -08:00
Aaron
eb4132d63e add debugging for parallel/repl.js test failures 2011-12-19 16:08:32 -08:00
Aaron
0512c2ad13 fix incorrect modifier syntax in parallel repl test 2010-12-28 10:46:36 -08:00
Eliot Horowitz
68bfb883e9 parallel delete/drop test 2010-08-23 12:48:33 -04:00
Aaron
f6ea3d75f4 parallel repl test 2010-03-22 17:24:09 -07:00
Aaron
7aaaaa01a7 validate all collections in basic parallel tests 2010-03-15 23:18:49 -07:00
Aaron
2b6fa54937 SERVER-470 finish basicPlus test 2010-01-05 15:58:25 -08:00
Aaron
5163695eca SERVER-470 test to run basic js test in parallel with other tests 2010-01-05 15:13:43 -08:00
Aaron
b4230ff11e SERVER-470 add test with 200 clients 2010-01-05 14:55:34 -08:00
Aaron
9d671360dc SERVER-470 improvements for allops test 2010-01-05 14:45:45 -08:00
Aaron
70e9ed6418 SERVER-470 add test that does insert, delete, update and count 2010-01-05 14:32:34 -08:00
Aaron
3a1907331a SERVER-470 improve event generation helpers 2010-01-05 14:31:47 -08:00
Aaron
88eb16dc0f SERVER-470 move more code to parallel testing fwk 2010-01-05 14:05:40 -08:00