Commit Graph

14 Commits

Author SHA1 Message Date
Robert Guo
b9b133f4d7 SERVER-24966 call testcase.configure only once 2016-07-19 17:28:22 -04:00
Robert Guo
598b6fa7c2 SERVER-24923 TypeError when running unittests 2016-07-06 13:40:19 -04:00
iwysiu
3d13237880 SERVER-24884 syntax adjustments 2016-07-05 12:38:55 -04:00
iwysiu
07546d8657 SERVER-24884 change resmoke so after test hooks only run once 2016-07-05 11:59:39 -04:00
iwysiu
76fb4530a1 SERVER-24328 modify resmoke for concurrent testcases 2016-07-01 11:52:15 -04:00
Mike Grundy
7af6573341 SERVER-24537 Create a new and modified test running task 2016-06-15 16:50:15 -04:00
iwysiu
8878d6e30d SERVER-24535 modify testcases.py to work with concurrent fuzzing 2016-06-13 16:53:14 -04:00
Robert Guo
f2f6163b0b SERVER-22860 allow resmoke.py to run JS hooks 2016-05-18 13:47:18 -04:00
Charlie Swanson
d99dbc6b0f SERVER-18273 Copy TestData to avoid aliasing issues 2015-09-14 10:04:22 -04:00
Charlie Swanson
d5d4e19eeb SERVER-18273 Increase size of port range, use TestData to specify port range 2015-09-09 13:14:48 -04:00
Charlie Swanson
ff6326e5ab SERVER-18273 Compute ranges of ports for each job in resmoke.py 2015-09-03 09:15:11 -04:00
Max Hirschhorn
9140a197d9 SERVER-20020 Clear MongoRunner.dataDir before running each jstest. 2015-08-24 09:07:34 -04:00
Adam Midvidy
2ec075a6d6 SERVER-19448 implement resmoke.py support for c++ integration tests 2015-08-11 13:50:17 -04:00
Max Hirschhorn
424314f65e SERVER-1424 Rewrite smoke.py.
Split out the passthrough tests into separate suites. The MongoDB
deployment is started up by resmoke.py so that we can record the
success/failure of each individual test in MCI.

Added support for parallel execution of tests by dispatching to
multiple MongoDB deployments.

Added support for grouping different kinds of tests (e.g. C++ unit
tests, dbtests, and jstests) so that they can be run together. This
allows for customizability in specifying what tests to execute when
changes are made to a particular part of the code.
2015-05-08 14:49:42 -04:00