Commit Graph

179 Commits

Author SHA1 Message Date
gregs
53965e6f03 Allow turning off journaling at smoke.py command line to make tests run faster and not preallocate 2011-08-01 12:44:11 -04:00
gregs
05ed9407e3 clean test case SERVER-3471 2011-07-28 14:25:27 -04:00
gregs
d1968d0838 less chatty waiting for rsclient 2011-07-28 12:56:49 -04:00
gregs
befbd5d49b same fix for count_slaveok.js 2011-07-28 12:56:48 -04:00
gregs
0479284afc ensure rs client on mongos sees slave connection 2011-07-28 12:56:48 -04:00
gregs
0a3a147ffb test and group slaveok fix for SERVER-3405 2011-07-27 15:59:26 -04:00
Spencer T Brody
39032a0f97 Make doing slaveOk reads use all secondaries - SERVER-3462 2011-07-26 10:33:01 -04:00
Kristina
62961e2120 awaitReplication should handle stepdowns more gracefully 2011-07-25 17:51:53 -04:00
dwight
0ba84cb051 minor formatting shell output 2011-07-17 15:17:23 -04:00
dwight
542e6d1847 log nicer for test output 2011-07-16 18:11:35 -04:00
Eliot Horowitz
b3fc313dc0 standardize on 40mb oplog size 2011-07-15 16:40:40 -04:00
Eliot Horowitz
a0f61e484d increase oplog sizes for testing 2011-07-13 01:13:03 -04:00
Kristina
6c1b310ccc fix NumberInt problem in rs tests 2011-07-06 11:15:56 -04:00
Eliot Horowitz
2116b44647 hacks for NumberInt 2011-07-05 12:10:13 -04:00
gregs
f822a3e029 make getOther work better 2011-06-30 12:25:50 -04:00
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