Commit Graph

220 Commits

Author SHA1 Message Date
Spencer T Brody
408a7cec5e Fix authentication handling for parallel shell. 2011-11-14 11:32:34 -05:00
Spencer T Brody
ea662bee62 Don't add admin user for mongod in auth test if its a part of a replica set 2011-11-10 23:13:11 -05:00
Spencer T Brody
7b92494060 If restarting an array of nodes, authenticate to that every node in the array. 2011-11-10 22:27:37 -05:00
Spencer T Brody
7d69c49e97 Use MongoRunner to start new mongoses for tests. 2011-11-10 20:46:03 -05:00
Kristina
3bbe355757 Fix db check for parallel shell 2011-11-10 16:56:26 -05:00
Kristina
1b8a09bc33 Much cleaner handling of parallel shell args 2011-11-10 15:27:54 -05:00
Kristina
20e0643c1a Allow parallel shell to authenticate 2011-11-10 13:47:07 -05:00
Spencer T Brody
1624e05909 Start standalone mongod's with --keyFile for auth tests in case that mongod is added to a shard or replSet later. 2011-11-10 13:29:52 -05:00
Spencer T Brody
f2d426df70 Enable running our full js test suite with authentication. SERVER-4237. 2011-11-09 18:06:10 -05:00
gregs
7a4e3bca9e allow setting nopreallocj in ShardingTest directly 2011-11-03 15:50:46 -04:00
gregs
204f1999bf allow lookup of index of config server in ShardingTest 2011-10-31 09:28:59 -04:00
gregs
a7bf027f51 fixes for bench testing and tracking of open mongods 2011-10-25 19:19:23 -04:00
gregs
c8ae2c6c56 add isStopped function 2011-10-25 16:11:24 -04:00
Eliot Horowitz
99db06077e fix \. in printShardingStatus when looking up collections, part of SERVER-3702 2011-10-23 23:34:27 -04:00
Spencer T Brody
8a93ffd3f8 Make all mongoses shut down when stopping a ShardingTest. 2011-10-20 19:19:39 -04:00
gregs
ad39dc9944 buildbot also shut down config servers in sharding tests 2011-10-19 12:13:07 -04:00
gregs
b8d9f892be add shard name to shard conn 2011-10-18 14:49:11 -04:00
gregs
aff5b255da test for SERVER-3763 2011-10-17 17:10:09 -04:00
gregs
89271fb8ac allow custom properties to be passed to all shards and nodes in sharded rsets 2011-10-13 17:43:35 -04:00
gregs
a0407a42bf allow replsettest to use new run framework in servers.js 2011-10-13 15:45:35 -04:00
Greg Studer
1ea7e499bc buildbot check for valid rset before stopping 2011-10-11 19:37:58 -03:00
gregs
c7a5764575 buildbot ignore logical run options for replsets 2011-10-11 15:24:04 -04:00
gregs
5b228813c3 make shardingtest constructor sane 2011-10-11 14:42:46 -04:00
gregs
d936e4e4c5 more consistent mongoRunner framework 2011-10-11 12:39:03 -04:00
gregs
dfd49fc99c buildbot db not set for sharding tests auth.js
also do not use slaveok
2011-10-06 18:16:51 -04:00
gregs
deb6498c0b allow waiting for balancer when turned on or off for more reliable tests 2011-10-06 10:26:03 -04:00
Kristina
d21c163de2 Make secondaries go into recovering state when auth is wrong SERVER-3715 2011-10-05 16:56:06 -04:00
Dwight
ae30374ed8 Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	db/btree.cpp
	db/db.vcxproj
	dbtests/test.vcxproj
	server.h
	util/concurrency/rwlock.h
	util/concurrency/value.h
2011-10-03 13:43:34 -04:00
gregs
6ff18f1db9 test case for bulk insert during sharding SERVER-2395 2011-09-29 15:42:45 -04:00
gregs
4621d26de7 test for recheck of reset shard version SERVER-3889 2011-09-29 14:48:28 -04:00
gregs
38fe35874d auto-reload chunk manager to check version not reset after third staleconfig SERVER-3889 2011-09-29 14:48:17 -04:00
Eliot Horowitz
357f336ff9 if a chunk is too big to migrate, mark it as jumbo and move on SERVER-2571 2011-09-21 21:14:55 -04:00
Dwight
296e4e15da tweak text 2011-09-20 15:58:20 -04:00
Eliot Horowitz
7dc52e245c ReplSetTest.stopmaster helper 2011-09-04 00:48:26 -04:00
gregs
8c0e882052 test for SERVER-3710 2011-08-29 15:36:41 -04:00
gregs
b52af9b709 fix for sharding slaveok 2011-08-09 02:29:41 -04:00
Eliot Horowitz
67cf81180f cleaning 2011-08-08 23:37:44 -04:00
Eliot Horowitz
d095b538b8 npe in shell util 2011-08-06 00:12:01 -04:00
Eliot Horowitz
abf6327727 fix shell scripts for testing repl set names 2011-08-05 16:15:56 -04:00
gregs
6bf06f445e don't allow multikey shard indices or array values in shard keys 2011-08-04 12:54:16 -04:00
gregs
16955912bc allow sharding and rs tests to respect smoke --nopreallocj setting 2011-08-03 17:35:43 -04:00
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