summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* 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 authentic...Andy Schwerin2013-01-021-1/+12
* Revert "SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl a...Andy Schwerin2013-01-021-11/+1
* SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl authentic...Andy Schwerin2013-01-021-1/+11
* 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
* [BUILDBOT-138] Fix test elapsed time units to be more saneJ. Randall Hunt2012-12-111-1/+13
* 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
* 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
* SERVER-7503 Fail point test causing nightly to failRandolph Tan2012-10-301-1/+2
* buildbot make smoke.py ignore more explicitGreg Studer2012-10-241-1/+10
* SERVER-7118 Change "mongo modules" to use SConscript files for modules.Andy Schwerin2012-10-231-95/+107
* SERVER-4237 Make sure key file have the correct permissions before running te...Spencer T Brody2012-10-191-0/+2
* fix whitespace/indent and turn onEliot Horowitz2012-10-161-1/+0
* try turning off "Done" for each file so we can see failures more easilyEliot Horowitz2012-10-161-1/+1
* can pass a list of files to lint.pyEliot Horowitz2012-10-162-5/+12
* fix a lot of copyright noticesEliot Horowitz2012-10-151-1/+0
* move lint code to its own directoryEliot Horowitz2012-10-152-1/+108
* hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-151-0/+3361
* SERVER-7356 SERVER-4237 Skip disk tests when running with authSpencer T Brody2012-10-151-0/+2
* remove bb.py as it's no longer needed in buildbotRandall Hunt2012-10-121-23/+0
* SERVER-7317 SERVER-4237 Skip dur tests when running with authSpencer T Brody2012-10-101-0/+2
* SERVER-4237 Make code to skip tests when running with auth work on any platformSpencer T Brody2012-09-261-11/+12
* Don't start a mongod when running CppUnittests.Andy Schwerin2012-09-131-6/+14
* make s3del saferEliot Horowitz2012-09-111-1/+20
* SERVER-6972 SERVER-4237 Skip sharding/read_pref_rs_client.js when running wit...Spencer T Brody2012-09-101-0/+3
* Skip client tests when running with auth. SERVER-4237Spencer T Brody2012-09-041-3/+9
* Merge pull request #248 from zhemao/aggregate-tracefilesIan Whalen2012-08-311-0/+54
|\
| * print out lcov command before running itZhehao Mao2012-06-251-0/+1
| * make sure file exists before getsize in aggregate_tracefiles.pyZhehao Mao2012-06-251-2/+6
| * changed optionparsersr5272012-06-211-6/+4
| * took out die methodsr5272012-06-211-7/+3