Eliot Horowitz
|
b2c28592bc
|
support special fields embedded in benchRun
|
2011-12-08 02:09:50 -05:00 |
|
U-tellus\cwestin
|
8c753d691f
|
Merge branch 'master' of http://github.com/mongodb/mongo into aggregation
|
2011-12-07 15:43:50 -08:00 |
|
U-tellus\cwestin
|
5d443029c1
|
merge from main
|
2011-12-07 10:13:14 -08:00 |
|
gregs
|
9ff25c00ba
|
compile remove unused vars in v8 code
|
2011-12-07 11:02:38 -05:00 |
|
Spencer T Brody
|
6865f14009
|
Make benchRun work with auth
|
2011-12-05 15:25:36 -05:00 |
|
Eliot Horowitz
|
70c0c28f23
|
fix limit in benchRun
|
2011-11-30 13:33:37 -05:00 |
|
agirbal
|
377c4e96f7
|
SERVER-4241: v8 needs method too
|
2011-11-15 13:53:29 -08:00 |
|
agirbal
|
e11df372b0
|
SERVER-4258: switch the JS Thread classes to work with v8 isolate
|
2011-11-14 22:36:18 -08:00 |
|
agirbal
|
de2ab329d4
|
SERVER-4258: dont need lock preemption with isolates
|
2011-11-14 22:36:18 -08:00 |
|
Kristina
|
2009565604
|
Handle auth in C++, not JS SERVER-4241
|
2011-11-14 17:53:54 -05:00 |
|
agirbal
|
a59266c47f
|
SERVER-4191: cleanup
|
2011-11-11 00:56:19 -08:00 |
|
agirbal
|
49c58aa9ba
|
SERVER-4191: fixed v8 interruption by using Isolates
|
2011-11-10 21:30:22 -08:00 |
|
U-tellus\cwestin
|
696314ab89
|
merge trunk to fork
|
2011-11-09 15:27:44 -08:00 |
|
Brandon Diamond
|
dc82da899b
|
SERVER-4186: Don't re-munge function names
|
2011-11-08 17:42:44 -05:00 |
|
agirbal
|
d373fcc43e
|
- SERVER-4191: try with lower preemption threshold
|
2011-11-06 22:16:31 -08:00 |
|
gregs
|
e48d88a9ab
|
buildbot else if not if bench_test*.js
|
2011-11-02 14:34:10 -04:00 |
|
gregs
|
dd126232cd
|
test for mapreduce while migrations are underway SERVER-4158
|
2011-11-02 13:06:37 -04:00 |
|
gregs
|
a7bf027f51
|
fixes for bench testing and tracking of open mongods
|
2011-10-25 19:19:23 -04:00 |
|
Eliot Horowitz
|
4b26a9beb3
|
call getLastError after each bench thread run so we know they're no longer active
|
2011-10-16 22:03:09 -04:00 |
|
Eliot Horowitz
|
9c6d24ad3a
|
bench support for (create|drop)Index
|
2011-10-16 01:53:38 -04:00 |
|
agirbal
|
9b12a1c446
|
- SERVER-4068: v8 build sometimes fails sharding/auto2.js, may be due to GC
|
2011-10-13 12:51:43 -07:00 |
|
agirbal
|
a087cc3e72
|
- SERVER-4065: better handling, disable interrupt in callback but mark as interrupted
|
2011-10-12 22:03:24 -07:00 |
|
agirbal
|
8631cd3aa4
|
- SERVER-2684: V8 was still expecting old toString() for a dbref
|
2011-10-12 22:03:24 -07:00 |
|
agirbal
|
3e153de2b9
|
- SERVER-4065: thread interruption is disabled in V8 native callback, makes it impossible to kill op
|
2011-10-12 22:03:24 -07:00 |
|
U-tellus\cwestin
|
a40e2b03b4
|
merge from head
|
2011-10-12 16:56:11 -07:00 |
|
gregs
|
97014453e0
|
compile need to cast int
|
2011-10-11 14:53:38 -04:00 |
|
gregs
|
16a811b037
|
new benchRun additions for shell
|
2011-10-11 12:18:59 -04:00 |
|
agirbal
|
fccf1190d8
|
- SERVER-2684: v8 was relying on oid.toString() during conversion
|
2011-10-07 16:29:26 -07:00 |
|
agirbal
|
a6bfe26573
|
- SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users
|
2011-10-07 15:40:13 -07:00 |
|
agirbal
|
5810ac31bd
|
- SERVER-2751: fixed for SM too. Also fixed test typo.
|
2011-10-07 01:05:08 -07:00 |
|
agirbal
|
e03ce18ac0
|
- SERVER-2751: BinData Asserts and crashes shell
|
2011-10-07 00:33:51 -07:00 |
|
agirbal
|
fedce713e9
|
- SERVER-3676: JSTests::NumberLong fails
|
2011-10-06 16:55:51 -07:00 |
|
agirbal
|
dfdb07b116
|
SERVER-4030: with v8 assert kills db when accessing a sharded collection via JS
|
2011-10-06 14:29:50 -07:00 |
|
agirbal
|
cade80c5d1
|
- SERVER-1900: v8 seems to be fixed. Reenabled both tests and it's passing now.
|
2011-10-05 19:03:16 -07:00 |
|
agirbal
|
ba817fbd9a
|
- SERVER-4025: segv in V8 when certain special objects (e.g. DBCollection) are converted from JS to BSON
- SERVER-445: cleaner code in v8
|
2011-10-05 13:52:59 -07:00 |
|
agirbal
|
1a93a3e7da
|
- SERVER-1507: option as string must be converted to boolean
- SERVER-3629: implementation finished
|
2011-10-04 23:41:04 -07:00 |
|
agirbal
|
f895b46f9e
|
SERVER-3425: Server crash when passed invalid JS in CodeWScope object
|
2011-10-04 21:14:20 -07:00 |
|
agirbal
|
2fb57a8d5e
|
SERVER-3630: 'this' supplied to map function not read only
|
2011-10-04 16:30:26 -07:00 |
|
agirbal
|
98bb7a2142
|
SERVER-3986: v8 needs to cache DBCollection objects in db object
|
2011-09-30 12:46:38 -07:00 |
|
Greg Studer
|
bb2913e56f
|
namespace for v8 array
|
2011-09-29 18:45:34 -03:00 |
|
gregs
|
509704ea36
|
final fixup for SERVER-2395
|
2011-09-29 15:45:25 -04:00 |
|
gregs
|
d419e25c83
|
Add bulk insert to shell SERVER-2395
|
2011-09-29 15:15:43 -04:00 |
|
agirbal
|
a53f2a58d7
|
- SERVER-3972: Add memory limits to V8 JS
- SERVER-3012: cleaner code, attempt to work on v8 but still doesnt
|
2011-09-28 23:49:45 -07:00 |
|
agirbal
|
7fcb73791c
|
SERVER-3102: clear JS contexts in case of OOM
|
2011-09-26 15:48:46 -07:00 |
|
agirbal
|
b9d4ce580e
|
SERVER-2031: setSlaveOk at each level in shell
|
2011-09-20 23:00:36 -07:00 |
|
agirbal
|
02e37cb021
|
SERVER-3528: memory footprint of JS context keeps increasing as it is used, delete every 100 use
|
2011-09-19 14:42:11 -07:00 |
|
agirbal
|
468e1dde9c
|
SERVER-3615: for v8 invoke, if this does not exists, should be set to global obj
|
2011-09-13 09:47:16 -07:00 |
|
U-tellus\cwestin
|
8afbc55916
|
Merge branch 'master' into aggregation
|
2011-09-12 09:02:01 -07:00 |
|
Eliot Horowitz
|
955eca2419
|
fix v8 error reporting
|
2011-09-07 17:29:18 -04:00 |
|
Eliot Horowitz
|
d40cad9feb
|
combine sm in source
|
2011-08-21 01:34:54 -04:00 |
|