summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/no_passthrough.yml
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31562 Archival for test failures from suites not using a resmoke fixtureJonathan Abrahams2018-02-141-0/+4
|
* SERVER-28302 resmoke.py parser should accept files that don't end in .jsJonathan Abrahams2017-05-261-11/+11
|
* SERVER-27014 Disable inmem_full.jsDavid Hows2016-11-151-0/+3
|
* Revert "SERVER-20617 Temporarily disable wt_nojournal_toggle.js"Geert Bosch2015-09-251-4/+0
| | | | This reverts commit aae60d0d30c116892c1b883d6d2f9bf1409b60fe.
* SERVER-20617 Temporarily disable wt_nojournal_toggle.jsJason Rassi2015-09-241-0/+4
|
* SERVER-19571 configure regression loop to use --readMode commands in suites ↵David Storch2015-07-301-0/+1
| | | | | | | that don't start mongos Adds --shellReadMode flag to resmoke.py and changes Evergreen / resmoke configuration files to pass --readMode commands where appropriate.
* SERVER-1424 Rewrite smoke.py.Max Hirschhorn2015-05-081-0/+11
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.