0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

204 Commits

Author SHA1 Message Date
Eliot Horowitz
a3c5fd0642 finish removing msg 2011-01-16 02:21:07 -05:00
dwight
e1c86828cb typo 2011-01-09 10:57:56 -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
Richard Kreuter
9110e6fe2c More tidying for Linux packaging scripts. 2010-12-06 14:51:19 -05:00
Richard Kreuter
2d2998722b Buildscript updates for some Linux distros. 2010-12-06 12:22:39 -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
Eliot Horowitz
e89e9932e8 helper script 2010-11-20 01:15:38 -05:00
Richard Kreuter
1c90eaadb6 Add/fix AMIs for Ubuntu Maverick. 2010-11-02 11:17:19 -04:00
Richard Kreuter
5e25ec65b7 Packaging script changes for Fedora 13 and Ubuntu 10.10. 2010-11-02 11:15:57 -04: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
Eliot Horowitz
cbc4f28938 some cleaning 2010-09-03 11:58:53 -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
Richard Kreuter
5eb1057607 Add a --nokill to cleanbb, use it in smoke.py 2010-07-23 15:52:52 -04:00
Richard Kreuter
df5d6363d7 Construct full paths to run mongod & other misc. changes in smoke.py 2010-07-23 10:16:07 -04:00
Richard Kreuter
3883d31c1d Run most of the jstests through mongos in a sharded environment. 2010-07-22 12:24:56 -04:00
Eliot Horowitz
4b50326dbc cleaning and error code stuff 2010-07-19 15:37:19 -04:00
Richard Kreuter
c73493e69e More error verbosity in file_allocator. 2010-07-15 16:28:30 -04:00
Mike Dirolf
f995e2db3d docs: generate commands list as internals/VERSION/commands.html 2010-07-15 16:01:46 -04:00
Richard Kreuter
5724e4aaf5 Improve smoke.py's --help output & add some notes for future improvement. 2010-07-15 11:13:19 -04:00
Mike Dirolf
19f4563195 update docs.py to build C++ client docs too 2010-07-14 13:36:29 -04:00
Richard Kreuter
6baaaf605f Split smokeJsSlow into -Nightly and -Weekly suites. SERVER-1361 2010-07-14 11:35:46 -04:00