Commit Graph

1414 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
Kristina Chodorow
cdc48b26f1 rs priority test SERVER-1503 2010-07-28 10:25:31 -04:00
Kristina Chodorow
7f05f937e8 failing rs test SERVER-1500 2010-07-27 18:36:44 -04:00
Eliot Horowitz
968d40fd38 Merge branch 'master' of github.com:mongodb/mongo 2010-07-27 09:18:44 -04:00
Eliot Horowitz
5af8dd67a8 do'nt run capped6 sharded 2010-07-27 09:18:07 -04:00
Eliot Horowitz
6e7c9d6836 make sure mongod and mongos report command errors the same way SERVER-1472 2010-07-27 00:57:38 -04:00
Kyle Banker
843835b95d SERVER-1494 test 2010-07-26 23:35:39 -04:00
Eliot Horowitz
e5c9d85959 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 23:18:03 -04:00
Eliot Horowitz
6eeeeea25b tony found a bug
Revert "SERVER-1415: Giving incorrect parameter syntax to --replSet shows error in log but continues to run. Maybe it should abort like it does if the parameter is missing all together."

This reverts commit 7740fb4070.
2010-07-26 23:17:29 -04:00
Kyle Banker
79d5c94fd7 rs test updates SERVER-1483 2010-07-26 23:11:09 -04:00
Eliot Horowitz
7740fb4070 SERVER-1415: Giving incorrect parameter syntax to --replSet shows error in log but continues to run. Maybe it should abort like it does if the parameter is missing all together.
Per Eliot's suggestion, instead of calling dbexit in startReplSets thread. Create theReplSet object in main thread, which checks and parses --replSet parameter, then just call its go() methon in startReplSets thread.

Conflicts:

	db/repl/rs.cpp
2010-07-26 21:36:47 -04:00
Aaron
69a0d45f5c capped trunc prob final cut 2010-07-26 15:34:16 -07:00
Kyle Banker
e94cc361ed SERVER-1479 and replSet js test cleanup 2010-07-26 15:08:04 -04:00
Kyle Banker
c23a930a46 SERVER-1482 SERVER-1479 failing replica set add test 2010-07-26 11:51:40 -04:00
Eliot Horowitz
5dbb14804f try to make test more robust 2010-07-25 12:16:55 -04:00
Eliot Horowitz
5d7a159f5a make Object.bsonsize work for regular js object SERVER-1477 2010-07-25 12:08:56 -04:00
Eliot Horowitz
22a21468b5 make sure db.stats is ok 2010-07-24 09:00:57 -04:00
Eliot Horowitz
f2e85afb23 simplifying auto1 2010-07-24 08:58:36 -04:00
Alberto Lerner
91bdfd47c2 Fix auto1.js to reflect early chunking, take 2 2010-07-24 00:06:38 -04:00
Alberto Lerner
ed3b21d319 Fix auto1.js to reflect early chunking 2010-07-23 21:54:53 -04:00
Kyle Banker
b0b5a0c897 use getHostName() for replset tests 2010-07-23 18:29:45 -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
Eliot Horowitz
43336f6018 make test more robust 2010-07-23 16:10:00 -04:00
Richard Kreuter
b8acaef6f1 Don't run indexh under sharded setup. 2010-07-23 11:20:24 -04:00
Eliot Horowitz
fcfbee1341 Merge branch 'master' of github.com:mongodb/mongo 2010-07-23 10:58:18 -04:00
Eliot Horowitz
39b8b842a7 geo haystack SERVER-1315 2010-07-23 10:57:50 -04:00
Richard Kreuter
b815f6cb70 Remove skipIfTestingReplication() from jstests for now. 2010-07-23 10:54:24 -04:00
Eliot Horowitz
10e4067b4b framework for retrying commands because data out of sync SERVER-1471 2010-07-23 10:51:48 -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
Eliot Horowitz
4308df6f3b don't delete old chunk data until there aren't cursors iterating it SERVER-937 2010-07-22 17:24:51 -04:00
Eliot Horowitz
1c2758bf88 fix final reduce scoping SERVER-1400 2010-07-22 16:40:46 -04:00
Eliot Horowitz
7eaaa12cc6 broken test for SERVER-1400 2010-07-22 16:30:52 -04:00
Richard Kreuter
cd913168fb Add a test for SERVER-1400. 2010-07-22 16:11:49 -04:00
Eliot Horowitz
e09197ddf2 re-enable dbcase for sharding SERVER-1443 2010-07-22 15:40:11 -04:00
Eliot Horowitz
f8b872344d Merge branch 'master' of github.com:mongodb/mongo 2010-07-22 15:39:39 -04:00
Eliot Horowitz
380cdd5bf2 handle databases with different cases in mongos SERVER-1443 2010-07-22 15:39:20 -04:00
Alberto Lerner
36f2ba4082 SERVER-1278 Test that cursor survives split/move of chunks 2010-07-22 15:26:25 -04:00
Eliot Horowitz
35642b3f1b Merge branch 'master' of github.com:mongodb/mongo 2010-07-22 13:53:33 -04:00
Eliot Horowitz
ee12ec39cd getLastError handles writeback 2010-07-22 13:52:42 -04:00
Richard Kreuter
b0d3fa02f3 Remove just-added smokeShardingJs target; move sharded jstests to slowNightly. 2010-07-22 13:23:41 -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
364bad304e make indexe differences warning in stats 2010-07-22 10:04:17 -04:00
Eliot Horowitz
df2a72efff fix size() for sharding SERVER-1444 2010-07-22 09:51:22 -04:00
Eliot Horowitz
757322804f turn tests back on SERVER-1444 2010-07-22 09:34:36 -04:00
Eliot Horowitz
c6a1d6a552 locks has a transient state 2010-07-21 23:34:16 -04:00
Alberto Lerner
a976d6ed88 SERVER-1280 Bring back the stop balancer marker 2010-07-21 19:56:18 -04:00
Mathias Stearn
cf34f34aaa fix shellkillop jstest 2010-07-21 18:46:00 -04:00
Eliot Horowitz
fe1e1ce111 changelog can be different 2010-07-21 18:08:56 -04:00