summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUILDBOT-118: use a default socket timeout in buildloggerDan Crosta2012-05-161-1/+3
* use a file lock on emr to avoid conflictsEliot Horowitz2012-05-142-14/+129
* put hadoop jar in treeEliot Horowitz2012-05-112-1/+7
* initial commit of emr based build suiteEliot Horowitz2012-05-115-0/+668
* some suite config refactoring for emrEliot Horowitz2012-05-111-29/+38
* don't kill emr python scriptEliot Horowitz2012-05-111-0/+3
* some md5 helpersEliot Horowitz2012-05-111-0/+9
* Updating packager.py to use the correct GPG signing key instead of the last p...Mike Fiedler2012-05-091-1/+1
* enumerate(x,1) not supported on older PythonsEric Milkie2012-05-021-2/+2
* start the tests_run counting at 1 instead of 0, since we restart mod 20Eric Milkie2012-05-021-1/+1
* better way to count number of tests runEric Milkie2012-05-021-2/+1
* SERVER-5244 restart mongod periodically during testsEric Milkie2012-04-301-0/+8
* Complicate packager.py for when somebody leaves binaries out of tarballs.Richard Kreuter2012-04-251-4/+22
* Have errorcodes.py track fassert and fassertFailed.Andy Schwerin2012-04-231-2/+3