Commit Graph

1126 Commits

Author SHA1 Message Date
gregs
76b41b888c use curr collection not coll var when printing shard chunks 2011-10-26 10:45:09 -04:00
Eliot Horowitz
bc5547483a updated windows file 2011-10-26 03:42:19 -04:00
gregs
a7bf027f51 fixes for bench testing and tracking of open mongods 2011-10-25 19:19:23 -04:00
gregs
01a0610e69 jsTest namespace 2011-10-25 16:16:53 -04:00
gregs
c8ae2c6c56 add isStopped function 2011-10-25 16:11:24 -04:00
Brandon Diamond
b92b87505a SERVER-4132: shell prompt now includes repset name 2011-10-25 16:00:04 -04:00
dwight
b5b1c72d4e beginning of dynamic naming (nondns) capability 2011-10-25 12:04:59 -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
Tad Marshall
6133ec7139 SERVER-4084 -- spell 'during' correctly
Change "durring" to "during" in an error message.
2011-10-17 05:47:14 -04:00
Eliot
795c702366 Merge pull request #116 from tadmarshall/SERVER-3991-reissue
SERVER-3991 (reissue) -- don't index past end of string
2011-10-14 22:25:37 -07:00
Eliot
feabf3ca0a Merge pull request #114 from tadmarshall/SERVER-4007-reissue
SERVER-4007 (reissue) -- use .c_str() instead of .data()
2011-10-14 22:22:52 -07: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
agirbal
9b12a1c446 - SERVER-4068: v8 build sometimes fails sharding/auto2.js, may be due to GC 2011-10-13 12:51:43 -07:00
gregs
a0407a42bf allow replsettest to use new run framework in servers.js 2011-10-13 15:45:35 -04:00
gregs
5eb65e7d66 don't call db.getLastError() by default without db variable 2011-10-12 23:47:37 -04:00
Tad Marshall
443ecbfb44 SERVER-3991 (reissue) -- don't index past end of string
This is a reissue of my earlier fix. I'm trying to break them down into
bite-sized parts to make them easier to pull.

Break out of the for() loop once we've advanced the counter past the end.
Skip the test for dangling operator (no character to examine, we're inside
a quoted string) and set danglingOp = false.
2011-10-12 15:50:31 -04:00
Tad Marshall
294bec31d9 SERVER-4007 (reissue) -- use .c_str() instead of .data()
Use .c_str() instead of .data() if the loop is checking for 0 as terminator.
2011-10-12 14:47:28 -04:00
dwight
23a75f9cf4 fix buildbot; not my breakage :-) 2011-10-12 01:55:02 -04:00
Spencer T Brody
6d573a9a6e SERVER-3912: Make .dbshell file on windows be in user directory
instead of current directory.
2011-10-11 18:48:51 -04:00
Greg Studer
1ea7e499bc buildbot check for valid rset before stopping 2011-10-11 19:37:58 -03:00
Dwight
422ad22e0b Merge branch 'master' of github.com:mongodb/mongo 2011-10-11 15:35:56 -04:00
gregs
c7a5764575 buildbot ignore logical run options for replsets 2011-10-11 15:24:04 -04:00
Dwight
1c28360f0e Merge branch 'master' of github.com:mongodb/mongo 2011-10-11 15:17:01 -04:00
Dwight
aa9e7443ab fix shell vcxproj for recent changes to the project 2011-10-11 15:16:55 -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
bef29305f0 string utilities for shell 2011-10-11 12:19:00 -04:00
agirbal
fccf1190d8 - SERVER-2684: v8 was relying on oid.toString() during conversion 2011-10-07 16:29:26 -07:00
agirbal
a6bfe26573 - SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users 2011-10-07 15:40:13 -07:00
nosh
f2cbb54389 SERVER-4035 - fix typo in db.Help()
added 'L' to help output for "db.fsyncUnock"
2011-10-07 12:54:57 -04:00
agirbal
fedce713e9 - SERVER-3676: JSTests::NumberLong fails 2011-10-06 16:55:51 -07: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
dwight
4412a27087 Merge branch 'master' of github.com:mongodb/mongo 2011-10-06 13:07:47 -04:00
dwight
bbf97f7942 compareandswap perftest / minor 2011-10-06 13:07:44 -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
Brandon Diamond
c59d5c43e6 SERVER-3818: Documented insert command within js shell. 2011-10-05 17:58:46 -04:00
Kristina
d21c163de2 Make secondaries go into recovering state when auth is wrong SERVER-3715 2011-10-05 16:56:06 -04:00
agirbal
1a93a3e7da - SERVER-1507: option as string must be converted to boolean
- SERVER-3629: implementation finished
2011-10-04 23:41:04 -07: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
dwight
98865b3bc0 compile 2011-10-02 13:41:51 -04:00
Kristina
a5cfd6af34 make getLastError require auth SERVER-3773 2011-09-30 13:11:21 -04:00
Greg Studer
4193d05ba7 spidermonkey doesn't have Array.isArray 2011-09-29 19:25:30 -03:00
gregs
6ff18f1db9 test case for bulk insert during sharding SERVER-2395 2011-09-29 15:42:45 -04:00
gregs
d419e25c83 Add bulk insert to shell SERVER-2395 2011-09-29 15:15:43 -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