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

14504 Commits

Author SHA1 Message Date
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
Aaron
922398f47c SERVER-3719 test 2011-08-29 18:00:18 -07:00
Spencer T Brody
ad830c9c07 Add more tests for SERVER-2326 & SERVER-3718. 2011-08-29 20:17:47 -04:00
Spencer T Brody
43744ae3b2 Put assert in right place in test. 2011-08-29 19:56:28 -04:00
Spencer T Brody
ae3201b73d Fix sharding index creation tests. Now can catch SERVER-3718. 2011-08-29 19:50:47 -04:00
Aaron
a406f1b8f4 SERVER-3717 test 2011-08-29 16:37:39 -07:00
gregs
d43d01444d other auth code also needs to return conns SERVER-3710 2011-08-29 18:21:16 -04:00
Spencer T Brody
b961557045 Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687 2011-08-29 16:14:48 -04:00
gregs
8c0e882052 test for SERVER-3710 2011-08-29 15:36:41 -04:00
gregs
ab2b5d24d6 return auth shardConnections to pool when done SERVER-3710 2011-08-29 15:36:41 -04:00
Dwight
b969ac49be Merge branch 'master' of github.com:mongodb/mongo 2011-08-29 14:57:56 -04:00
Dwight
cfcc0d3972 try to fix dbtests 2011-08-29 14:57:47 -04:00
Eliot Horowitz
cba958b223 fix yield with disk issue in update.cpp SERVER-3633 2011-08-29 14:39:43 -04:00
Spencer T Brody
75eb7ca39a Add some more tests for $in and $all working together. QA-46 & SERVER-2165. 2011-08-29 14:19:41 -04:00
Mathias Stearn
3fc16f4e36 Wait a bit before trying to accept() when out of FDs SERVER-3707 SERVER-3705 2011-08-29 13:16:58 -04:00
Eliot Horowitz
7b84ebe827 try to make test more reliable 2011-08-29 11:45:11 -04:00
Eliot Horowitz
cbba880bd4 fix double comparision of -0 and 0 for v1 indexes SERVER-3682 2011-08-29 11:41:16 -04:00
Eliot Horowitz
a61217961f fix show SERVER-3679 2011-08-29 10:44:16 -04:00
Aaron
c591921a2a drop collection so test can be run multiple times in buildbot 2011-08-26 16:09:14 -07:00
Eliot Horowitz
7edca83b5f post 2.0.0-rc0 2011-08-26 02:57:01 -04:00
Spencer T Brody
1450e4ccdf Make date-sorting test deterministic. 2011-08-25 12:50:25 -04:00
Spencer T Brody
812e49a673 Add more tests for sorting pre-epoch dates. SERVER-405 & QA-40. 2011-08-25 12:32:59 -04:00
Eliot Horowitz
8d4bf50111 BUMP 2.0.0-rc0 2011-08-25 01:50:35 -04:00
Spencer T Brody
25c2fbff89 Slight addition to date test. QA-42. 2011-08-24 15:07:30 -04:00
Eliot Horowitz
0dd179510c fix sm for windows SERVER-3659 2011-08-24 11:13:57 -04:00
Eliot Horowitz
a1b1601aff breaking bb
Revert "Test rejoining after forced replSetReconfig"

This reverts commit 5940dfb327.
2011-08-24 00:08:27 -04:00
Aaron
cad7aba1d3 SERVER-3682 test 2011-08-23 20:03:44 -07:00
Aaron
ae17b51c4a jsTestName seems not to work in all test contexts and was causing parallel test failures in buildbot 2011-08-23 17:31:48 -07:00
Mathias Stearn
5940dfb327 Test rejoining after forced replSetReconfig 2011-08-23 17:17:30 -04:00
Aaron
c4639a3e61 ignore op objects without valid ts fields, which can be the case with synthetic 'db' ops created slave side; should fix closeall bb failures 2011-08-23 13:05:44 -07:00
Aaron
0fa2156404 Revert "try to fix jstests/dur/closeall.js"
This reverts commit 3e1729e2b6.
2011-08-23 13:03:56 -07:00
dwight
febe8962d0 safety - may prevent a possible seg fault if datafiles are corrupt not sure if that can happen but good to have defensively regardless 2011-08-23 15:53:44 -04:00