summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* minor: use testPath as dirname if it's presentMike Dirolf2010-07-281-1/+2
* fix weeklyEliot Horowitz2010-07-241-1/+1
* resolve mergeKyle Banker2010-07-232-17/+48
|\
| * Merge branch 'master' of github.com:mongodb/mongoMike Dirolf2010-07-232-9/+22
| |\
| | * Add a --nokill to cleanbb, use it in smoke.pyRichard Kreuter2010-07-232-9/+22
| * | add --test-path to smokeClient in smoke.pyMike Dirolf2010-07-231-3/+9
| |/
| * Construct full paths to run mongod & other misc. changes in smoke.pyRichard Kreuter2010-07-231-3/+17
* | Initial replica set test framework. See jstests/replsets/replset1.js for exam...Kyle Banker2010-07-231-0/+2
* | Run most of the jstests through mongos in a sharded environment.Richard Kreuter2010-07-221-0/+2
|/
* cleaning and error code stuffEliot Horowitz2010-07-192-0/+94
* More error verbosity in file_allocator.Richard Kreuter2010-07-151-0/+4
* docs: generate commands list as internals/VERSION/commands.htmlMike Dirolf2010-07-151-0/+52
* Improve smoke.py's --help output & add some notes for future improvement.Richard Kreuter2010-07-151-2/+33
* update docs.py to build C++ client docs tooMike Dirolf2010-07-141-20/+55
* Split smokeJsSlow into -Nightly and -Weekly suites. SERVER-1361Richard Kreuter2010-07-141-3/+5
* cleaning some build docsEliot Horowitz2010-07-131-0/+33
* Fix a bug in inter-package conflict declarations; fix RPM conflicts.Richard Kreuter2010-07-091-2/+3
* Python calls windows win32.Richard Kreuter2010-07-081-5/+5
* Fix smoke.py on Windows.Richard Kreuter2010-07-081-4/+19
* Fix an error message in smoke.pyRichard Kreuter2010-07-081-2/+2
* Fix smoke.py's smokeParallel; raise an error if 0 tests are to be run.Richard Kreuter2010-07-081-1/+3
* Work around some missing EC2 node data.Richard Kreuter2010-07-081-2/+12
* Add a missing brace & fix some whitespace in makedist.py.Richard Kreuter2010-07-061-1/+1
* Make a couple error messages more explicit in smoke.py.Richard Kreuter2010-07-011-2/+3
* Add rackspace image name setting for Fedora 13 in makedist.pyRichard Kreuter2010-07-011-1/+2
* Re-add code for using EC2 internal addresses in makedist.pyRichard Kreuter2010-07-011-1/+5
* Tweak the report printed at the end of smoke.py SERVER-1051Richard Kreuter2010-06-151-1/+2
* Add a note for future improvement of smoke.py SERVER-1051Richard Kreuter2010-06-151-0/+2
* Sort the paths within a test suite, for increased predictability. SERVER-1051Richard Kreuter2010-06-151-5/+7
* Honor smoke-db-prefix in small-oplog tests' slave server. SERVER-1051Richard Kreuter2010-06-141-1/+1
* Another double-slash tweak in smoke.py.Richard Kreuter2010-06-141-1/+1
* Disable dbhash checking in smoke.py for now.Richard Kreuter2010-06-111-4/+4
* Add a field to the error type representing server crashes in smoke.py.Richard Kreuter2010-06-111-0/+2
* Oops. Python scoping error left smoke.py always exiting 1.Richard Kreuter2010-06-111-0/+1
* Only use 10MB oplog when --small-oplog is actually supplied.Richard Kreuter2010-06-111-1/+1
* Make smoke.py more careful about exit status SERVER-253 & SERVER-1051Richard Kreuter2010-06-111-3/+9
* Make the smallOplog tests start M/S replication & test dbhashes. SERVER-1051Richard Kreuter2010-06-111-32/+123
* Tweak smoke.py to avoid double-slashes (workaround for old boosts?).Richard Kreuter2010-06-111-1/+1
* Make smoke.py exit nonzero if tests fail. SERVER-253Richard Kreuter2010-06-111-0/+1
* Add missing suite smokeDisk to smoke.py SERVER-253Richard Kreuter2010-06-091-0/+2
* Have the scons test targets run smoke.py. SERVER-253Richard Kreuter2010-06-091-29/+43
* Comment out the --mongo-repo option in smoke.py for now. SERVER-253Richard Kreuter2010-06-071-11/+14
* Rejigger suite support in smoke.py; cleanup children in jstests/shellspawn.js...Richard Kreuter2010-06-071-51/+75
* Make smoke.py know about suites of tests.Richard Kreuter2010-06-071-12/+78
* freebsd fix?Eliot Horowitz2010-06-031-1/+1
* more debugging for freebsdEliot Horowitz2010-06-021-1/+3
* debuggingEliot Horowitz2010-06-021-1/+10
* don't look at module linksEliot Horowitz2010-06-021-1/+1
* kill procs before dataEliot Horowitz2010-06-021-3/+5
* more aggressive killingEliot Horowitz2010-06-021-4/+16