Commit Graph

82 Commits

Author SHA1 Message Date
Eliot Horowitz
6c7c8236bb nice printLog method 2010-07-02 10:15:31 -04:00
Eliot Horowitz
92e8ad86fa finish first cut at migrate in mognod and lots of fixes SERVER-933 2010-07-02 00:51:41 -04:00
Eliot Horowitz
5f97419777 better printChunks 2010-07-01 16:05:37 -04:00
Mathias Stearn
037c637283 print success message on tests where this is possible 2010-06-29 14:25:29 -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
dwight
ec85177ba1 shell 2010-06-11 00:16:34 -04:00
dwight
4c51a62b5b shell cleaning 2010-06-07 21:50:36 -04:00
dwight
001b28d3f6 shell tweaking 2010-06-07 21:38:23 -04:00
Alberto Lerner
9f22a44e05 SERVER-950 addshard's maxSize option is in effect (carefull, no way to undo it yet). 2010-06-07 15:15:06 -04:00
Dwight
370f9a1bd2 shell stuff 2010-06-07 11:17:08 -04:00
Eliot Horowitz
7728b70838 fix shell parallle 2010-05-10 11:15:35 -04:00
Eliot Horowitz
27f8361d4d multi-update yields SERVER-516
also some better parallel tools
2010-05-08 22:05:36 -04:00
Mathias Stearn
226b6f8ad6 prettier printShardingStatus() 2010-04-29 20:09:10 -04:00
Mathias Stearn
97aa0c2837 Fix printShardingStatus() 2010-04-29 19:50:54 -04:00
Eliot Horowitz
a19e992925 use Shard class instead of string for passing around Shards 2010-04-27 12:32:59 -04:00
Eliot Horowitz
aa1b777c61 database and shard _id is now meaningful 2010-04-21 17:44:07 -04:00
Eliot Horowitz
55e8b26481 basic serverStatus for mongos SERVER-942 2010-04-20 12:58:04 -04:00
Mathias Stearn
58c3c7857a Nicer printShardingStatus 2010-04-13 21:05:55 -04:00
Aaron
07db021d74 SERVER-803 add test 2010-03-22 12:44:45 -07:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
0bba41a0bb mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
Eliot Horowitz
52ae8b64d3 more tests for sync cluster connection 2010-03-11 15:14:11 -05:00
Eliot Horowitz
43ab678aa0 read only command support in ClusterSyncConnection 2010-03-11 11:20:20 -05:00
Aaron
4029955179 SERVER-705 return return code when stopping mongod program 2010-03-08 12:54:39 -08:00
Eliot Horowitz
8d3801a3b7 oops - forgot to commit this 2010-02-28 21:10:38 -05:00
Eliot Horowitz
c85b784793 start of SyncClusterConnection tests 2010-02-28 20:40:36 -05:00
Eliot Horowitz
0e10fb3768 cleaning test code 2010-02-28 13:51:34 -05:00
Eliot Horowitz
e310776ecf make chunk size configurable and default 200mb 2010-02-12 15:27:43 -05:00
Eliot Horowitz
a94e0b79b1 increase threshold to start mongod 2010-02-11 17:45:29 -05:00
Eliot Horowitz
5eb5dab79f SERVER-500 - use ports < 32867 and no http interface for sharding tests 2010-02-09 22:13:28 -05:00
Aaron
fd8f4be646 SERVER-500 lower base port for e2e tests 2010-02-09 11:38:19 -08:00
Aaron
a0010982f7 SERVER-500 try hardcoded ports 2010-02-02 14:29:14 -08:00
Eliot Horowitz
90d5493371 remove lock file in repl tests 2010-02-01 22:50:49 -05:00
Eliot Horowitz
c7a9785fb4 removeFile - fixes repltest 2010-02-01 22:07:05 -05:00
Aaron
beb2fcafd0 MINOR prevent quite unlikely potential port ordering race condition 2009-12-10 09:08:37 -08:00
Aaron
378e3ee276 SERVER-85 converted repl tests to use new frameworks and small files- 2009-12-09 17:38:48 -08:00
Eliot Horowitz
0fb7289f3a refactoring/cleaning of drop/dropDatabase/removeshard 2009-11-24 17:28:57 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Eliot Horowitz
8f1aea304a bad git commit 2009-11-24 13:21:38 -05:00
Eliot Horowitz
0254bf6cf0 google profiler 2009-11-24 13:08:36 -05:00
Eliot Horowitz
14a6e978ba is this really waht broke? 2009-11-23 10:22:31 -05:00
Eliot Horowitz
6ecbbdebb7 sync before going straight to mongod 2009-11-23 08:59:46 -05:00
Eliot Horowitz
420a7e51f0 db.printShardingStatus 2009-11-19 10:07:59 -05:00
Eliot Horowitz
697ce04a25 some utils for printing out sharding info 2009-11-06 13:55:00 -05:00
Eliot Horowitz
ccd4f09387 cleaning sharding tests 2009-11-02 15:30:12 -05:00
Eliot Horowitz
a361b49376 a basic repl test that just ensures master/salve are the same - multi update test as well SERVER-268 2009-10-26 14:32:20 -04:00
Eliot Horowitz
21964f0873 trying to clean/speedup repl tests a bit - SERVER-10 2009-10-26 14:19:52 -04:00
Eliot Horowitz
c628c7b93f don't allow shards on localhost unless allowLocal : true SHARDING-47 2009-10-12 13:27:04 -04:00
Eliot Horowitz
8a6dfdc9e9 cleaning tool debugging/tests 2009-10-09 22:11:15 -04:00
Eliot Horowitz
9c3215b828 --smallfiles for some tests 2009-10-09 13:09:45 -04:00