Kristina
c4a92236f3
fix auth test and missing hook call
2011-06-23 13:32:05 -04:00
Kristina
8335369399
fix ShardingTest bug
2011-06-22 14:20:53 -04:00
Kristina
8c8f5220ef
added extraOptions to ShardingTest ctor
2011-06-22 12:56:22 -04:00
Kristina
d48c3165d3
Revert "allow reconfig on secondary on startup"
...
This reverts commit 6973006921 .
2011-06-22 10:21:13 -04:00
Kristina
6973006921
allow reconfig on secondary on startup
2011-06-22 10:06:22 -04:00
gregs
f671a29c1e
retry migrations for test
2011-06-18 15:54:34 -04:00
gregs
3316127d58
tests for parallel cursor and failover SERVER-2481
2011-06-16 17:34:40 -04:00
Kristina
4fe6b5a0e2
better bridging for tests
2011-06-01 15:26:00 -04:00
Kristina
b7b8c16d61
fix test to pass through this
2011-05-17 16:55:10 -04:00
Kristina
0988843ddf
make ReplSetTest::awaitReplication more robust
2011-05-17 15:04:34 -04:00
Kristina
360a8eadfe
added ability to partition replica sets for testing
2011-05-06 13:26:37 -04:00
Eliot Horowitz
ae53a3a0ce
fix getOther for replica sets
2011-04-21 14:57:44 -04:00
Kristina
c889977329
rs test fixes
2011-04-21 11:19:55 -04:00
dwight
78f525a937
more startMongnoProgram test script start time
2011-04-20 08:01:35 -04:00
Eliot Horowitz
e46920d6b3
starting to work on sharding helper (sh)
2011-04-14 20:00:18 -04:00
Aaron
fce112398b
SERVER-1465 remove replica pairs
2011-03-29 16:56:53 -07:00
Kristina Chodorow
7b77930c05
fix typo SERVER-2798
2011-03-19 09:13:03 -04:00
greg
737a20b8fa
Fixes for distributed lock handling time skew.
...
In general, the current distributed lock is susceptible to time skew in config servers and mongos clients. This update
uses an algorithm that checks for time skew, as well as providing some more robust tests to make sure a distributed
lock cannot be forced prematurely. Some documentation on the website, currently hidden from non-10gen, gives more
info.
2011-03-01 14:15:26 -05:00
Eliot Horowitz
244655b2ad
less verbose chunk info by default
2011-03-01 13:21:04 -05:00
dwight
f94110baed
higher timeout for startMongoProgram
2011-02-04 20:13:34 -05:00
dwight
11e614465f
wait longer
2011-02-04 16:16:22 -05:00
Aaron
786b5defd8
don't use double quotes in startParallelShell
2010-12-29 08:48:57 -08:00
Eliot Horowitz
7bcbeaf91d
printShardingStatus gives shard/chunk counts and won't print chunks if too many
2010-12-27 02:59:45 -05:00
Eliot Horowitz
87e7d1d096
comments and more utils for sharding + rs tests
2010-12-20 01:27:41 -05:00
Kristina
1e196fb851
check that latest writes haven't changed in repl tests
2010-12-14 10:09:43 -05:00
Richard Kreuter
1f0c57ec7f
Have ToolTest runMongoProgram return the program's exit, for asserting.
2010-12-10 17:32:21 -05:00
Dwight
a83ad16ce7
shell comments and such
2010-12-09 15:12:58 -05:00
Kristina Chodorow
3198769ad5
add rs lib for common test funcs, fix test
2010-11-08 18:04:15 -05:00
Kristina Chodorow
6672ae0388
replset fastsync test
2010-11-03 12:28:04 -04:00
Kristina Chodorow
8574f8f377
display ts for debugging MINOR
2010-10-18 11:59:51 -04:00
Aaron
f9110a0355
SERVER-1818 add shutdown kill test
2010-10-05 12:16:53 -07:00
Alberto Lerner
76910b9593
SERVER-1836 don't mention droped colleciton in printShardingStatus
2010-09-23 10:30:27 -04:00
Eliot Horowitz
662ffe1dcd
sharding test with multiple collections
2010-09-17 08:40:57 -04:00
Tony Hannan
af62d45cf7
Filter out methods when creating command line options from an object so we can supply an object and not just a dictionary
2010-09-14 12:18:27 -04:00
Kristina Chodorow
805346d1e1
fix sharding tests
2010-08-27 17:33:08 -04:00
Kristina Chodorow
f7932bcc15
tests SERVER-1665
2010-08-27 15:25:36 -04:00
Kyle Banker
d11ec32d5e
increase oplog size and better debugging for replset2.js test
2010-08-26 12:13:08 -04:00
Kyle Banker
b3f64d75e7
SERVER-1598 test getLastErrorDefaults
2010-08-10 13:31:42 -04:00
dwight
cd5160eed5
dont run test
2010-08-08 10:26:09 -04:00
Eliot Horowitz
89dd76f279
make sharding/rs test faster
2010-08-06 10:42:26 -04:00
Eliot Horowitz
1cec025127
put default back
2010-08-04 15:58:22 -04:00
Eliot Horowitz
dde04ae363
when restarting repl set don't blow away directories
2010-08-04 15:56:38 -04:00
Eliot Horowitz
b7462314c4
Merge branch 'master' of github.com:mongodb/mongo
2010-08-04 12:33:04 -04:00
Eliot Horowitz
bed0983cc0
clean up data files after sharding/replset tests
2010-08-04 12:32:44 -04:00
Kyle Banker
8781354dd7
SERVER-1564
2010-08-04 12:19:16 -04:00
Eliot Horowitz
6b3335aea5
test robustness
2010-08-03 14:01:12 -04:00
Eliot Horowitz
f35d46318b
fix sharding test
2010-08-03 12:52:18 -04:00
Eliot Horowitz
69207258a1
test for sharding with replica sets and 3 config servers SERVER-941
2010-08-03 12:21:56 -04:00
Eliot Horowitz
41e7ed783c
fix replset1
2010-08-03 00:07:34 -04:00
Kyle Banker
6fb8034fc9
Set slave okay by default for RS tests
2010-08-02 16:41:03 -04:00