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

175 Commits

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