0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

236 Commits

Author SHA1 Message Date
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
Eliot Horowitz
3f0ab38bec cleaning some build docs 2010-07-13 17:45:22 -04:00
Richard Kreuter
5f88b9afff Fix a bug in inter-package conflict declarations; fix RPM conflicts. 2010-07-09 13:07:39 -04:00
Richard Kreuter
b5a71dc09d Python calls windows win32. 2010-07-08 15:56:39 -04:00
Richard Kreuter
d133a9d6a3 Fix smoke.py on Windows. 2010-07-08 14:31:27 -04:00
Richard Kreuter
3e2f49e004 Fix an error message in smoke.py 2010-07-08 14:20:58 -04:00
Richard Kreuter
5f9b5ff8d4 Fix smoke.py's smokeParallel; raise an error if 0 tests are to be run. 2010-07-08 13:21:44 -04:00
Richard Kreuter
9a9e88ad92 Work around some missing EC2 node data. 2010-07-08 10:10:41 -04:00
Richard Kreuter
e25b514675 Add a missing brace & fix some whitespace in makedist.py. 2010-07-06 10:29:37 -04:00
Richard Kreuter
b9a4a10a11 Make a couple error messages more explicit in smoke.py. 2010-07-01 16:54:24 -04:00
Richard Kreuter
fdd8e4f20c Add rackspace image name setting for Fedora 13 in makedist.py 2010-07-01 11:10:32 -04:00
Richard Kreuter
430527b642 Re-add code for using EC2 internal addresses in makedist.py 2010-07-01 11:10:32 -04:00
Richard Kreuter
5cc5efe633 Tweak the report printed at the end of smoke.py SERVER-1051 2010-06-15 11:53:05 -04:00
Richard Kreuter
7a663e0e5b Add a note for future improvement of smoke.py SERVER-1051 2010-06-15 10:13:14 -04:00
Richard Kreuter
add5430075 Sort the paths within a test suite, for increased predictability. SERVER-1051 2010-06-15 10:06:33 -04:00
Richard Kreuter
184990c86e Honor smoke-db-prefix in small-oplog tests' slave server. SERVER-1051 2010-06-14 14:37:56 -04:00
Richard Kreuter
73b55af029 Another double-slash tweak in smoke.py. 2010-06-14 14:37:56 -04:00
Richard Kreuter
0437cef453 Disable dbhash checking in smoke.py for now. 2010-06-11 19:28:03 -04:00
Richard Kreuter
753a74d271 Add a field to the error type representing server crashes in smoke.py. 2010-06-11 19:19:38 -04:00
Richard Kreuter
abdc5efc20 Oops. Python scoping error left smoke.py always exiting 1. 2010-06-11 18:06:37 -04:00
Richard Kreuter
6db962ca3b Only use 10MB oplog when --small-oplog is actually supplied. 2010-06-11 17:43:55 -04:00
Richard Kreuter
29cff651d4 Make smoke.py more careful about exit status SERVER-253 & SERVER-1051 2010-06-11 17:06:00 -04:00
Richard Kreuter
ff285839dc Make the smallOplog tests start M/S replication & test dbhashes. SERVER-1051 2010-06-11 17:06:00 -04:00
Richard Kreuter
5e68517674 Tweak smoke.py to avoid double-slashes (workaround for old boosts?). 2010-06-11 15:57:08 -04:00
Richard Kreuter
850896f528 Make smoke.py exit nonzero if tests fail. SERVER-253 2010-06-11 15:33:47 -04:00
Richard Kreuter
315cfe0b50 Add missing suite smokeDisk to smoke.py SERVER-253 2010-06-09 13:25:01 -04:00
Richard Kreuter
21157295d4 Have the scons test targets run smoke.py. SERVER-253 2010-06-09 13:10:59 -04:00
Richard Kreuter
11dd486bdb Comment out the --mongo-repo option in smoke.py for now. SERVER-253 2010-06-07 11:01:41 -04:00
Richard Kreuter
6199f2db33 Rejigger suite support in smoke.py; cleanup children in jstests/shellspawn.js. SERVER-253 2010-06-07 10:04:06 -04:00
Richard Kreuter
a63c019309 Make smoke.py know about suites of tests. 2010-06-07 10:04:06 -04:00
Eliot Horowitz
9ee37421cd freebsd fix? 2010-06-03 12:54:38 -04:00
Eliot Horowitz
456d6a28d3 more debugging for freebsd 2010-06-02 15:14:51 -04:00
Eliot Horowitz
ed66c6013e debugging 2010-06-02 15:03:03 -04:00
Eliot Horowitz
4d201c39db don't look at module links 2010-06-02 14:15:54 -04:00
Eliot Horowitz
8e7d38906d kill procs before data 2010-06-02 13:39:01 -04:00
Eliot Horowitz
dd276b99da more aggressive killing 2010-06-02 13:21:29 -04:00
Richard Kreuter
c9f99b7ef1 Tweak makedist.py to be more careful about git checkouts. 2010-05-28 15:14:43 -04:00
Richard Kreuter
4156a07648 Fix makedist.py mangling for x86 RPM hosts. 2010-05-26 10:07:06 -04:00
Richard Kreuter
18de733187 Alter RPM builds after client was removed from tarballs. 2010-05-25 16:53:49 -04:00
Eliot Horowitz
db6337a8e8 seperate package for c++ client 2010-05-23 23:30:52 -04:00
Richard Kreuter
661478e40b Add stuff for downloading prebuilt drivers; uncomment the core_server() call. 2010-05-20 12:27:43 -04:00
Roman Shtylman
b5faf3b514 buildsystem: added new header directories
ignore the debian directory when looking for duplicate IDs
2010-05-21 00:10:36 +08:00
Richard Kreuter
2e34008046 Add downloads for drivers. 2010-05-20 12:07:12 -04:00
Richard Kreuter
9691e2c743 distmirror.py: new script for making a mirror of mongodb distributions.
Note: doesn't do drivers yet.
2010-05-19 12:48:40 -04:00
Eliot Horowitz
f91cd9eda7 trying to make build work 2010-05-14 23:57:55 -04:00
Eliot Horowitz
bb4dc1d191 try to fix build 2010-05-14 23:37:29 -04:00
Richard Kreuter
f9bba9c120 Tweaks to smoke.py. SERVER-253 2010-05-14 17:01:51 -04:00
Richard Kreuter
b7feb6af29 Fixups in smoke.py, utils.py SERVER-253 2010-05-14 17:01:51 -04:00
Richard Kreuter
f7cf565779 Make smoke.py output resemble _runner.js's. SERVER-253 2010-05-14 17:01:51 -04:00
Richard Kreuter
77abb3c61a smoke.py: new script for running tests. SERVER-253. 2010-05-14 17:01:50 -04:00
Dwight
53ca30be25 use stringstream 2010-05-06 15:46:11 -04:00
Dwight Merriman
8be209992d build procdess tweaking 2010-05-02 19:17:35 -04:00
Dwight Merriman
5473d2a554 boost etc mnior 2010-05-01 21:36:33 -04:00
Dwight Merriman
19ef9359ca vcproj fixes and buildboost.bat for windows 2010-05-01 19:40:57 -04:00
Richard Kreuter
9890ad669a Fix repo pushing for RPMs. SERVER-534 2010-04-30 12:19:50 -04:00
Richard Kreuter
e812c22271 Tweaked some comments in makedist.py Partially resolves SERVER-534. 2010-04-29 16:54:02 -04:00
Richard Kreuter
95025562ff Tidied up makedist.py somewhat. 2010-04-29 16:51:44 -04:00
Richard Kreuter
acf722bb9e Checkpoint changes to packaging scripts. 2010-04-29 16:51:43 -04:00
Richard Kreuter
146858e8f2 Tweak a packaging script. MINOR 2010-04-28 14:35:31 -04:00
Richard Kreuter
ed9dabff05 Another EC2 timing issue. 2010-04-28 12:15:19 -04:00
Richard Kreuter
59b496be18 Two minor changes to packaging scripts. 2010-04-27 15:24:35 -04:00
Richard Kreuter
a41766bef0 Rejigger makedist.py to use libcloud. SERVER-792 2010-04-26 13:16:41 -04:00
Richard Kreuter
b51ccb0204 Minor fix in makealldists.py. 2010-04-23 17:55:01 -04:00
Richard Kreuter
5100a7c813 Significant rejiggering in packaging scripts. 2010-04-23 16:32:31 -04:00
Richard Kreuter
fe092fc624 Many changes to packaging scripts. WIP. 2010-04-23 16:32:31 -04:00
Richard Kreuter
371cd0ee41 Bump xulrunner .deb dependency on Ubuntu to 1.9.2. 2010-04-21 15:54:29 -04:00
Richard Kreuter
1ae88e2a1b Merge branch 'master' of github.com:mongodb/mongo 2010-04-15 12:46:32 -04:00
Richard Kreuter
e18d0186e8 Emit output for makealldists.py again, for buildbot. 2010-04-15 12:46:03 -04:00
Eliot Horowitz
550f020972 ugly hacks for xulrunner 2010-04-15 11:49:16 -04:00