0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

49 Commits

Author SHA1 Message Date
Mathias Stearn
551d924f54 Debugging for failing test on win64 MINOR 2010-02-09 13:53:49 -05:00
Eliot Horowitz
a2a95072bd fix -u -p on shell startup 2010-02-08 20:43:08 -05:00
Eliot Horowitz
dbce9b9019 fix assert constraint 2010-02-04 15:58:37 -05:00
Aaron
7ba50bffab Merge branch 'master' of github.com:mongodb/mongo 2010-02-03 00:06:12 -08:00
Aaron
9eaaef4a6c only return tail ov raw mongo program output if very long 2010-02-03 00:06:06 -08:00
Mathias Stearn
8250ddea8c windows fixes 2010-02-02 22:46:43 -05:00
Mathias Stearn
3c2ca2bb66 fix compile on windows 2010-02-02 20:30:09 -05:00
Aaron
a0010982f7 SERVER-500 try hardcoded ports 2010-02-02 14:29:14 -08:00
Eliot Horowitz
c7a9785fb4 removeFile - fixes repltest 2010-02-01 22:07:05 -05:00
Mathias Stearn
2de4b90bf9 fix for windows with old boost 2010-02-01 21:34:13 -05:00
Mathias Stearn
981d13fb83 fix smokeTool on linux 2010-02-01 21:27:42 -05:00
Mathias Stearn
4de5ca4556 Make smokeTool work on windows SERVER-411 2010-02-01 21:23:33 -05:00
Eliot Horowitz
6df2f6c7e6 make hex_md5 work server side 2010-01-28 12:21:56 -05:00
Aaron
a13d0b88c2 MINOR listFiles print problem dir 2010-01-26 12:46:07 -08:00
Aaron
15a31df5e9 MINOR cleaner directory check in diskfull.js test, validate dir in listFiles 2010-01-19 17:07:30 -08:00
Aaron
29f41538ed Revert "SERVER-500 after allocating ports, keep sockets open until ports will be used; use udp sockets"
This reverts commit 1430432a39.
2010-01-11 22:04:59 -08:00
Aaron
ca537582dd Revert "SERVER-500 MINOR handle hardcoded ports as well"
This reverts commit 2460cc0e2d.
2010-01-11 22:04:46 -08:00
Aaron
4c03735ef8 Revert "SERVER-500 more port/socket corner cases"
This reverts commit b691dc629e.
2010-01-11 22:04:39 -08:00
Aaron
367a68dffc Revert "MINOR formatting"
This reverts commit b94ecc8f2d.
2010-01-11 22:04:10 -08:00
Aaron
b94ecc8f2d MINOR formatting 2010-01-11 19:47:18 -08:00
Aaron
b691dc629e SERVER-500 more port/socket corner cases 2010-01-11 18:48:38 -08:00
Aaron
2460cc0e2d SERVER-500 MINOR handle hardcoded ports as well 2010-01-11 18:30:22 -08:00
Aaron
1430432a39 SERVER-500 after allocating ports, keep sockets open until ports will be used; use udp sockets 2010-01-11 18:19:25 -08:00
Aaron
5869ed26b8 SERVER-470 start extracting framework for parallel test 2010-01-05 12:52:26 -08:00
Aaron
8833b6dc37 MINOR try to compile win 2010-01-04 17:40:47 -08:00
Aaron
e2bac039d1 SERVER-470 improve JS rand() 2010-01-04 17:28:42 -08:00
Aaron
5864c4a8db SERVER-470 add ability to set seed when generating random numbers 2010-01-04 17:02:30 -08:00
Aaron
c1d105d076 MINOR uassert on connect/login failure 2009-12-29 19:07:44 -08:00
Aaron
33cd7bc1e1 SERVER-470 complete setup for parallel clients in separate js scopes 2009-12-29 19:01:10 -08:00
Aaron
978582f803 SERVER-470 MINOR Refactor shell scope init code 2009-12-29 17:38:29 -08:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Aaron
d70db47d96 SERVER-470 unlock v8 appropriately so can do work in parallel 2009-12-22 15:08:17 -08:00
Eliot Horowitz
89c01e099c making js smaller. moved md5 to c++, doing some cleaning of js code 2009-10-07 17:05:09 -04:00
Eliot Horowitz
fecc9119a7 handle weird boost case with weird filenames 2009-10-07 12:43:44 -04:00
Eliot Horowitz
a2e000830f runMongoProgram 2009-08-24 11:54:06 -04:00
Eliot Horowitz
67e827bfcf version() for shell 2009-05-28 17:45:28 -04:00
Aaron
342deb14a9 BUG SERVER-51 change port allocation strategy to hopefully avoid allocating duplicate ports 2009-05-28 16:11:56 -04:00
Aaron
0c2ab274ee protect global undefined_ variable MINOR 2009-05-28 14:43:32 -04:00
Eliot Horowitz
bb78858156 helper to get mem info of shell process MINOR 2009-05-26 12:05:06 -04:00
Aaron
fc428a8885 compile solaris MINOR 2009-05-20 15:11:45 -04:00
Aaron
1f6b10d7b3 specify loopback interface when getting port 2009-05-20 14:06:39 -04:00
Aaron
a0a9411bc3 also expect port arg for mongobridge 2009-05-20 13:39:46 -04:00
Aaron
04d6ddd42b handle more non-server programs 2009-05-20 11:29:21 -04:00
Aaron
1d091ef8b3 fix compiler warning MINOR 2009-05-20 10:55:03 -04:00
Aaron
46227a1f42 audit allocated ports to make sure there are no duplicates MINOR 2009-05-19 13:10:56 -04:00
Aaron
d0122e2e1a add ability to spawn a shell from shell 2009-05-15 14:55:18 -04:00
Aaron
397e5b13e8 port remaining shell util functions except for fork 2009-05-14 11:42:52 -04:00
Aaron
01f3e49668 port quit and allocatePorts 2009-05-14 10:58:28 -04:00
Eliot Horowitz
67d9c8bbde smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00