summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4237 SERVER-6972 Skip gle_with_conf_servers when running tests with authSpencer T Brody2012-11-071-0/+1
* SERVER-7503 Fail point test causing nightly to failRandolph Tan2012-10-301-1/+2
* buildbot make smoke.py ignore more explicitGreg Studer2012-10-241-1/+10
* SERVER-4237 Make sure key file have the correct permissions before running te...Spencer T Brody2012-10-191-0/+2
* SERVER-7356 SERVER-4237 Skip disk tests when running with authSpencer T Brody2012-10-151-0/+2
* 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
* 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
* 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
* 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-101-0/+7
* allow db modules to declare scripts that are run as a test suiteDan Crosta2012-07-101-4/+15
* 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
* 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
* 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
* 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-241-0/+22
* SERVER-4504 minor changes from code reviewU-tellus\cwestin2012-05-211-1/+1
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+1
* some suite config refactoring for emrEliot Horowitz2012-05-111-29/+38
* 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
* don't start a mongod for slowWeeklyEliot Horowitz2012-04-081-1/+1
* BUILDBOT-106 include date in buildbot's log view when buildlogger is onDan Crosta2012-04-021-0/+2
* add buildlogger (separate test output)Dan Crosta2012-03-231-12/+33
* SERVER-4994 use normpath() for correct behavior on windowsDan Crosta2012-02-291-1/+8
* SERVER-5102: is a tuple, we care about the first partDan Crosta2012-02-281-1/+3
* SERVER 5102: try to avoid tests we can't safely runDan Crosta2012-02-281-5/+9
* Buildbot - don't try to create admin user twice.Spencer T Brody2012-02-241-1/+0
* SERVER-5071: in smoke.py close failfile before deleting itDan Crosta2012-02-241-0/+5
* roll back my previous changeDan Crosta2012-02-021-4/+1
* fail a build if cleanbb.py cannot be runDan Crosta2012-02-021-1/+4
* smoke db port was conflicting with other testsEliot Horowitz2012-02-021-1/+1