Commit Graph

15 Commits

Author SHA1 Message Date
Robert Guo
b9b133f4d7 SERVER-24966 call testcase.configure only once 2016-07-19 17:28:22 -04:00
Judah Schvimer
433ffe0574 SERVER-24538 Add small_oplog_rs_initsync_static passthrough to include periodic initial sync members 2016-07-19 09:44:37 -04:00
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
f2f6163b0b SERVER-22860 allow resmoke.py to run JS hooks 2016-05-18 13:47:18 -04:00
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