summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-5998: add smokeCppUnittests target to SCons & smoke.pyDan Crosta2012-06-051-0/+4
* output management for emrEliot Horowitz2012-05-253-18/+266
* don't kill javaEliot Horowitz2012-05-251-4/+5
* fix buildbot phase xferEliot Horowitz2012-05-251-1/+1
* Treat now-deleted tests as passed when using smoke.py to test prior failures.Andy Schwerin2012-05-241-0/+6
* BUILDBOT-132 add smoke.py command line args for invoking buildloggerDan Crosta2012-05-242-16/+54
* SERVER-4504 minor changes from code reviewU-tellus\cwestin2012-05-211-1/+1
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+1
* buildlogger: attach signal handler for run_and_echoDan Crosta2012-05-181-1/+13
* fall back to os.kill() if Popen.send_signal() does not exist (older Pythons)Dan Crosta2012-05-181-1/+4
* send any final buffered output to buildloggerDan Crosta2012-05-181-0/+4
* buildlogger: Don't fail on older Pythons for 201 HTTP statusDan Crosta2012-05-161-1/+18
* BUILDBOT-119: implement retry/backoff logic for buildloggerDan Crosta2012-05-161-42/+90