summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-8795 Revert "SERVER-8782 disable smalloplog geo_update_btree.js on ↵Tad Marshall2013-07-181-3/+0
| | | | | | | | Solaris" This reverts commit cafb1081b84aa443aa0b5c2c12d4d14eaa628a82. Fixing SERVER-8795 should make geo_update_btree.js not segfault.
* SERVER-10128 skip killop.js in auth passthrough until auth no longer ↵Spencer T Brody2013-07-161-1/+2
| | | | requires a read lock
* Make "bare assert" check more selectiveTad Marshall2013-06-181-1/+1
| | | | | | Do not trigger "bare assert" error when " assert(" appears in a quoted string, as it does in src/mongo/shell/mongo.cpp for example (as generated by the Visual Studio build).
* SERVER-9942 Give shared client tests a unique name to placate buildloggerAndrew Morrow2013-06-181-2/+5
| | | | (cherry picked from commit af07d274c2dc0806966b2ffc991eb120ca232da1)
* SERVER-6514 Don't attempt to test shared library clients for out of tree buildsAndrew Morrow2013-06-071-4/+6
| | | | (cherry picked from commit 8e424563048f15a8a7f2fe6de1ad40131a75580b)
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-041-0/+6
| | | | | | | | Primarily a backport of da8c0fa929eeb03dbe3fb0533874de31da0bc8c8, with the following SERVER-6514 fixups patches from master rolled in as well: 680f0bf57260bf020cfaeb35598861c6b89524cb 48f8431210aba4de7d108852bc1d87267237d358
* update logic for including new man pages to >=2.4.0, not >2.4.0Ernie Hershey2013-03-171-3/+3
|
* SERVER-5307 Only include new man pages in rpm if version > 2.4.0Ernie Hershey2013-03-141-3/+3
|
* SERVER-5307 Include new man pages in rpmErnie Hershey2013-03-141-0/+3
|
* improve multiversion install script, now works with python 2.6Greg Studer2013-03-051-63/+69
|
* SERVER-8769 skip opcounters.js when running small_oplog testsSpencer T Brody2013-03-041-1/+1
|
* SERVER-8782 disable smalloplog geo_update_btree.js on SolarisEric Milkie2013-03-041-0/+3
|
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-3/+3
|
* SERVER-8589 disable drop2.js for auth testingEric Milkie2013-02-151-0/+1
|
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() ↵Andy Schwerin2013-02-121-1/+1
| | | | | | | | | | | | | method, tools. Introduces a new overload of the auth() method of DBClientWithCommands to the C++ driver. The new overload takes a single BSONObj of authentication parameters as input, and is analagous to the saslClientAuthenticate method. This new method supports all SASL methods, if the client has GSASL support and previously ran the mongo initializers, plus it supports MONGO_CR. It is the preferred entry point for authentication in the C++ client, going forward. The old ::auth() method remains and keeps its existing behavior.
* Skip jstests/sharding/read_pref.js when running test with auth SERVER-6972 ↵Spencer T Brody2013-02-081-0/+1
| | | | SERVER-4237
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-0/+202
| | | | See internal SSL build instructions for use of this flag.
* SERVER-8414 SERVER-8413 Skip jstests/max_message_size.js when running with authSpencer T Brody2013-01-301-1/+2
|
* SERVER-4237 SERVER-6972 Skip jstests/sharding/read_pref_cmd.js when run with ↵Spencer T Brody2013-01-241-2/+3
| | | | auth
* buildbot multiversion script for installing various mongodb versionsGreg Studer2013-01-211-0/+175
|
* SERVER-8222 remove connections_opened.js from small-oplog testEric Milkie2013-01-181-1/+1
|
* SERVER-8209 reverse logic of --sslForceCertificateValidation with ↵Eric Milkie2013-01-181-1/+2
| | | | --sslWeakCertificateValidation
* SERVER-7864 Make copyDB, clone, and cloneCollection work with auth.Spencer T Brody2013-01-171-1/+0
| | | | | | | | copyDB and clone can only be run when auth is enabled if the client is authenticated as an old-style user. New style users using the extended form privilege documents cannon run copyDB or clone when auth is enabled. They can still run cloneCollection (against the target instance), so long as the source instance doesn't have auth on.
* try to fix smoke.py when running old failing testsEliot Horowitz2013-01-061-1/+1
|
* Skip --only-old-fails if generated with an old version of smoke.pyMathias Stearn2013-01-041-3/+19
|
* fix cleanbb for bambooEliot Horowitz2013-01-041-0/+3
|
* move writing of smoke-last.json above where we throw an exceptionEliot Horowitz2013-01-031-4/+5
|
* SERVER-7128 Add --authenticationMechanism parameter to mongo shell.Andy Schwerin2013-01-021-2/+1
|
* SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl ↵Andy Schwerin2013-01-021-1/+12
| | | | authentication.
* Revert "SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl ↵Andy Schwerin2013-01-021-11/+1
| | | | | | | | authentication." This reverts commit 43cc1547aaf72146f937d3ae72325807539a4199. Reverting while investigating introduced build break.
* SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl ↵Andy Schwerin2013-01-021-1/+11
| | | | authentication.
* smoke.py stores last test results as jsonEliot Horowitz2013-01-011-0/+23
|
* SERVER-7931 Re-enable some tests to run with authSpencer T Brody2012-12-171-4/+0
|
* SERVER-7931 Skip jstests/mr_killop.js when running tests with authSpencer T Brody2012-12-141-0/+1
|
* SERVER-7931 Skip jstests/evalf.js when running tests with authSpencer T Brody2012-12-141-0/+1
|
* SERVER-7864 Skip jstests/copydb when running tests with authSpencer T Brody2012-12-141-0/+1
|
* SERVER-7931 Skip jstests/evald.js when running tests with authSpencer T Brody2012-12-141-0/+1
|
* SERVER-7931 Skip jstests/sharding/features3.js when running tests with authSpencer T Brody2012-12-141-0/+1
|
* SERVER-7202 test with certificatesEric Milkie2012-12-111-4/+8
| | | | Adjust unit tests to present certificates for validation at SSL handshake time.
* [BUILDBOT-138] Fix test elapsed time units to be more saneJ. Randall Hunt2012-12-111-1/+13
| | | | | Will display milliseconds if time is less than 10 seconds, seconds if less than 60 seconds, minutes if more than 60 seconds
* Make test commands disabled by default, and enable them on all testsSpencer T Brody2012-12-111-0/+3
|
* simpler way to print exceptionEric Milkie2012-12-051-2/+1
|
* display exception info when we can't connectEric Milkie2012-12-051-0/+2
|
* temporary fix for run_old_fails()Eric Milkie2012-12-051-1/+2
|
* add SSL smoke testing suiteEric Milkie2012-12-051-2/+5
|
* SERVER-7202 add support for ssl smoke testingEric Milkie2012-12-051-7/+34
|
* do not restart mongod after 20 unit tests have runEric Milkie2012-11-261-2/+2
| | | | mongod was running during smokeCppUnittests and slowing everything down.
* fix --nudge option to lintEliot Horowitz2012-11-191-0/+1
|
* sourcepush now takes an optional filterEliot Horowitz2012-11-111-2/+9
|
* SERVER-4237 SERVER-6972 Skip gle_with_conf_servers when running tests with authSpencer T Brody2012-11-071-0/+1
|