Commit Graph

5 Commits

Author SHA1 Message Date
Robert Guo
4a7dd24ab3 SERVER-25358 resmoke should shutdown mongod cleanly on Windows
(cherry picked from commit b13bac6c1b)
2016-08-25 12:12:01 -04:00
Max Hirschhorn
fbab3da6d5 SERVER-22219 Use subprocess32 on POSIX systems if it's available.
(cherry picked from commit 153bc4fd12)
2016-01-25 10:42:36 -05:00
Max Hirschhorn
6b41043ce9 SERVER-17526 Enable tracking of spawned processes in MCI.
On Windows, this will cause MCI to assign processes to a job object.
Change resmoke.py to only create a job object if the current process
is not already assigned to one.
2015-05-28 20:26:41 -04:00
Charlie Swanson
15a5fcc644 SERVER-18390 Check dbhash of all databases during small_oplog suites 2015-05-20 11:55:55 -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