0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

842 Commits

Author SHA1 Message Date
Alberto Lerner
eb4c54bf5a compile 2010-11-23 08:18:37 -05:00
dwight
f6a923ca3f show repl state in shell prompt. needs more work 2010-11-23 04:16:04 -05:00
dwight
95517ebb68 help cleaning 2010-11-23 04:15:19 -05:00
Kristina Chodorow
a836da437b vstudio changes for replinfo commands 2010-11-18 09:57:01 -05:00
Kristina Chodorow
f8cd15152b printReplicationInfo and printSlaveReplicationInfo for rs SERVER-1890 2010-11-17 14:15:22 -05:00
dwight
7721712824 better shell help 2010-11-16 23:15:00 -05:00
dwight
786801bb70 clearer error msgs 2010-11-12 20:46:02 -05:00
dwight
8c11db1487 rs clearer 2010-11-12 16:09:14 -05:00
dwight
8d3642f234 crlf 2010-11-12 15:50:54 -05:00
Eliot Horowitz
5d50b728f8 replace goingAway with inShutdown() SERVER-1876 2010-11-11 01:47:15 -05:00
Kristina Chodorow
3198769ad5 add rs lib for common test funcs, fix test 2010-11-08 18:04:15 -05:00
Dwight
c5ca01e648 dur 2010-11-04 17:43:02 -04:00
Aaron
15802fea83 disable run_program1 in parallel test suite 2010-11-03 23:45:03 -07:00
Kristina Chodorow
6672ae0388 replset fastsync test 2010-11-03 12:28:04 -04:00
Eliot Horowitz
8c0fa5aa5e update shell for vs 2010-11-01 20:27:07 -04:00
Mathias Stearn
d1b5bad751 Remove underscore from db.adminCommand and add alias to old name 2010-11-01 13:39:57 -04:00
dwight
846d748e4a rs.freeze(); crlf 2010-10-31 14:42:08 -04:00
Eliot Horowitz
1e2c723b24 increase timeout on killing 2010-10-29 15:04:22 -04:00
Eliot Horowitz
88782349c2 update static shell js 2010-10-26 00:17:45 -04:00
Kristina Chodorow
be3ca8e084 updated rs.help() 2010-10-25 14:02:46 -04:00
Kristina Chodorow
8574f8f377 display ts for debugging MINOR 2010-10-18 11:59:51 -04:00
Dwight
52fc08fb5d update msvc shell file 2010-10-14 13:32:40 -04:00
Dwight
3140bef60c show db size or if empty in show dbs shell cmd. 2010-10-14 13:32:30 -04:00
Dwight
35d37b5199 readability of code 2010-10-06 11:19:43 -04:00
Aaron
f53fd79ecb SERVER-1844 don't run test in parallel 2010-10-06 00:10:33 -07:00
Aaron
f9110a0355 SERVER-1818 add shutdown kill test 2010-10-05 12:16:53 -07:00
Aaron
ac7d7286e7 SERVER-1819 remove timing dependent tests from parallel suite 2010-10-05 12:16:52 -07:00
Eliot Horowitz
f3b6f4dd8d more obvious db.getReplicationInfo() before an oplog roll-over SERVER-1096 2010-09-24 00:39:48 -04: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
Alberto Lerner
5f7500bf01 Pull timer.h and time_support.h out of goodies.h
The code on both the new header files is essentially the same. This
commit just adjusted #include in dependent modules. The new headers
did not make to pch.h.

This change is in preparation for some improvements in code that is
now in time_support.h
2010-09-16 09:18:46 -04:00
Eliot Horowitz
3cd49a8b0f fix explain/limin test 2010-09-14 14:59:13 -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
Mike Dirolf
2b2e185ed3 shell: use -abs(limit) for explain, not -limit 2010-09-14 10:24:35 -04:00
Eliot Horowitz
8b6e19c98e update 2010-09-14 10:06:06 -04:00
Aaron
e47687bd03 SERVER-1762 clean up v8 mutex usage somewhat 2010-09-13 14:23:13 -07:00
Eliot Horowitz
77955627fa getProfilingStatus to replace getProfilingLevel
doc -1 gets current value
SERVER-1772
2010-09-13 13:19:28 -04:00
Eliot Horowitz
9e4b1298cc don't assert in listDatabases - throw instead so less annoying output 2010-09-10 16:22:17 -04:00
Aaron
df463cc254 SERVER-1457 comment 2010-09-08 23:05:29 -07:00
Aaron
7c3493d652 SERVER-1457 make deep copy of NumberLong properly for group 2010-09-08 22:56:25 -07:00
Kristina Chodorow
967f617aa7 fix balancing of escaped //s SERVER-1758 2010-09-08 15:40:39 -04:00
Kyle Banker
75acd56fea SERVER-1615 rs.reconfig() js helper 2010-09-08 12:41:53 -04:00
Eliot Horowitz
495fabb953 collection.getMongo 2010-09-08 10:36:21 -04:00
Aaron
4aa83fac62 SERVER-1749 debugging 2010-09-07 13:26:30 -07: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
Eliot Horowitz
62cfaf245e some log cleaning 2010-08-25 16:10:31 -04:00
Kristina Chodorow
95b93e4119 add rs.remove helper SERVER-1676 2010-08-25 11:36:41 -04:00
Eliot Horowitz
9298bb1f38 increase shell pipe buffer 2010-08-25 09:43:04 -04:00