Commit Graph

711 Commits

Author SHA1 Message Date
Alberto Lerner
bc3f63ebf1 SERVER-1497 Cant mix and match localhost and real IPs 2010-07-28 11:14:26 -04:00
Eliot Horowitz
ae37db95d2 fix printShardingStatus for new schema SERVER-1490 2010-07-27 00:30:56 -04:00
Kyle Banker
bbeca3aea0 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 15:11:07 -04:00
Kyle Banker
e94cc361ed SERVER-1479 and replSet js test cleanup 2010-07-26 15:08:04 -04:00
Eliot Horowitz
401d3ab6b9 dos2unix 2010-07-26 13:32:26 -04:00
Kyle Banker
9d08a04e8e minor: removed unneccesary rs test method 2010-07-26 11:56:12 -04:00
Kyle Banker
c23a930a46 SERVER-1482 SERVER-1479 failing replica set add test 2010-07-26 11:51:40 -04:00
Eliot Horowitz
4aced1b2a4 fix assert 2010-07-23 21:34:43 -04:00
Kyle Banker
b0b5a0c897 use getHostName() for replset tests 2010-07-23 18:29:45 -04:00
Mathias Stearn
5960b04407 Hardcode magic number rather than rely on HOST_NAME_MAX 2010-07-23 18:04:13 -04:00
Mathias Stearn
b56f9612f9 Error code MINOR 2010-07-23 17:55:56 -04:00
Mathias Stearn
09ddf4770f Add getHostName() function to shell 2010-07-23 17:54:32 -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
dwight
4c6bdd1bb2 rs shell 2010-07-23 13:49:20 -04:00
dwight
1cedf66c56 Merge branch 'master' of github.com:mongodb/mongo 2010-07-23 13:35:35 -04:00
dwight
956d782243 rs fix an issue in checknewstate 2010-07-23 13:35:27 -04:00
Eliot Horowitz
3b188186ac an important assert 2010-07-23 12:18:39 -04:00
Eliot Horowitz
d0b0aefff7 Merge branch 'master' of github.com:mongodb/mongo 2010-07-23 12:06:48 -04:00
Eliot Horowitz
5ffa331ac3 increase buffer size so don't hang forever mysteriously when running tests 2010-07-23 12:06:30 -04:00
dwight
4530af27e3 shell vstud 2010-07-23 10:29:41 -04:00
Mathias Stearn
ce2bb7ee71 csv parsing issue SUPPORT-53 2010-07-22 21:13:52 -04:00
Mathias Stearn
dd79445bbb make more commands work with mongos SERVER-1462 2010-07-22 21:03:24 -04:00
dwight
03d4cf029e rs shell helpers 2010-07-22 18:08:20 -04:00
Alberto Lerner
419ba813d3 SERVER-1278 Hook objsLeftInBatch to js code 2010-07-22 15:25:15 -04:00
Dwight
f6229557e8 shell 2010-07-22 13:15:45 -04:00
Alberto Lerner
a7be1e3fc1 dos2unix 2010-07-22 11:33:31 -04:00
Mathias Stearn
cf34f34aaa fix shellkillop jstest 2010-07-21 18:46:00 -04:00
Mathias Stearn
8dd514eecc fix atPrompt logic 2010-07-21 18:46:00 -04:00
Mathias Stearn
6d7606fd1c Revert "Revert "make mongo prompt before killing ops on the server SERVER-1451""
This reverts commit b392dc43b6.

Yes, this is reverting the revert. Unverting if you will
2010-07-21 18:46:00 -04:00
dwight
7532649184 linkify ramlog 2010-07-20 23:20:30 -04:00
dwight
515763a903 Merge branch 'master' of git@github.com:mongodb/mongo 2010-07-20 21:11:50 -04:00
dwight
cc6641eefd small fix diag screen 2010-07-20 21:11:43 -04:00
Aaron
5f8f07d940 SERVER-1405 try to fix parallel tests 2010-07-20 16:10:12 -07:00
dwight
25ac9e3ac3 localhost check 2010-07-20 16:46:32 -04:00
Alberto Lerner
4ab45012de SERVER-1270 Elim remaining c_str()'s 2010-07-20 12:59:47 -04:00
Dwight
e1b3f94e0f rs 2010-07-20 11:34:23 -04:00
Mathias Stearn
b392dc43b6 Revert "make mongo prompt before killing ops on the server SERVER-1451"
This reverts commit 3764a1f1bc.

Need to think about how to make this work with the tests
2010-07-19 22:06:29 -04:00
Mathias Stearn
3764a1f1bc make mongo prompt before killing ops on the server SERVER-1451 2010-07-19 18:55:30 -04:00
Eliot Horowitz
2a65e81471 updating 2010-07-19 16:35:33 -04:00
Dwight
452a187339 html cleaning 2010-07-19 12:08:02 -04:00
dwight
7fc85d6c80 mongo-vstudio 2010-07-18 12:54:45 -04:00
Mathias Stearn
5a2c3aa7ee Fix js munging 2010-07-16 15:42:51 -04:00
Mathias Stearn
15db784238 Revert "TEMPFIX: cant have // in js files except for comments"
This reverts commit b43feb002f.
2010-07-16 15:42:51 -04:00
Mathias Stearn
b43feb002f TEMPFIX: cant have // in js files except for comments 2010-07-16 15:28:10 -04:00
dwight
76b822f6af rs hbmsg 2010-07-16 14:42:04 -04:00
Eliot Horowitz
a911b2cb07 move counting logic to ShardingTest 2010-07-16 10:36:22 -04:00
Eliot Horowitz
34f99e58fd assert lte/gte 2010-07-15 00:29:28 -04:00
Eliot Horowitz
08b84d822c don't allow fsync+lock/unlock through mongos fsync by itselfis ok SERVER-932 2010-07-14 16:30:55 -04:00
Dwight
96dcc6fb4d Merge branch 'master' of github.com:mongodb/mongo 2010-07-14 15:50:41 -04:00