summaryrefslogtreecommitdiff
path: root/buildscripts
AgeCommit message (Expand)Author
2012-08-01SERVER-4237 Skip tests that use benchRun when running with authSpencer T Brody
2012-07-16For Windows, add delay after killing BuildLogger job objectTad Marshall
2012-07-14windows unit test - this works on some machines at least it seemsEliot Horowitz
2012-07-14try to fix running unit tests on windowsEliot Horowitz
2012-07-13add multiVersion test suite to smoke.pyGreg Studer
2012-07-13smoke.py: dont add extra command line args to explicit commandsDan Crosta
2012-07-12Fix Windows process termination with new JobObjectsEric Milkie
2012-07-11skip building the moduletests.txt file if no modulesDan Crosta
2012-07-11smoke.py: don't fail if no tests specifiedDan Crosta
2012-07-10Don't run tests with auth that we know will fail. SERVER-4254 SERVER-6327 SER...Spencer T Brody
2012-07-10smoke.py: run cleanbb before each test phaseDan Crosta
2012-07-10allow db modules to declare scripts that are run as a test suiteDan Crosta
2012-07-10use env.Glob in buildscripts/moduleconfigDan Crosta
2012-07-10smoke.py: use JobObjects to control child mongods on windowsDan Crosta
2012-07-06set_globals() now takes a second arg, list of test filenames/suitesDan Crosta
2012-07-06db/modules may not exist, so don't fail if it doesn'tDan Crosta
2012-07-06discover and configure modules in db/modules/Dan Crosta
2012-07-06SERVER-4237 Don't run client suite with authenticationSpencer T Brody
2012-07-05SERVER-4237: use a default for --keyFile if only --auth was given to smoke.pyDan Crosta
2012-07-05buildlogger: suppress deprecation warnings on certain python versionsDan Crosta
2012-07-03SERVER-4237 When running tests with auth, skip tests that run with auth normallySpencer T Brody
2012-06-12Fix recently failing test buildKristina
2012-06-12Added --small-oplog-rs optionKristina
2012-06-05SERVER-5998: add smokeCppUnittests target to SCons & smoke.pyDan Crosta
2012-05-25output management for emrEliot Horowitz
2012-05-25don't kill javaEliot Horowitz
2012-05-25fix buildbot phase xferEliot Horowitz
2012-05-24Treat now-deleted tests as passed when using smoke.py to test prior failures.Andy Schwerin
2012-05-24BUILDBOT-132 add smoke.py command line args for invoking buildloggerDan Crosta
2012-05-21SERVER-4504 minor changes from code reviewU-tellus\cwestin
2012-05-21SERVER-4504 aggregation explain implementationU-tellus\cwestin
2012-05-18buildlogger: attach signal handler for run_and_echoDan Crosta
2012-05-18fall back to os.kill() if Popen.send_signal() does not exist (older Pythons)Dan Crosta
2012-05-18send any final buffered output to buildloggerDan Crosta
2012-05-16buildlogger: Don't fail on older Pythons for 201 HTTP statusDan Crosta
2012-05-16BUILDBOT-119: implement retry/backoff logic for buildloggerDan Crosta
2012-05-16BUILDBOT-118: use a default socket timeout in buildloggerDan Crosta
2012-05-14use a file lock on emr to avoid conflictsEliot Horowitz
2012-05-11put hadoop jar in treeEliot Horowitz
2012-05-11initial commit of emr based build suiteEliot Horowitz
2012-05-11some suite config refactoring for emrEliot Horowitz
2012-05-11don't kill emr python scriptEliot Horowitz
2012-05-11some md5 helpersEliot Horowitz
2012-05-09Updating packager.py to use the correct GPG signing key instead of the last p...Mike Fiedler
2012-05-02enumerate(x,1) not supported on older PythonsEric Milkie
2012-05-02start the tests_run counting at 1 instead of 0, since we restart mod 20Eric Milkie
2012-05-02better way to count number of tests runEric Milkie
2012-04-30SERVER-5244 restart mongod periodically during testsEric Milkie
2012-04-25Complicate packager.py for when somebody leaves binaries out of tarballs.Richard Kreuter
2012-04-23Have errorcodes.py track fassert and fassertFailed.Andy Schwerin