Commit Graph

992 Commits

Author SHA1 Message Date
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
Eliot Horowitz
5798ea831b db.logout() command 2011-06-22 13:49:25 -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
Aaron
34c0970db0 cleanups for parallel tests 2011-06-21 22:58:34 -07:00
agirbal
ab47d8d34b fix error codes 2011-06-21 22:35:35 -07:00
Steve Francia
aefc2167f4 Added $db to allowed fields with names starting with '$' 2011-06-21 13:21:09 -07:00
gregs
f671a29c1e retry migrations for test 2011-06-18 15:54:34 -04:00
Eliot
843fe5a042 Merge pull request #43 from dannenberg/master
fixed the custom prompt
2011-06-17 07:00:34 -07:00
gregs
3316127d58 tests for parallel cursor and failover SERVER-2481 2011-06-16 17:34:40 -04:00
dwight
9f15e8cd30 compile newer gcc 2011-06-16 16:48:23 -04:00
Kristina
fb7fdf8527 added options arg to rs.reconfig 2011-06-16 13:06:59 -04:00
dannenberg
808a792186 rs.config alias to rs.conf 2011-06-16 11:39:07 -04:00
dannenberg
1d19f0498c fixed white space mistake 2011-06-15 16:37:23 -04:00
dannenberg
a65dd3a524 prompt can be string or function and works with spidermonkey in addition to v8 2011-06-15 16:32:58 -04:00
dannenberg
2fdf334c6b fixed custom prompt in spidermonkey 2011-06-15 16:27:20 -04:00
dannenberg
1c180c6a60 SERVER-3267 very basic custom prompt added 2011-06-15 13:42:21 -04:00
dwight
bfe34b1985 doesnt make much sense to specify capped without a size so check for that 2011-06-11 12:55:46 -04:00
Kristina
5a450f3c4c added shutdownServer options SERVER-616 2011-06-10 11:13:29 -04:00
dwight
4d5715086f clean up nonce implementation 2011-06-05 18:13:18 -04:00
Eliot Horowitz
94fd6890ec some rs logging cleaning 2011-06-02 02:07:21 -04:00
Kristina
4fe6b5a0e2 better bridging for tests 2011-06-01 15:26:00 -04:00
agirbal
21def6cf94 SERVER-3168: added length() and subtype(). Moved methods from SM layer to utils.js 2011-05-30 10:25:29 -07:00
dwight
284af81234 shell bindata stuff 2011-05-27 00:49:47 -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
Eliot Horowitz
c57cf8d1ae sh.moveChunk 2011-05-13 17:02:07 -04:00
Dwight
bb1ccfa6f3 remove WIN32 define from vcxprojs 2011-05-11 13:55:41 -04:00
agirbal
088f11a6d6 fix compile 2011-05-10 19:15:18 -07:00
Mathias Stearn
6141dacd9f remove support for validate 1.9.0-specific validate output 2011-05-09 11:46:22 -04:00
Eliot Horowitz
91c9abc306 better debugging 2011-05-08 17:28:46 -04:00
Eliot Horowitz
9e4087883d put fields into system.profile, not a big string SERVER-3061 2011-05-08 00:53:07 -04:00
Kristina
360a8eadfe added ability to partition replica sets for testing 2011-05-06 13:26:37 -04:00
Eliot Horowitz
18dc400e68 don't allow blank usernmae or password SERVER-3003 2011-05-03 10:53:24 -04:00
agirbal
1725803c20 SERVER-2579: all v8 object creation is now lazy.
Correct allocation and freeing of underlying C++ object.
Correct ordering of object properties even when new ones are added within JS.
Supports deletion of properties with lazzy wrapper.

Also removed scope->setThis in favor of passing it in the invoke() command.
2011-05-02 16:08:41 -07:00
Eliot Horowitz
815b995207 more getLog work
show logs
show log helpers in shell
2011-05-02 15:01:52 -04:00
Mathias Stearn
ef373aa1de remove whitespace before trailing ; in shell helpers SERVER-3001
This was causing issues when someone typed "use some_db ;" into the shell
2011-05-02 13:28:11 -04:00
dwight
f46e187301 put hostname in the log. should make support a little easier. 2011-04-29 23:22:21 -04:00
Eliot Horowitz
c574959c57 shell helpers for turning on/off balancer SERVER-2680 2011-04-29 17:37:45 -04:00
Eliot Horowitz
ae53a3a0ce fix getOther for replica sets 2011-04-21 14:57:44 -04:00
Eliot Horowitz
b291d96b0a move sleep into core utils instead of shell 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
3835614864 some more sh. helpers 2011-04-19 16:40:22 -04:00
Eliot Horowitz
d2bd72c3e4 more sh helpers 2011-04-16 02:41:09 -04:00
Eliot Horowitz
138040ccc0 not checking msgasserted for dupes 2011-04-15 13:39:47 -04:00
Eliot Horowitz
bf09b1cc49 sharding helper 2011-04-15 02:44:10 -04:00
Eliot Horowitz
e46920d6b3 starting to work on sharding helper (sh) 2011-04-14 20:00:18 -04:00