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

152 Commits

Author SHA1 Message Date
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