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

9695 Commits

Author SHA1 Message Date
dwight
a08d9422aa better debugging for sync1.js 2010-08-29 22:17:22 -04:00
dwight
47fcae0af0 remove CR 2010-08-29 21:27:59 -04:00
dwight
a5818c40a7 more logging to debugh sync1.js [2] 2010-08-29 21:24:15 -04:00
dwight
0a780284ff more logging to debugh sync1.js 2010-08-29 21:20:54 -04:00
dwight
3701f69ddf rs add a new test case 2010-08-29 16:03:17 -04:00
dwight
b23b4cadd3 better test logging; log less pdfile 2010-08-29 14:54:33 -04:00
Eliot Horowitz
9d93038c8e make roundtripping of NumberLong work and add another test 2010-08-29 00:37:20 -04:00
Wojciech Piekutowski
b42dd5c67e NumberLong shell output changed to NumberLong(111111111111) or NumberLong(11111) (when absolute value < 2^30) SERVER-1659
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-08-29 00:27:59 -04:00
dwight
8864cfafff crlf 2010-08-28 18:27:50 -04:00
dwight
8585f0d9f6 dont run this test on debug builds 2010-08-28 18:27:34 -04:00
dwight
f382ca50d4 compile test.vcxproj 2010-08-28 18:25:06 -04:00
dwight
e8eae32094 fix test.vcxproj 2010-08-28 18:08:43 -04:00
Eliot Horowitz
09facd3ff5 test for SERVER-1697 2010-08-28 12:31:26 -04:00
Eliot Horowitz
189291f8a6 add if debug is on to buildinfo 2010-08-28 02:19:06 -04:00
Alberto Lerner
8328a485bf SERVER-1452 missed c_str in previously fixed append* 2010-08-27 20:38:49 -04:00
Alberto Lerner
994836639e SERVER-1607 more replica set checks before adding shard 2010-08-27 20:23:38 -04:00
Alberto Lerner
76751df6b5 SERVER-1607 replica set checks before adding a shard 2010-08-27 18:48:22 -04:00
Kristina Chodorow
805346d1e1 fix sharding tests 2010-08-27 17:33:08 -04:00
dwight
7b849bd6c6 Merge branch 'master' of github.com:mongodb/mongo 2010-08-27 16:50:53 -04:00
Alberto Lerner
8cecc53869 SERVER-1607 expose replica set of a ConnectionString 2010-08-27 16:43:26 -04:00
Alberto Lerner
b56b1850b5 SERVER-1607 isMaster returns the name of the replica set, if appropriate 2010-08-27 16:39:43 -04:00
dwight
f0234a1fbb rs checkpoint work 2010-08-27 16:38:56 -04:00
Kristina Chodorow
f7932bcc15 tests SERVER-1665 2010-08-27 15:25:36 -04:00
Eliot Horowitz
449fbabe26 have to copy BinData in sm in case BSONObj is temp SERVER-1694 2010-08-27 15:00:25 -04:00
Alberto Lerner
b08b0b6e9f compile 2010-08-27 14:39:28 -04:00
dwight
e4ce03e8ee Merge branch 'master' of github.com:mongodb/mongo 2010-08-27 13:54:02 -04:00
dwight
3c0f8b9ff3 makemessagingport findable from the Client object 2010-08-27 13:53:55 -04:00
Kristina Chodorow
4d200a752d use replica set name for shard id SERVER-1665 2010-08-27 12:07:22 -04:00
Alberto Lerner
0206ce9041 SERVER-1611 allow localhost in a replica-set-based shard 2010-08-27 11:48:16 -04:00
Mike Dirolf
862b77d3de minor: smokeClient -> client 2010-08-27 10:44:23 -04:00
dwight
948b3ad552 delet ecritical seciotn 2010-08-26 23:51:03 -04:00
dwight
f248d53177 take a crack at spinlock for win 2010-08-26 22:10:13 -04:00
dwight
246cc9851e nullf unc 2010-08-26 21:12:53 -04:00
dwight
b8efa65bfc mak evisual studio happy 2010-08-26 21:09:51 -04:00
Mathias Stearn
c59b38288f odd $near bug 2010-08-26 18:26:47 -04:00
Eliot Horowitz
dae8c2de8b fix legacy spinlock 2010-08-26 17:51:18 -04:00
Eliot Horowitz
86f42e62f1 more spin lock fixes 2010-08-26 17:45:46 -04:00
Eliot Horowitz
c29e819207 fix spin lock for real 2010-08-26 17:44:55 -04:00
Eliot Horowitz
553c778780 for now, use RWLock for spinlock since legacy boost doesn't have a nice api 2010-08-26 17:31:23 -04:00
Eliot Horowitz
585718e60f cleaning query caching thread safety 2010-08-26 17:23:48 -04:00
Eliot Horowitz
aed53aef99 test faster 2010-08-26 17:23:48 -04:00
Kristina Chodorow
b5495c7d82 add namespace to remove logging SERVER-1642 2010-08-26 16:35:42 -04:00
Mike Dirolf
1001ea1777 smoke.py cleanup 2010-08-26 16:34:07 -04:00
Kristina Chodorow
47114280a4 more tests for SERVER-1347 2010-08-26 16:31:29 -04:00
Alberto Lerner
18daedd25c spinlock fallback implementation when test-and-set is not available 2010-08-26 16:06:26 -04:00
Mike Dirolf
7012f9a6ff rename targets for smoke.py, but not the scons invocation of them 2010-08-26 16:01:46 -04:00
Mike Dirolf
306b9cbaa7 just renaming some things in smoke.py to be more consistent - no functional changes 2010-08-26 16:01:46 -04:00
Eliot Horowitz
7bbe2939e9 fix nested CurOp cleaning SERVER-1610 2010-08-26 15:55:38 -04:00
Kristina Chodorow
135549ec78 fix set with large ints SERVER-1347 2010-08-26 15:26:26 -04:00
Alberto Lerner
9aac39189e SERVER-1633 turn logging up to uncover bottleneck 2010-08-26 15:08:26 -04:00