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

240 Commits

Author SHA1 Message Date
Aaron
e3a697fbbf make 'dummySmokeSideEffect' a side effect of startMongod so that when someone runs scons startMongod <smokeTest> the two targets won't be built in parallel 2009-05-19 14:02:14 -04:00
Aaron
206a330b50 remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClient 2009-05-19 10:55:13 -04:00
Eliot Horowitz
cf4ffb99b4 add /usr/lib back into lib search path for mongo on 64-bit mac 2009-05-18 10:22:51 -04:00
Eliot Horowitz
5819ee3315 all target MINOR 2009-05-16 07:17:12 -04:00
Eliot Horowitz
b70b7a84e1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-15 18:40:50 -04:00
Eliot Horowitz
9338991874 don't install jars 2009-05-15 18:40:42 -04:00
Eliot Horowitz
2db1e0ca72 Merge branch 'smshell'
Conflicts:
	jstests/count.js
	scripting/engine_spidermonkey.cpp
2009-05-15 13:10:55 -04:00
Eliot Horowitz
67d9c8bbde smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00
Eliot Horowitz
18c01987a2 checkpoint for smshell - working except for db 2009-05-13 17:00:02 -04:00
Aaron
4c8734ed84 debug record perf submission failure MINOR 2009-05-13 14:33:33 -04:00
Aaron
dea1cb2362 debug posting objects in recordPerf MINOR 2009-05-12 18:43:06 -04:00
Eliot Horowitz
35240085b1 -pthread for *nix linking MINOR 2009-05-12 08:07:09 -04:00
Aaron
8e36f60caa remove smokeRecovery alias MINOR 2009-05-11 15:18:08 -04:00
Aaron
13ac1f5ee4 remove client dependency on pcre 2009-05-11 14:57:26 -04:00
Aaron
165cec52b7 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-11 14:06:03 -04:00
Aaron
eb6f7ca676 smokeQuota nonstandard port MINOR 2009-05-11 14:05:56 -04:00
Aaron
d8fcd2f1af smokeJs target can use nonstandard port MINOR 2009-05-11 13:40:55 -04:00
yellow
70d64b0473 Spider Monkey: backwards compatability stuff 2009-05-11 13:10:26 -04:00
Aaron
83b3f358f1 make smokeClient work with nonstandard port, path 2009-05-11 12:41:49 -04:00
Eliot Horowitz
a37863d5d7 solaris build fix 2009-05-11 11:36:22 -04:00
Eliot Horowitz
5dc791b2d4 Spider Monkey: make default for $where and db.eval 2009-05-11 11:05:39 -04:00
Aaron
f290d9f0ec add temp alias for smokeRecovery MINOR 2009-05-11 10:51:05 -04:00
Aaron
bafb23302e merge 2009-05-11 10:50:15 -04:00
Aaron
d24f8b9883 rename recovery tests to disk tests MINOR 2009-05-11 10:48:08 -04:00
Eliot Horowitz
a54e388514 better build options for switching between sm and jvm 2009-05-08 17:02:32 -04:00
Eliot Horowitz
5658b82b7d better build for shell stuff 2009-05-08 09:15:56 -04:00
Aaron
1387d5cc85 use return codes in recordPerf utility function MINOR 2009-05-07 12:08:26 -07:00
Aaron
187689b0cd stubbed v8 engine 2009-05-04 11:49:18 -04:00
Eliot Horowitz
e175182229 Spider Monkey: db access work 2009-05-01 21:25:26 -04:00
Aaron
d3c480ac3f print perftest results before submitting MINOR 2009-05-01 10:40:42 -04:00
Eliot Horowitz
b3bb71348e put mongo javascript code in cpp not H so easier to include 2009-04-30 09:09:12 -04:00
Eliot Horowitz
75a4ef93ab better detection if you need to do the 2nd configure 2009-04-28 16:44:17 -04:00
Eliot Horowitz
3ca02da7e3 easier to compile on ubuntu 2009-04-28 08:47:56 -04:00
Eliot Horowitz
7596bf2e98 cleaned up spider monkey defines MINOR 2009-04-23 22:28:11 -04:00
Eliot Horowitz
1a265e0fba messing around with spider monkey 2009-04-23 17:40:43 -04:00
Eliot Horowitz
2cd10ab9c2 cleaner way of turning off JNI at compile time 2009-04-23 16:51:51 -04:00
Eliot Horowitz
1f696e2143 abstracted out ScriptEngine to allow for playing with other javascript engines 2009-04-23 14:28:22 -04:00
Mike Dirolf
9b74314790 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-22 17:06:36 -04:00
Mike Dirolf
c5cd549a5a submit perf test data to web app 2009-04-22 17:06:31 -04:00
Eliot Horowitz
68b84b3f77 Sharding: implement count() correctly for sharded environment 2009-04-22 15:58:12 -04:00
Eliot Horowitz
b09d340d55 Sharding: rename commands.cpp commands_admin.cpp MINOR 2009-04-22 13:36:58 -04:00
Eliot Horowitz
cb9e6153dd Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-22 12:58:55 -04:00
Eliot Horowitz
2c55aa388d install mongos in dist 2009-04-22 12:58:39 -04:00
Mike Dirolf
314a79f82c print what's being removed 2009-04-22 11:15:22 -04:00
Mike Dirolf
388de13f0d add 'dist_clean' target to clean up old dist builds 2009-04-22 11:12:13 -04:00
Eliot Horowitz
cb29d69eef asio not working, but don't want to wait for it, so turning off for now - MINOR 2009-04-21 09:48:34 -04:00
Aaron
f90383a93a scons target 'recordPerf' for recording performance test results, with stubbed submission 2009-04-20 16:00:28 -04:00
Aaron
716a7b49bf add 'buildinfo' command to get mongod compile information 2009-04-20 14:23:42 -04:00
Eliot
8a95771e25 link against static ncurses dep MINOR 2009-04-17 16:23:01 -04:00
Eliot Horowitz
a649ac17e1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-16 09:25:11 -04:00