summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* avoid error message on Windows buildsEric Milkie2012-04-201-1/+4
* buildlogger: make everything unicodeDan Crosta2012-04-122-0/+21
* be explicit about encodings in buildloggerDan Crosta2012-04-101-4/+11
* was accidentally sending (int, None) tuples as log linesDan Crosta2012-04-101-17/+17
* don't start a mongod for slowWeeklyEliot Horowitz2012-04-081-1/+1
* SERVER-5484 temporarily disable sharded aggregation testChris Westin2012-04-031-1/+1
* SERVER-3331: Changes to the client SConstruct to improve windows building.Andy Schwerin2012-04-021-5/+21
* SERVER-3884 ; clean up expression handling; enable sharded testU-tellus\cwestin2012-04-021-1/+1
* access HTTPError headers safelyDan Crosta2012-04-021-3/+4
* use buildbot credentials, not settings.py, for buildloggerDan Crosta2012-04-021-10/+17
* BUILDBOT-106 include date in buildbot's log view when buildlogger is onDan Crosta2012-04-021-0/+2
* BUILDBOT-108: note start and end of test in buildloggerDan Crosta2012-04-021-2/+5
* do md5 for srcEliot Horowitz2012-03-301-2/+2
* SCons: Fix typo in make_archive.pyAndy Schwerin2012-03-301-1/+1
* correctly propagate SIGTERM to wrapped children in buildloggerDan Crosta2012-03-271-2/+19
* fail to build if you use a bare assert SERVER-1259Eliot Horowitz2012-03-261-0/+10
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+2
* python-2.4 compatible version of cleanbb.pyDan Crosta2012-03-261-5/+7
* add buildlogger (separate test output)Dan Crosta2012-03-232-12/+369
* Fix Windows build of zip archives in SCons.Andy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-232-0/+175