Commit Graph

14 Commits

Author SHA1 Message Date
Max Hirschhorn
e54239b3b9 SERVER-32691 Add write_concern_majority_passthrough.yml test suite.
Reverts to emulating the write concern to work around how prior to
MongoDB 3.4, operations that did writes didn't necessarily accept a
writeConcern object.

Also limits the usage of replica set connection strings to only the
write_concern_majority_passthrough.yml test suite to work around the
lack of complete support of MongoURI parsing in versions of the mongo
shell prior to MongoDB 3.4.

(cherry picked from commit 264d971842)
2018-02-24 02:07:16 -05:00
Mike Grundy
a7e0e6b511 SERVER-24456 Tests should lower RocksDB cache size
(cherry picked from commit dbbad24bfb)
2016-06-16 14:54:41 -04:00
Mike Grundy
f353b945a5 SERVER-22204 Tests should lower WT cache size
(cherry picked from commit dd3d9e3077)

Conflicts:
	etc/evergreen.yml
	src/mongo/shell/utils.js
2016-06-16 14:54:41 -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
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
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