Commit Graph

8 Commits

Author SHA1 Message Date
Mike Grundy
f18bb78b46 SERVER-24716 Remove the CheckReplDBHashDeprecated hook 2016-07-13 14:54:39 -04:00
Robert Guo
4c0336f5b0 SERVER-23226 port CheckReplDBHash hook to jS 2016-06-22 11:11:01 -04:00
Robert Guo
3bf4d50da8 SERVER-22806 CheckReplDBHash hook should fsync first 2016-02-23 17:40:06 -05:00
Mike Grundy
a8c2e2c267 SERVER-21990 Deprecation warning from resmoke.py - replicaset.py insert is deprecated 2016-01-25 13:55:38 -05:00
Max Hirschhorn
f176586570 SERVER-21955 Fix issue with MasterSlaveFixture and CleanEveryN hook.
Avoid constructing new Fixture instances inside
MasterSlaveFixture.setup().
2015-12-21 12:35:23 -05:00
Max Hirschhorn
cda9ac3ae9 SERVER-20892 Fix issue with resmoke.py not waiting for initial sync. 2015-10-13 11:04:22 -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