0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
Robert Guo
b13bac6c1b SERVER-25358 resmoke should shutdown mongod cleanly on Windows 2016-08-16 10:52:20 -04:00
iwysiu
76fb4530a1 SERVER-24328 modify resmoke for concurrent testcases 2016-07-01 11:52:15 -04:00
Mike Grundy
dbbad24bfb SERVER-24456 Tests should lower RocksDB cache size 2016-06-14 18:16:27 -04:00
Mike Grundy
dd3d9e3077 SERVER-22204 Tests should lower WT cache size 2016-06-13 16:33:56 -04:00
Max Hirschhorn
153bc4fd12 SERVER-22219 Use subprocess32 on POSIX systems if it's available. 2016-01-21 20:25:15 -05:00
Max Hirschhorn
9be7e812e0 SERVER-19813 Handle invalid UTF-8 sequences in subprocess output. 2015-10-16 19:38:29 -04:00
Max Hirschhorn
12ae3ef9a6 SERVER-20828 Always enable journaling for config servers in tests.
Change ShardingTest and resmoke.py to pass --journal if --configsvr is
specified.
2015-10-08 16:31:31 -04: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
53f0b88ef9 SERVER-20475 Add --preallocJournal option to resmoke.py.
Defaults to off.
2015-09-21 09:06:22 -04:00
Charlie Swanson
d5d4e19eeb SERVER-18273 Increase size of port range, use TestData to specify port range 2015-09-09 13:14:48 -04:00
Charlie Swanson
ff6326e5ab SERVER-18273 Compute ranges of ports for each job in resmoke.py 2015-09-03 09:15:11 -04:00
Adam Midvidy
2ec075a6d6 SERVER-19448 implement resmoke.py support for c++ integration tests 2015-08-11 13:50:17 -04:00
Randolph Tan
1cfa494116 SERVER-19390 Make config server read commands do read committed 2015-08-06 09:58:01 -04:00
Adam Midvidy
83f1d80c6f SERVER-19646 pass setParameters through to TestData in resmoke.py 2015-07-31 13:51:49 -04:00
David Storch
967422b380 SERVER-19571 configure regression loop to use --readMode commands in suites that don't start mongos
Adds --shellReadMode flag to resmoke.py and changes Evergreen / resmoke configuration files to pass
--readMode commands where appropriate.
2015-07-30 14:56:45 -04:00
Robert Guo
e4aa8caf29 SERVER-19336 Add ESE tasks to Evergreen 2015-07-24 11:07:06 -04:00
Adam Midvidy
cf1a2f6d70 SERVER-19299 add the ability to pass --setParameter arguments on the command line to resmoke.py 2015-07-21 18:14:13 -04:00
Max Hirschhorn
6b41043ce9 SERVER-17526 Enable tracking of spawned processes in MCI.
On Windows, this will cause MCI to assign processes to a job object.
Change resmoke.py to only create a job object if the current process
is not already assigned to one.
2015-05-28 20:26:41 -04:00
Max Hirschhorn
cbad138582 SERVER-18600 Avoid giving the same port to multiple processes. 2015-05-21 19:50:54 -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