Aaron
|
3f647deaf2
|
reinstate quota1 test, add smokeQuota scons target
|
2009-04-07 15:10:30 -04:00 |
|
Aaron
|
f35a7f595e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-07 14:27:32 -04:00 |
|
Aaron
|
ae7a3ccbb7
|
sanity checks for deleting indexes MINOR
|
2009-04-07 14:26:55 -04:00 |
|
Aaron
|
211da8fada
|
drop command now deletes indexes first
|
2009-04-07 14:24:16 -04:00 |
|
Aaron
|
e046f05737
|
refactor deleteIndex code
|
2009-04-07 14:21:21 -04:00 |
|
Eliot Horowitz
|
53a4ba07d7
|
Sharding: option to start multiple mongos for testing
|
2009-04-07 13:35:53 -04:00 |
|
Eliot Horowitz
|
97942c0776
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-07 13:22:28 -04:00 |
|
Eliot Horowitz
|
d3d1c28411
|
Sharding: fix command logic
|
2009-04-07 13:22:12 -04:00 |
|
Aaron
|
98f4fc6570
|
track command return object correctly MINOR
|
2009-04-07 13:10:00 -04:00 |
|
Aaron
|
6fc952d02e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-07 12:57:25 -04:00 |
|
Aaron
|
d99513a7e2
|
print err message on command failure MINOR
|
2009-04-07 12:39:51 -04:00 |
|
Eliot Horowitz
|
f93d932d0a
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-07 12:19:36 -04:00 |
|
Eliot Horowitz
|
2708ec75ff
|
Sharding: error on count for sharded collection until i fix it
|
2009-04-07 12:18:40 -04:00 |
|
Aaron
|
e93fe3d251
|
update README MINOR
|
2009-04-07 11:26:36 -04:00 |
|
Aaron
|
56f8696909
|
don't allow _id to be an array
|
2009-04-07 11:02:29 -04:00 |
|
Aaron
|
f86715cb85
|
handle deep matches correctly
|
2009-04-07 10:42:58 -04:00 |
|
Aaron
|
69756316c1
|
reinstate KeyValJsMatcher
|
2009-04-07 10:40:10 -04:00 |
|
Aaron
|
497e8231b0
|
include non-count in test MINOR
|
2009-04-07 10:33:11 -04:00 |
|
Aaron
|
1ebca51c74
|
print timestamp with process killing failure logs MINOR
|
2009-04-07 10:32:11 -04:00 |
|
Eliot Horowitz
|
450ca3e29d
|
fix link
|
2009-04-06 20:09:30 -04:00 |
|
Aaron
|
4e79d2b48f
|
name enums to make old compiler happy (thx kristina)
|
2009-04-06 17:57:16 -04:00 |
|
Aaron
|
6458658240
|
add numberic comparison test MINOR
|
2009-04-06 17:45:29 -04:00 |
|
Aaron
|
2b97f73722
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-06 17:37:42 -04:00 |
|
eliot
|
71d9c7af73
|
some windows fixes
|
2009-04-06 17:34:29 -04:00 |
|
Aaron
|
4a86a27b60
|
update count perf tests MINOR
|
2009-04-06 17:33:19 -04:00 |
|
Aaron
|
91c4607f76
|
make simple find faster
|
2009-04-06 17:32:40 -04:00 |
|
Aaron
|
0875581b5e
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-06 16:33:44 -04:00 |
|
Aaron
|
0af6ebeea2
|
MINOR remove warning about windows-only pragma
|
2009-04-06 16:33:34 -04:00 |
|
Eliot Horowitz
|
fc5b28e636
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-06 16:31:37 -04:00 |
|
Eliot Horowitz
|
c30e80145e
|
Sharding: moveshard now is mulit-mongos safe
|
2009-04-06 16:31:09 -04:00 |
|
Aaron
|
aa5309a68b
|
print error description, test timeout MINOR
|
2009-04-06 16:21:56 -04:00 |
|
Aaron
|
e3f1f1b2bf
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-06 16:13:48 -04:00 |
|
Aaron
|
88293bd304
|
MINOR fix compiler warnings
|
2009-04-06 16:10:31 -04:00 |
|
Eliot Horowitz
|
6b49e60fe5
|
implemented moveshard.(start|finish) in mongod
|
2009-04-06 15:57:17 -04:00 |
|
Aaron
|
53e63fd646
|
count perf tests
|
2009-04-06 15:39:52 -04:00 |
|
Aaron
|
57288fe0b2
|
fix compiler warning
|
2009-04-06 15:19:30 -04:00 |
|
Aaron
|
09a327160b
|
add basic count test, in preparation for smarter count code coming after we cut branch
|
2009-04-06 15:07:20 -04:00 |
|
Aaron
|
36d3433d4c
|
remove logging about mongo process management
|
2009-04-06 14:59:07 -04:00 |
|
Aaron
|
e39393b340
|
fix race conditions in test
|
2009-04-06 14:24:19 -04:00 |
|
Aaron
|
795ad3a7c6
|
forgot to add test for $all earlier
|
2009-04-06 14:11:51 -04:00 |
|
Aaron
|
bf07afef73
|
back out KeyValJsMatcher, until we can fix it to handle multikey arrays correctly
|
2009-04-06 14:11:32 -04:00 |
|
Aaron
|
0b73b8d325
|
array elt may not contain referenced subobject
|
2009-04-06 13:41:47 -04:00 |
|
Aaron
|
e09106351e
|
add $all query option
|
2009-04-06 11:27:43 -04:00 |
|
Aaron
|
e079f2c3f3
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-03 17:51:04 -04:00 |
|
Aaron
|
1896a06093
|
increase timeout for linux 64 box
|
2009-04-03 17:50:52 -04:00 |
|
Eliot Horowitz
|
74bb4f6029
|
moveshard cleaning checkpoint
|
2009-04-03 16:46:48 -04:00 |
|
Aaron
|
2c72807a42
|
elimintate l master race condition
|
2009-04-03 16:35:12 -04:00 |
|
Aaron
|
5f837c7ed2
|
more arbiter cases
|
2009-04-03 16:29:12 -04:00 |
|
Aaron
|
fd780da9b6
|
fix warnings
|
2009-04-03 15:59:13 -04:00 |
|
Aaron
|
6a8c117755
|
soon is now 30 secs
|
2009-04-03 15:36:18 -04:00 |
|