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

226 Commits

Author SHA1 Message Date
gregs
7acd676093 Auto-gen zero error codes. 2011-06-21 17:23:01 -04:00
Richard Kreuter
d7c10675a2 Uncomment a debugging hack in packager.py 2011-06-18 14:28:39 -04:00
Richard Kreuter
a3f0217f37 Add support for generating version-sensitive RPM specfiles in packager.py 2011-06-18 14:27:21 -04:00
Eliot Horowitz
bf856b75d9 fix error codes 2011-06-06 14:41:56 -04:00
Eliot Horowitz
510347df13 add verify( <code> , <test> ) SERVER-1259 2011-05-29 22:19:59 -04:00
Mathias Stearn
5d5d572a64 use master for github link to avoid huge diffs 2011-05-12 18:01:53 -04:00
Mathias Stearn
b379b62557 Write docs/errors.md in binary mode 2011-05-12 17:26:22 -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
138040ccc0 not checking msgasserted for dupes 2011-04-15 13:39:47 -04:00
Richard Kreuter
dd2cb5dd88 Use git versions of packaging files, not git HEAD's, to avoid some skew. 2011-03-18 16:15:01 -04:00
Richard Kreuter
72f549af63 Man page updates, pakager.py fixes, maybe SERVER-1968
* packager.py had a bug that left the man pages out of the .deb
  packages.
2011-03-17 14:57:23 -04: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
Richard Kreuter
571db521fa Add support for package revision/release numbers in packager.py. 2011-03-02 14:10:50 -05:00
Richard Kreuter
4738e2f399 Miscellaneous refactoring in packager.py 2011-03-01 16:25:06 -05:00
Richard Kreuter
88f00c9044 Put the right changelogs and initscripts in .debs. 2011-02-28 17:41:15 -05:00
Richard Kreuter
dfa6ac6aad Try to make things work with some newer RPM braindamage. 2011-02-25 16:13:16 -05:00
Richard Kreuter
626b7e2182 Removing old packaging scripts. 2011-02-25 14:26:18 -05:00
Richard Kreuter
4e38e78503 New packaging script, supersedes makedist.py, makealldists.py, mergerepo.py. 2011-02-25 14:26:18 -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
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