summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
Commit message (Expand)AuthorAgeFilesLines
* roll back previous py-2.4 compatibility changesDan Crosta2012-01-311-5/+5
* python 2.4 compatibilityDan Crosta2012-01-311-5/+5
* 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
* allow connecting to slave in smoke.pyMike Dirolf2010-09-011-1/+1
* Revert "Revert "replace shelling out w/ pymongo calls in smoke.py""Mike Dirolf2010-09-011-13/+11
* Revert "replace shelling out w/ pymongo calls in smoke.py"Mike Dirolf2010-09-011-11/+13
* replace shelling out w/ pymongo calls in smoke.pyMike Dirolf2010-09-011-13/+11
* try to fix smoke.py againEliot Horowitz2010-08-311-1/+1
* fix small oplog debuggingEliot Horowitz2010-08-311-2/+2
* more smoke.py cleanup - remove global from expand_suitesMike Dirolf2010-08-301-13/+6
* clean up smoke.py options handlingMike Dirolf2010-08-301-43/+25
* smoke.py cleanupMike Dirolf2010-08-261-31/+17
* rename targets for smoke.py, but not the scons invocation of themMike Dirolf2010-08-261-21/+21
* just renaming some things in smoke.py to be more consistent - no functional c...Mike Dirolf2010-08-261-116/+118
* try to fix small oplog again - better w= stuffEliot Horowitz2010-08-261-4/+2
* try to make small oplog test more reliableEliot Horowitz2010-08-251-1/+1
* Change how smoke.py waits for replication for smallOplog tests.Richard Kreuter2010-08-181-9/+3
* 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-231-9/+32
|\
| * Merge branch 'master' of github.com:mongodb/mongoMike Dirolf2010-07-231-1/+6
| |\
| | * Add a --nokill to cleanbb, use it in smoke.pyRichard Kreuter2010-07-231-1/+6
| * | add --test-path to smokeClient in smoke.pyMike Dirolf2010-07-231-3/+9
| |/