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

59 Commits

Author SHA1 Message Date
dwight
40da397926 indent test output for easier reading 2011-07-17 15:15:18 -04:00
Eliot Horowitz
6a83cf2cf9 better error message 2011-07-05 12:10:13 -04:00
Eliot Horowitz
c6de22b767 better error message 2011-07-05 09:12:19 -04:00
Eliot Horowitz
bae8a58301 use double for return codes for now 2011-07-05 02:29:36 -04:00
agirbal
088f11a6d6 fix compile 2011-05-10 19:15:18 -07:00
Eliot Horowitz
91c9abc306 better debugging 2011-05-08 17:28:46 -04:00
Eliot Horowitz
b291d96b0a move sleep into core utils instead of shell 2011-04-21 14:57:44 -04:00
Eliot Horowitz
138040ccc0 not checking msgasserted for dupes 2011-04-15 13:39:47 -04:00
Eliot Horowitz
e46920d6b3 starting to work on sharding helper (sh) 2011-04-14 20:00:18 -04:00
Mathias Stearn
fa7cd65e48 g++ 4.6 compile (new -Wunused-but-set-variable warning) 2011-04-03 19:10:36 -04:00
Eliot Horowitz
a728eb33a0 clean listfiles 2011-03-17 02:17:31 -04:00
Eliot Horowitz
1041ffd623 try to fix SERVER-2501 2011-02-10 15:33:30 -05:00
Aaron
a8053a4639 whitespace 2011-01-04 15:03:40 -08:00
Aaron
42ebc1c037 add waitMongoProgramOnPort to shell utils 2011-01-04 15:02:37 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Aaron
befcc2704c add fuzzFile() shell function 2011-01-03 14:05:36 -08:00
Aaron
4c1ee8ca6e fix logging in killdb and add a fixme for extra sleep conditions 2011-01-03 12:41:01 -08:00
Dwight
a83ad16ce7 shell comments and such 2010-12-09 15:12:58 -05:00
dwight
f6a923ca3f show repl state in shell prompt. needs more work 2010-11-23 04:16:04 -05:00
Eliot Horowitz
5d50b728f8 replace goingAway with inShutdown() SERVER-1876 2010-11-11 01:47:15 -05:00
Eliot Horowitz
1e2c723b24 increase timeout on killing 2010-10-29 15:04:22 -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
Aaron
e47687bd03 SERVER-1762 clean up v8 mutex usage somewhat 2010-09-13 14:23:13 -07:00
Eliot Horowitz
9298bb1f38 increase shell pipe buffer 2010-08-25 09:43:04 -04:00
Mathias Stearn
b082b63f75 Port killWithUri functionality to C++ 2010-08-17 18:27:30 -04:00
Alberto Lerner
812d855db2 SERVER-1517 Start with mongos checking. 2010-08-12 07:06:07 -07:00
Alberto Lerner
04d9cfb67c SERVER-1517 Heapcheck 'mongod' and 'mongos' only (fix core tests) 2010-08-10 15:36:29 -04:00
Mathias Stearn
e8e772181a Use one string per JS file.
mongo_vstudio.cpp in next push
2010-08-10 14:44:10 -04:00
Mathias Stearn
06cb7f821f use StringData for hardcoded JS files 2010-08-10 14:44:10 -04:00
Alberto Lerner
64210308ba Fix build (broken at f800c20958) 2010-08-10 13:56:55 -04:00
Alberto Lerner
f800c20958 SERVER-1517 allow heap-checking in jstests 2010-08-10 13:17:45 -04:00
Eliot Horowitz
6b3335aea5 test robustness 2010-08-03 14:01:12 -04:00
Eliot Horowitz
4aced1b2a4 fix assert 2010-07-23 21:34:43 -04:00
Mathias Stearn
5960b04407 Hardcode magic number rather than rely on HOST_NAME_MAX 2010-07-23 18:04:13 -04:00
Mathias Stearn
b56f9612f9 Error code MINOR 2010-07-23 17:55:56 -04:00
Mathias Stearn
09ddf4770f Add getHostName() function to shell 2010-07-23 17:54:32 -04:00
Eliot Horowitz
3b188186ac an important assert 2010-07-23 12:18:39 -04:00
Eliot Horowitz
5ffa331ac3 increase buffer size so don't hang forever mysteriously when running tests 2010-07-23 12:06:30 -04:00
Alberto Lerner
4ab45012de SERVER-1270 Elim remaining c_str()'s 2010-07-20 12:59:47 -04:00
Mathias Stearn
542d21c700 fix for windows 2010-07-02 14:10:59 -04:00
Dwight
b62d7743d7 Merge branch 'master' of github.com:mongodb/mongo 2010-06-29 13:18:04 -04:00
Dwight
6011eee820 rs 2010-06-29 13:17:57 -04:00
Mathias Stearn
ccf3519c6b md5sumFile function in shell 2010-06-29 13:06:00 -04:00
Aaron
f46551260b enhance repair test 2010-06-21 20:38:26 -07:00
dwight
ae6c7a2779 err nos 2010-06-17 20:02:06 +01:00
dwight
d7f7155c83 shell 2010-06-17 13:46:27 -04:00
Dwight
aa908fe994 compile 2010-06-16 17:00:20 -04:00
Dwight
c5a241e6d9 cleaner shell shutdown 2010-06-16 16:56:05 -04:00
dwight
4eaaf25da3 shell : cleaner cleanup on exit 2010-06-14 16:22:11 -04:00
dwight
93fdeab943 better err msg 2010-06-14 16:10:23 -04:00