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

65 Commits

Author SHA1 Message Date
Aaron
149248b4eb Revert "SERVER-305 record uri on connect"
This reverts commit ae80a66ff8.
2010-02-22 11:40:47 -08:00
Aaron
ae80a66ff8 SERVER-305 record uri on connect 2010-02-22 10:32:55 -08:00
Aaron
56150cc727 SERVER-305 shell kills in progress operations on clean exit 2010-02-17 17:06:54 -08:00
Aaron
243bb5d052 SERVER-623 play well with other tests 2010-02-16 21:18:54 -08:00
Aaron
241ec02cae SERVER-623 specify fastsync on both nodes to eliminate slow oplog scan by new pair master 2010-02-16 20:50:55 -08:00
Aaron
2b7dd6ad05 SERVER-623 work old boost 2010-02-16 11:51:51 -08:00
Aaron
ee1eb4a1c2 increase raw mongo program output limit 2010-02-16 11:29:34 -08:00
Aaron
0ef13aa1d6 SERVER-623 basic test from snapshot 2010-02-16 10:42:47 -08:00
Mathias Stearn
7e2be82e21 Add _isWindows() to fix failing tests 2010-02-13 12:37:00 -05:00
Mathias Stearn
51ebf0fc74 --safeshell compile-time option to remove dangerous functions SERVER-605 2010-02-12 22:22:00 -05:00
Mathias Stearn
8294bd2d64 runProgram() shell function SERVER-605 2010-02-12 22:17:31 -05:00
Mathias Stearn
07dea15c92 More cleanup of MongoProgramRunner 2010-02-12 22:17:31 -05:00
Mathias Stearn
61578bdf8f Clean up MongoProgramRunner path munging 2010-02-12 22:17:31 -05:00
Mathias Stearn
0bf045c2e1 remove some manual free()s and mixed new/free() 2010-02-12 22:17:31 -05:00
Mathias Stearn
1799de1152 remove debugging statements 2010-02-12 22:17:30 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
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