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

14535 Commits

Author SHA1 Message Date
Eliot Horowitz
211452b5fe put connectionId in currentOp() 2011-09-09 13:44:15 -04:00
Eliot Horowitz
21855b87fc fix thread name setting when using conn 2011-09-09 13:44:15 -04:00
Mathias Stearn
ff418fdac2 Fix off-by-one in linenoise SERVER-3394 2011-09-09 13:39:07 -04:00
Spencer T Brody
f9d784faf0 Move slow replica set test to slowNightly directory. 2011-09-07 18:07:29 -04:00
Spencer T Brody
399d8bf50b Add test for node with highest priority re-becoming primary when it comes back. 2011-09-07 18:06:31 -04:00
Eliot Horowitz
955eca2419 fix v8 error reporting 2011-09-07 17:29:18 -04:00
Spencer T Brody
fd0a54bb73 Add test for using geo queries within a group command. SERVER-1742 2011-09-07 14:23:17 -04:00
Kristina
1d75a4793a reconfig should handle error messages from other members 2011-09-07 13:02:50 -04:00
Eliot Horowitz
83ff070b77 post 2.0.0-rc2 2011-09-07 12:15:02 -04:00
Eliot Horowitz
a881aacb3d move authentication check earlier for safety SERVER-3773 2011-09-07 12:10:34 -04:00
Eliot Horowitz
c395a51693 BUMP 2.0.0-rc2 2011-09-07 01:07:35 -04:00
Mathias Stearn
afa19a3695 Disable test for now. Looks like a timing issue. SERVER-3650 SERVER-3772 2011-09-07 01:05:39 -04:00
Mathias Stearn
6362013e41 Queries for rollback objects need SlaveOk bit SERVER-3650 2011-09-06 23:46:18 -04:00
gregs
41f0781429 triangle test can't assume diagonal points SERVER-3725 2011-09-06 17:51:06 -04:00
gregs
333e027637 need to add error value to bounding boxes on polygons + boxes SERVER-3725 2011-09-06 17:40:44 -04:00
Aaron
0ad61856a6 fix test name, was causing a bb failure in parallel suite 2011-09-06 13:59:47 -07:00
Eliot Horowitz
3f7ab8d55b don't run geo_polygon on os x 10.5 2011-09-06 12:22:47 -04:00
Mathias Stearn
df769f03a4 Make linenoise work correctly with multi-line pastes 2011-09-06 12:11:11 -04:00
Mathias Stearn
55ca0b1658 Correct fix for SERVER-3394 2011-09-06 12:11:11 -04:00
Mathias Stearn
0568f129bd Revert "fix highlighting in shell for lines longer than console width SERVER-3394"
This reverts commit fb88b80ce4.
2011-09-06 12:11:11 -04:00
dwight
210e12a17a SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.
in addition fix a case where compare order of bindata types, when subtype and len, were in consistent
with BSONObj's compare.  this ordering is somewhat arbitrary but must be consistent.
2011-09-06 11:58:17 -04:00
Eliot Horowitz
b7d7b752a4 fix issue where dropDup code for insertion can fail on secondary during clone if doc moved SERVER-3762 2011-09-05 21:44:03 -04:00
dwight
dc7f6223b7 disable test 2011-09-04 17:02:34 -04:00
dwight
ce0d640197 turn off ageout code for now as implementation is unfinished 2011-09-04 14:08:33 -04:00
Eliot Horowitz
68c9417205 test for SERVER-3683 2011-09-04 00:48:38 -04:00
Eliot Horowitz
7dc52e245c ReplSetTest.stopmaster helper 2011-09-04 00:48:26 -04:00
Eliot Horowitz
8d72a36f12 when running checkShardVersion, need to make sure we do on actual connection, not replica set connection SERVER-3683 2011-09-04 00:47:56 -04:00
Spencer T Brody
fcf97ff30e Update test to reflect desired behavior. SERVER-3718 2011-09-02 17:32:20 -04:00
Eliot Horowitz
68966c1f1b post 2.0.0-rc1 2011-09-02 10:53:33 -04:00
Kristina
e8f978e25d improve log message 2011-09-02 10:34:06 -04:00
Eliot Horowitz
b5dd192afa BUMP 2.0.0-rc1 2011-09-01 23:24:02 -04:00
Eliot Horowitz
f6d544cd6b --ssl for tools SERVER-3729 2011-09-01 23:21:56 -04:00
Eliot Horowitz
79b292b445 ssl on osx needs libcrypto 2011-09-01 23:16:21 -04:00
Mathias Stearn
4d8cd672bb Don't try to backfill more than 1.5M array elements SERVER-3750 2011-09-01 20:29:22 -04:00
Spencer T Brody
cee4f0ef87 Fix broken test. 2011-09-01 14:31:29 -04:00
Spencer T Brody
09164a9fdc Add tests for $uniqueDocs in geo queries with multi-location docs. SERVER-3139 2011-09-01 13:51:29 -04:00
Spencer T Brody
7f9fa28a4d Extend tests for $exists accepting 1 and 0 so that the tests can catch SERVER-2322. 2011-08-31 14:59:40 -04:00
Mathias Stearn
56122624cf compile 2011-08-31 13:12:24 -04:00
Dwight
cba5d568e9 SERVER-3717 last commit wasn't quite right :-( 2011-08-31 12:48:03 -04:00
Dwight
c8f4fdb1de try to fix compile on some platforms 2011-08-31 11:38:09 -04:00
Dwight
c6a6cebea0 Merge branch 'master' of github.com:mongodb/mongo 2011-08-31 11:30:40 -04:00
Dwight
1c5b750fdc SERVER-3717
fix check if value to large to represent as a long in KeyV1
for some reason was failing on win32. not sure why. visual studio 2008 issue?
regardless, the old implementation was a bad idea when going from machine/build
to machine as then the results could vary if one was compiled with strict
floating point and the other non-strict.
2011-08-31 11:26:44 -04:00
Mathias Stearn
8f2b751b77 Do objcheck for single inserts outside of writelock. SERVER-3724
Fix for bulk inserts after 2.0
2011-08-31 11:14:51 -04:00
Eliot Horowitz
640fc155cd correct fix for SERVER-3002 2011-08-30 23:12:59 -04:00
Spencer T Brody
94256036c7 Add more tests for geo polygon searches. SERVER-3726 2011-08-30 16:23:36 -04:00
dwight
fff7a4972e SERVER-3717 enable test 2011-08-30 13:21:34 -04:00
Spencer T Brody
b7a4d0ff79 Fix some geo polygon tests which weren't testing as much as they meant to. 2011-08-30 13:59:57 -04:00
Kristina
6b61f6a212 change log to warning SERVER-3712 2011-08-30 11:18:45 -04:00
Dwight
9fd22cb86d SERVER-3719 long long values in v1 indexes were losing precision 2011-08-30 11:17:39 -04:00
Eliot Horowitz
cba1eb700b fix Cusor timeout iterator issue SERVER-3002 2011-08-29 23:08:24 -04:00