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

445 Commits

Author SHA1 Message Date
Aaron
15a31df5e9 MINOR cleaner directory check in diskfull.js test, validate dir in listFiles 2010-01-19 17:07:30 -08:00
Eliot Horowitz
ae7110f3bc better m/r debugging 2010-01-16 08:01:38 -05:00
Eliot Horowitz
8a81ec59b9 make --quiet option for shell SERVER-542 2010-01-13 21:08:23 -05:00
Aaron
2652e7faad SERVER-529 comment 2010-01-12 18:47:44 -08:00
Aaron
5d67aa7014 MINOR use hidden value for native js thread object, avoids trouble when printing 2010-01-12 18:00:29 -08:00
Aaron
386a525c2f SERVER-529 when js thread throws an exception, log and check return 2010-01-12 17:33:03 -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
Kristina Chodorow
de3163e5eb Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-08 15:09:14 -05:00
Kristina Chodorow
ca426dd766 no \n's in empty array json formatting
[ ] instead of

[

]
2010-01-08 15:09:00 -05:00
Aaron
2b6fa54937 SERVER-470 finish basicPlus test 2010-01-05 15:58:25 -08:00
Aaron
9d671360dc SERVER-470 improvements for allops test 2010-01-05 14:45:45 -08:00
Aaron
3a1907331a SERVER-470 improve event generation helpers 2010-01-05 14:31:47 -08:00
Aaron
88eb16dc0f SERVER-470 move more code to parallel testing fwk 2010-01-05 14:05:40 -08:00
Aaron
5869ed26b8 SERVER-470 start extracting framework for parallel test 2010-01-05 12:52:26 -08:00
Aaron
4fbf8deaa9 MINOR comments 2010-01-05 11:09:44 -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
3cec831af7 SERVER-470 clean up multi thread testing function 2010-01-04 12:38:29 -08:00
Mathias Stearn
225173bb31 FindAndModify command SERVER-459 2009-12-30 20:08:43 -05:00
Aaron
bf9e214caf Merge branch 'master' of github.com:mongodb/mongo 2009-12-29 20:01:43 -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
8573d53da7 SERVER-470 MINOR abstract shell init functionality so v8_utils need not link with shell 2009-12-29 18:27:49 -08:00
Aaron
d1e3f2afe5 SERVER-470 MINOR use return value to check in assert.parallelTests 2009-12-29 18:04:57 -08:00
Aaron
978582f803 SERVER-470 MINOR Refactor shell scope init code 2009-12-29 17:38:29 -08:00
Aaron
aece98652e SERVER-470 allow shell threads to be run in fresh scopes 2009-12-29 17:29:24 -08:00
Eliot Horowitz
758cd7350d configure "slow" queries
either --slowms on the command line
or through setProfilingLevel
SERVER-457
2009-12-29 14:48:42 -05:00
Eliot Horowitz
a3a0bc64f9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-28 16:44:07 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Aaron
548fc0f895 MINOR put helper in assert namespace 2009-12-28 13:16:47 -08:00
Aaron
df5dbd3a34 Merge branch 'master' of github.com:mongodb/mongo 2009-12-28 13:09:09 -08:00
Aaron
ad6c3d4132 SERVER-470 add runParallelTests helper, improve insert test 2009-12-28 13:05:11 -08:00
Eliot Horowitz
a7f5b115d9 doc 2009-12-28 13:10:39 -05:00
Eliot Horowitz
1c4f05b3bd add dropTarget option to renameCollection SERVER-487 2009-12-28 13:09:44 -05:00
Aaron
791cc89fcc Merge branch 'master' of github.com:mongodb/mongo 2009-12-22 17:59:59 -08:00
Aaron
d70db47d96 SERVER-470 unlock v8 appropriately so can do work in parallel 2009-12-22 15:08:17 -08:00
Aaron
7dcfe01698 SERVER-470 added fork()/Thread() to v8 engine- 2009-12-22 14:32:45 -08:00
Dwight
62522b905b new killOp(opnumber) 2009-12-22 15:22:37 -05:00
Aaron
e7e790ee96 SERVER-446 implement keySet w/o array comprehension, since v8 doesn't support that 2009-12-21 11:34:02 -08:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Eliot Horowitz
92bc50cff1 split server test code out from general js code SERVER-472 2009-12-18 16:53:44 -05:00
Eliot Horowitz
ce3f73a645 getLastErrorCmd 2009-12-18 16:53:27 -05:00