summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * updated aggregate_tracefiles.py as per Dan's suggestionssr5272012-06-211-13/+16
| * added aggregate tracefile python scriptsr5272012-06-201-0/+52
* | SERVER-4237 Skip tests that use benchRun when running with authSpencer T Brody2012-08-011-1/+1
* | For Windows, add delay after killing BuildLogger job objectTad Marshall2012-07-161-0/+3
* | windows unit test - this works on some machines at least it seemsEliot Horowitz2012-07-141-1/+1
* | try to fix running unit tests on windowsEliot Horowitz2012-07-141-1/+4
* | add multiVersion test suite to smoke.pyGreg Studer2012-07-131-0/+1
* | smoke.py: dont add extra command line args to explicit commandsDan Crosta2012-07-131-9/+9
* | Fix Windows process termination with new JobObjectsEric Milkie2012-07-121-5/+5
* | skip building the moduletests.txt file if no modulesDan Crosta2012-07-111-0/+3
* | smoke.py: don't fail if no tests specifiedDan Crosta2012-07-111-1/+2
* | Don't run tests with auth that we know will fail. SERVER-4254 SERVER-6327 SER...Spencer T Brody2012-07-101-2/+6
* | smoke.py: run cleanbb before each test phaseDan Crosta2012-07-102-1/+11
* | allow db modules to declare scripts that are run as a test suiteDan Crosta2012-07-102-6/+52
* | use env.Glob in buildscripts/moduleconfigDan Crosta2012-07-101-1/+1
* | smoke.py: use JobObjects to control child mongods on windowsDan Crosta2012-07-101-3/+34
* | set_globals() now takes a second arg, list of test filenames/suitesDan Crosta2012-07-061-1/+1
* | db/modules may not exist, so don't fail if it doesn'tDan Crosta2012-07-061-0/+3
* | discover and configure modules in db/modules/Dan Crosta2012-07-061-0/+90
* | SERVER-4237 Don't run client suite with authenticationSpencer T Brody2012-07-061-4/+11
* | SERVER-4237: use a default for --keyFile if only --auth was given to smoke.pyDan Crosta2012-07-051-0/+5
* | buildlogger: suppress deprecation warnings on certain python versionsDan Crosta2012-07-051-0/+5
* | SERVER-4237 When running tests with auth, skip tests that run with auth normallySpencer T Brody2012-07-031-1/+7
|/
* Fix recently failing test buildKristina2012-06-121-1/+2
* Added --small-oplog-rs optionKristina2012-06-121-7/+28