summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* slightly smaller small oplogEric Milkie2012-01-261-1/+1
* Fixing smoke.py enter/exit semantics for "with" replacementEric Milkie2012-01-251-4/+4
* remove all the with's and ternary if's, not supported in Python 2.4Eric Milkie2012-01-251-18/+29
* increase oplog sizeEliot Horowitz2012-01-251-1/+1
* really fix smoke.py...Eliot Horowitz2012-01-241-1/+3
* fix python smokeEliot Horowitz2012-01-241-2/+2
* make smoke.py work on older versionsEliot Horowitz2012-01-231-5/+10
* BUILDBOT-84: add aggregation test suiteDan Crosta2012-01-231-1/+3
* make TestData actually work on WindowsEric Milkie2012-01-061-1/+1
* support mongos test on windowsEric Milkie2012-01-041-1/+1
* smoke all was adding parallel tests twiceEric Milkie2011-12-271-1/+1
* Provide faster feedback when tests are failingMathias Stearn2011-11-291-20/+99
* Skip failing SyncClusterConnection tests when running tests with auth. SERVER...Spencer T Brody2011-11-221-2/+6
* Authenticate at the beginning of every test.Spencer T Brody2011-11-111-0/+1
* Fix smoke.py for older versions of python.Spencer T Brody2011-11-091-1/+1
* Enable running our full js test suite with authentication. SERVER-4237.Spencer T Brody2011-11-091-8/+45
* Put check of current time directly before the call to the operation being timed.Spencer T Brody2011-11-091-1/+1
* fix smallOplog testsMathias Stearn2011-10-061-0/+3
* allow ignoring files for testinggregs2011-10-061-0/+7
* allow test not to preallocate journal filesgregs2011-08-051-0/+5
* allow nopreallocj in smoke.pygregs2011-08-031-3/+10
* Allow turning off journaling at smoke.py command line to make tests run faste...gregs2011-08-011-3/+10
* need a longer timeout in tests due to preallocationdwight2011-07-311-1/+2
* don't re-add eval if already theregregs2011-07-281-1/+1
* Fix for smoke.pygregs2011-07-281-4/+5
* some test case fixes for SERVER-1726gregs2011-07-281-0/+5
* commentEliot Horowitz2011-07-161-0/+4
* need a bigger oplog sizeEliot Horowitz2011-04-261-1/+1
* Disable dropdb test in small oplog suiteAaron2011-04-181-1/+1
* better debuggingEliot Horowitz2011-03-101-0/+2
* better timeoutEliot Horowitz2011-03-101-1/+1
* increase timeout because of durEliot Horowitz2011-03-101-1/+1
* increase small oplog to 128 from 100Eliot Horowitz2011-01-191-1/+1
* finish removing msgEliot Horowitz2011-01-161-3/+5
* windows support for smoke.pyEliot Horowitz2010-12-221-6/+8
* smokeDurEliot Horowitz2010-12-201-0/+1
* remove spamEliot Horowitz2010-11-281-5/+0
* fix some bugs in smoke with small oplog that makes it not catch some errorsEliot Horowitz2010-11-281-7/+29
* use /usr/bin/env python in all buildscriptsMathias Stearn2010-10-211-1/+1
* check existence of mongo & mongodKristina Chodorow2010-10-101-0/+10
* minor: spellingMike Dirolf2010-09-141-1/+1
* remove unused one_mongod_per_test mode from smoke.pyMike Dirolf2010-09-141-20/+7
* use try/finally instead of atexit - avoids calling exit() from w/in atexitMike Dirolf2010-09-071-16/+10
* bigger oplog for small oplogMike Dirolf2010-09-021-1/+1
* smoke.py nicer outputMike Dirolf2010-09-021-2/+3
* minor: smoke.py timout 2 min -> 5 minMike Dirolf2010-09-021-1/+1
* one more place in smoke.py where we need to talk to a slaveMike Dirolf2010-09-011-1/+1