Commit Graph

10 Commits

Author SHA1 Message Date
Robert Guo
ab811bfec9 SERVER-22776 Dump oplog on CheckReplDBHash failure 2016-02-23 18:59:43 -05:00
Mike Grundy
ca39291d73 SERVER-21801 CheckReplDBHash testing hook should check document type (resmoke.py) 2016-01-22 11:43:24 -05:00
Jonathan Abrahams
35de3dca91 SERVER-21949 Add validation testing hook to resmoke.py 2016-01-11 15:39:04 -05:00
Jonathan Abrahams
299dfc420c SERVER-21747 CheckReplDBHash should not print error message when the system collections differ in the presence of other errors 2016-01-07 09:55:15 -05:00
Kamran Khan
1ef94fe109 SERVER-21901 CheckReplDBHash checks wrong node when printing missing docs 2015-12-15 14:16:07 -05:00
Mike Grundy
1991113653 SERVER-21648 resmoke.py's dbHash should compare documents with an ordered dictionary 2015-12-01 22:51:11 -05:00
Charlie Swanson
6d6347195a SERVER-20563 Only append strings to string builders in resmoke.py 2015-09-22 16:54:06 -04:00
Max Hirschhorn
8d117a49d1 SERVER-18933 Fix --continueOnFailure on ASAN builder.
A ServerFailure exception is always converted into a StopExecution
exception, whereas a TestFailure exception is only converted if
--continueOnFailure wasn't specified.
2015-06-12 09:54:18 -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