Commit Graph

147 Commits

Author SHA1 Message Date
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
Kyle Banker
4ad294cc1b Merge branch 'master' of github.com:mongodb/mongo 2010-08-02 11:11:21 -04:00
Eliot Horowitz
4fc09de4b7 slow machines need more time to come up 2010-07-31 02:19:21 -04:00
Mathias Stearn
21b3abe03b printShardingSizes helper. need to combine with printShardingStatus 2010-07-30 22:38:18 -04:00
Kyle Banker
f4578edbe5 SERVER-1463 failing count even when oplog is up to date 2010-07-30 16:41:42 -04:00
Kyle Banker
2c9fbfbcd6 SERVER-1463 test failover with arbiter 2010-07-30 14:02:37 -04:00
Kristina Chodorow
3c2c4928c6 Merge branch 'master' of github.com:mongodb/mongo 2010-07-30 13:31:31 -04:00
Kristina Chodorow
ee8252f22f increased oplog size and added rollback test 2010-07-30 13:26:53 -04:00
Eliot Horowitz
62310262e6 split out getURL method for repl set test 2010-07-30 13:19:04 -04:00
Kyle Banker
e07b71d91b SERVER-1520 getlasterror not returning 2010-07-30 13:10:23 -04:00
Kyle Banker
96ab07a306 Increase timeouts for RS tests on slow machines 2010-07-30 13:10:22 -04:00
Kristina Chodorow
db8b0eb35e Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	jstests/replsets/sync1.js
2010-07-30 10:59:17 -04:00
Kristina Chodorow
24b98746ca added another rs restart test 2010-07-30 10:57:21 -04:00
Kyle Banker
0e12d1012f minor: test fix 2010-07-30 10:09:47 -04:00
Kyle Banker
9cd0f9ec6b framework for testing with mongobridge (awaiting more suitable rs code) 2010-07-29 17:27:48 -04:00
Kyle Banker
26098c0e43 minor: replset test cleanup 2010-07-29 15:44:10 -04:00
Kyle Banker
5b3f5cbbda SERVER-1463 remove replset node 2010-07-29 14:29:20 -04:00
Dwight
c3bab20901 --rest for replsettest in shell 2010-07-29 13:31:39 -04:00