Commit Graph

97 Commits

Author SHA1 Message Date
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
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
e2bac039d1 SERVER-470 improve JS rand() 2010-01-04 17:28:42 -08:00
Aaron
3cec831af7 SERVER-470 clean up multi thread testing function 2010-01-04 12:38:29 -08:00
Aaron
33cd7bc1e1 SERVER-470 complete setup for parallel clients in separate js scopes 2009-12-29 19:01:10 -08:00
Aaron
d1e3f2afe5 SERVER-470 MINOR use return value to check in assert.parallelTests 2009-12-29 18:04:57 -08:00
Aaron
aece98652e SERVER-470 allow shell threads to be run in fresh scopes 2009-12-29 17:29:24 -08:00
Aaron
548fc0f895 MINOR put helper in assert namespace 2009-12-28 13:16:47 -08:00
Aaron
ad6c3d4132 SERVER-470 add runParallelTests helper, improve insert test 2009-12-28 13:05:11 -08:00
Aaron
7dcfe01698 SERVER-470 added fork()/Thread() to v8 engine- 2009-12-22 14:32:45 -08: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
a2b6209692 Array.avg Array.stdDev 2009-11-09 22:25:37 -05:00
Eliot Horowitz
4a20517a71 Array.sum 2009-11-05 16:14:25 -05:00
Eliot Horowitz
f81362eb25 some tojson nicities 2009-10-19 11:00:43 -04:00
Eliot Horowitz
f22a821979 fix group with [] in inital SERVER-361 2009-10-15 21:19:24 -04:00
Eliot Horowitz
2894fe7b35 fix json tests 2009-10-15 11:38:39 -04:00
Eliot Horowitz
7ef85dd765 only use lint on big objects 2009-10-15 11:25:41 -04:00
Eliot Horowitz
9355cc739e v8: some more stuff working, checkpoint 2009-10-13 16:12:43 -04:00
Eliot Horowitz
5f62314f9e don't use lint for find() 2009-10-12 17:20:19 -04:00
Eliot Horowitz
6dad2527d2 fix json tesst 2009-10-12 16:27:35 -04:00
Eliot Horowitz
7881edc2ca option for 1 line tojson 2009-10-12 16:11:52 -04:00
kristina
85354972ae pretty JSON 2009-10-12 12:53:01 -04:00
Mike Dirolf
77d9e1fe42 don't show version in shell help, so that help doesn't hang when the db is locked 2009-10-07 12:47:20 -04:00
Eliot Horowitz
29069c485d Array.fetchRefs SERVER-213 2009-10-05 16:02:15 -04:00
Eliot Horowitz
cc2c5c4911 add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
Eliot Horowitz
eaf0c845bc renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
Eliot Horowitz
9bfcbbb343 assert debugging 2009-09-14 14:32:04 -04:00
Eliot Horowitz
4ea89d9bda Array.shuffle 2009-09-03 10:03:25 -04:00
Eliot Horowitz
42504fc904 make assert.soon take a string to eval 2009-08-24 10:21:34 -04:00
Eliot Horowitz
b078f98360 remove methods in Array.prototype so for ( x in [] ) works 2009-08-23 23:33:17 -04:00
Eliot Horowitz
e1928bfda5 some safety for other JS impls MINOR 2009-08-21 01:36:41 -04:00
Eliot Horowitz
92820c7cfb getLastError output for writes SERVER-240 2009-08-17 16:54:47 -04:00
Eliot Horowitz
e11d9c7efb db.version() for server version and in help SERVER-200 2009-08-14 17:55:17 -04:00
Eliot Horowitz
de170c2bba clean up assert code MINOR 2009-08-14 13:33:45 -04:00
Eliot Horowitz
5025bb7637 beter output for (Min|Max)Key 2009-08-11 04:54:58 -04:00
Eliot Horowitz
8be85b3e48 fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00
Eliot Horowitz
a96c97161e make objectid serialize to something parseable 2009-07-06 13:47:00 -04:00
Eliot Horowitz
63251bbe34 fixed some tojson issues 2009-07-01 11:39:51 -04:00
Eliot Horowitz
8b6145546a can't use JS eval trick from inside function because of JS scoping 2009-06-11 20:15:31 -04:00
Eliot Horowitz
a38d2d2695 re-implement it in shell 2009-06-08 11:20:30 -04:00
Eliot Horowitz
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -04:00