Commit Graph

83 Commits

Author SHA1 Message Date
Mathias Stearn
bcd56a1ebc fix smallOplog tests 2011-10-06 16:57:40 -04:00
gregs
97c7de268e allow ignoring files for testing
for example, to ignore known-bad tests
2011-10-06 09:58:18 -04:00
gregs
4e25a6d588 allow test not to preallocate journal files 2011-08-05 15:31:34 -04:00
gregs
5bd4f5885c allow nopreallocj in smoke.py 2011-08-03 17:11:43 -04:00
gregs
53965e6f03 Allow turning off journaling at smoke.py command line to make tests run faster and not preallocate 2011-08-01 12:44:11 -04:00
dwight
3d9117aa30 need a longer timeout in tests due to preallocation 2011-07-31 20:30:55 -04:00
gregs
64ae794bd8 don't re-add eval if already there 2011-07-28 19:08:35 -04:00
gregs
8ca09e494d Fix for smoke.py 2011-07-28 15:53:50 -04:00
gregs
d6cce7e211 some test case fixes for SERVER-1726 2011-07-28 14:25:27 -04:00
Eliot Horowitz
1e3e443740 comment 2011-07-16 08:48:56 -04:00
Eliot Horowitz
b661f15b4d need a bigger oplog size 2011-04-26 10:52:54 -04:00
Aaron
27f6f7827a Disable dropdb test in small oplog suite 2011-04-18 11:53:26 -07:00
Eliot Horowitz
67f6128404 better debugging 2011-03-10 12:01:16 -05:00
Eliot Horowitz
87de543df7 better timeout 2011-03-10 11:58:47 -05:00
Eliot Horowitz
4480e0f3af increase timeout because of dur 2011-03-10 11:10:47 -05:00
Eliot Horowitz
cb48ff63f2 increase small oplog to 128 from 100 2011-01-19 23:18:15 -05:00
Eliot Horowitz
a3c5fd0642 finish removing msg 2011-01-16 02:21:07 -05:00
Eliot Horowitz
48d3c2dff5 windows support for smoke.py 2010-12-22 16:42:02 -05:00
Eliot Horowitz
fcf9fbe6c2 smokeDur 2010-12-20 14:28:46 -05:00
Eliot Horowitz
d4ab06dc87 remove spam 2010-11-28 02:34:47 -05:00
Eliot Horowitz
9a09669015 fix some bugs in smoke with small oplog that makes it not catch some errors 2010-11-28 02:27:45 -05:00
Mathias Stearn
c017195103 use /usr/bin/env python in all buildscripts 2010-10-21 16:52:51 -04:00
Kristina Chodorow
7066dcd21a check existence of mongo & mongod 2010-10-10 14:59:30 -04:00
Mike Dirolf
863ca9f697 minor: spelling 2010-09-14 10:24:35 -04:00
Mike Dirolf
0e41d66fe2 remove unused one_mongod_per_test mode from smoke.py 2010-09-14 10:24:35 -04:00
Mike Dirolf
00adc3d0d5 use try/finally instead of atexit - avoids calling exit() from w/in atexit 2010-09-07 14:30:29 -04:00
Mike Dirolf
d5c6331a7e bigger oplog for small oplog 2010-09-02 16:08:19 -04:00
Mike Dirolf
1d7d0baa59 smoke.py nicer output 2010-09-02 16:07:42 -04:00
Mike Dirolf
b6321840dd minor: smoke.py timout 2 min -> 5 min 2010-09-02 11:02:17 -04:00
Mike Dirolf
88edf8f439 one more place in smoke.py where we need to talk to a slave 2010-09-01 19:35:45 -04:00
Mike Dirolf
562f58d9a1 allow connecting to slave in smoke.py 2010-09-01 17:48:57 -04:00
Mike Dirolf
0920dbf991 Revert "Revert "replace shelling out w/ pymongo calls in smoke.py""
This reverts commit 465566855d.
2010-09-01 16:35:51 -04:00
Mike Dirolf
465566855d Revert "replace shelling out w/ pymongo calls in smoke.py"
Wasn't ready to push this yet.

This reverts commit c3d1c6d43b.
2010-09-01 11:57:02 -04:00
Mike Dirolf
c3d1c6d43b replace shelling out w/ pymongo calls in smoke.py 2010-09-01 10:13:50 -04:00
Eliot Horowitz
c296e87903 try to fix smoke.py again 2010-08-31 12:51:11 -04:00
Eliot Horowitz
dbdf9d595a fix small oplog debugging 2010-08-31 12:46:12 -04:00
Mike Dirolf
1ae2c584df more smoke.py cleanup - remove global from expand_suites 2010-08-30 13:34:19 -04:00
Mike Dirolf
e82816917d clean up smoke.py options handling 2010-08-30 13:11:28 -04:00
Mike Dirolf
1001ea1777 smoke.py cleanup 2010-08-26 16:34:07 -04:00
Mike Dirolf
7012f9a6ff rename targets for smoke.py, but not the scons invocation of them 2010-08-26 16:01:46 -04:00
Mike Dirolf
306b9cbaa7 just renaming some things in smoke.py to be more consistent - no functional changes 2010-08-26 16:01:46 -04:00
Eliot Horowitz
653d2e588d try to fix small oplog again - better w= stuff 2010-08-26 09:43:28 -04:00
Eliot Horowitz
b5893b906f try to make small oplog test more reliable 2010-08-25 22:44:05 -04:00
Richard Kreuter
ff4dd59c5d Change how smoke.py waits for replication for smallOplog tests. 2010-08-18 10:52:49 -04:00
Mike Dirolf
44aadcec4a minor: use testPath as dirname if it's present 2010-07-28 15:08:25 -04:00
Eliot Horowitz
0ede277603 fix weekly 2010-07-24 23:47:33 -04:00
Kyle Banker
61cafbcde7 resolve merge 2010-07-23 17:18:25 -04:00
Kyle Banker
1ea00cd677 Initial replica set test framework. See jstests/replsets/replset1.js for examples. 2010-07-23 17:11:50 -04:00
Mike Dirolf
6de6bd1ddd Merge branch 'master' of github.com:mongodb/mongo 2010-07-23 16:34:55 -04:00
Mike Dirolf
a5bd01525a add --test-path to smokeClient in smoke.py 2010-07-23 16:34:48 -04:00