Max Hirschhorn
e02c3c769b
SERVER-27285 Fix exception handling in PeriodicKillSecondaries.
...
The exception needs a name in order to access its 'args' attribute.
2017-02-01 17:12:17 -05:00
Max Hirschhorn
07f5d15330
SERVER-27285 Run jsCore tests while periodically killing secondaries.
...
Adds a new core_small_oplog_rs_kill_secondaries.yml suite that after
running tests for a certain period of time (defaults to 30 seconds),
resmoke.py will send a SIGKILL to all of the replica set's secondaries.
Each node is then restarted individually with the primary disabled to
verify it reaches the SECONDARY state within 5 minutes of starting up.
2017-01-30 20:33:17 -05:00
Robert Guo
d4a7012d56
SERVER-26485 ensure JS hooks always have a logger
2017-01-10 11:13:47 -05:00
Judah Schvimer
585a8a9cb8
SERVER-26522 Made CleanEveryN into a TestCase
2017-01-10 09:53:58 -05:00
Robert Guo
b74f90afc1
SERVER-26806 randomly restart initial sync
2016-12-13 18:02:41 -05:00
Robert Guo
e8a3a9266c
SERVER-26523 mark resmoke teardown failures as ServerFailures
2016-12-08 17:04:37 -05:00
Robert Guo
6a8e08ce4c
SERVER-25917 add initialsync fuzzer suite
2016-12-02 14:33:43 -05:00
Judah Schvimer
a79c8b6455
SERVER-26553 Log OperationFailures to test fixture in initial sync hooks
2016-11-08 14:14:55 -05:00
Judah Schvimer
2b116377bb
SERVER-26390 Use fixture logger in initial sync passthroughs
2016-10-05 18:04:58 -04:00
Jonathan Abrahams
d4b173439a
SERVER-25376 Add checkOplog hook for replica sets
2016-09-30 16:25:50 -04:00
Robert Guo
147ad2bd82
Revert "SERVER-25917 add initialsync fuzzer suite"
...
This reverts commit 95d0f75423 .
2016-09-28 10:16:16 -04:00
Robert Guo
95d0f75423
SERVER-25917 add initialsync fuzzer suite
2016-09-27 09:55:58 -04:00
Judah Schvimer
5f40282b37
SERVER-25068 Add passthrough hook to include periodic initial sync members
2016-09-13 10:06:25 -04:00
Eddie Louie
90353265fa
SERVER-25127 Remove unused class definition TypeSensitiveSON
2016-09-08 16:48:14 -04:00
Judah Schvimer
63640ef8a5
SERVER-25252 create static initial sync passthrough that uses resync to restart initial sync
2016-09-02 11:45:19 -04:00
Kyle Suarez
7486388e02
SERVER-25768 skip hooks in fuzzer suites when invalid views present
...
Skips the validate and dbhash hooks for jstestfuzz* suites when listCollections
fails with an InvalidViewDefinition error.
2016-08-24 17:39:00 -04:00
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