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

2174 Commits

Author SHA1 Message Date
Eliot Horowitz
ed2303de56 fix test for v8 2011-03-09 12:51:29 -05:00
Eliot Horowitz
5a5097f901 fix sharding test with local change 2011-03-08 16:21:56 -05:00
Eliot Horowitz
bcd73ab979 don't return local in listDatabases sharded 180 SERVER-2686 2011-03-08 13:47:22 -05:00
gregs
4842f430f5 More logging for tests...\ 2011-03-08 11:59:52 -05:00
gregs
be7a644b31 Made test less fragile 2011-03-08 11:58:42 -05:00
dwight
8091e7ca70 dur log info if abort because cant remap a private view 2011-03-07 15:17:43 -05:00
Aaron
93572fc05b SERVER-2662 test 2011-03-07 10:29:52 -08:00
gregs
bec1db9fc0 More verbose logging for build tests 2011-03-07 10:51:49 -05:00
Eliot Horowitz
382d7e21d3 increasing threshold 2011-03-06 21:05:57 -05:00
Eliot Horowitz
afcf141e33 test for SERVER-2419 from greg 2011-03-06 02:51:59 -05:00
Kristina
08da1dee4e minor test fix 2011-03-04 10:58:26 -05:00
Kristina
451ecc7c36 remove arbiter switching code, as this is no longer allowed 2011-03-03 17:50:59 -05:00
dwight
63e3912a53 more logging for test 2011-03-02 22:13:05 -05:00
greg
0550b00028 Test does not clean up after itself, also fragile 2011-03-02 15:38:43 -05:00
greg
4cb7f39d29 Fix for duplicate values in near-random tests 2011-03-02 12:41:07 -05:00
greg
daa11293a2 Test of getlasterror failing... 2011-03-02 11:57:58 -05:00
Dwight
7c4408194e fix test 2011-03-02 11:53:50 -05:00
Eliot Horowitz
8a8ede6c71 fix index test 2011-03-02 11:28:15 -05:00
Eliot Horowitz
a674f44fdd update index test because of fix SERVER-1716 2011-03-02 10:58:31 -05:00
Dwight
928b65caed new test 2011-03-02 10:40:32 -05:00
Eliot Horowitz
52140f7213 test for btreebuilder and large keys 2011-03-02 10:29:41 -05:00
Eliot Horowitz
d9db802056 fix repl m/r test 2011-03-02 09:10:20 -05:00
Eliot Horowitz
8fcdd4c30e fix mr test SERVER-2658 2011-03-02 01:54:19 -05:00
Eliot Horowitz
ea825cd6c7 test for SERVER-2651 2011-03-01 15:48:02 -05:00
Aaron
a5ae1cfeb9 SERVER-2650 prevent too small extents 2011-03-01 12:08:28 -08:00
greg
737a20b8fa Fixes for distributed lock handling time skew.
In general, the current distributed lock is susceptible to time skew in config servers and mongos clients.  This update
uses an algorithm that checks for time skew, as well as providing some more robust tests to make sure a distributed
lock cannot be forced prematurely.  Some documentation on the website, currently hidden from non-10gen, gives more
info.
2011-03-01 14:15:26 -05:00
Eliot Horowitz
e295d14d1d null is ok in shard key, blank is not SERVER-2648 2011-03-01 13:21:04 -05:00
Kristina
7bf3c53a70 don't allow changing from localhost to hostname SERVER-2622 2011-02-28 12:57:58 -05:00
Eliot Horowitz
7e13092c2f wait for group commit 2011-02-18 21:04:21 -05:00
Eliot Horowitz
9e73768ceb formatting 2011-02-18 20:59:59 -05:00
Eliot Horowitz
cd5a958c31 multi/upsert is fine sharded, remove bad assert 2011-02-17 23:59:15 -05:00
Eliot Horowitz
c77e4c8ee9 put all replica set nods in shard map 2011-02-17 01:10:50 -05:00
Eliot Horowitz
a4153eb6ed If migrate fails due to oversized chunk, try to split that chunk SERVER-2519 2011-02-16 15:51:25 -05:00
Dwight
79b4518124 new test 2011-02-16 14:26:24 -05:00
Kristina
8b690e3387 temporarily comment out failing test 2011-02-14 15:27:44 -05:00
Mathias Stearn
3d8ca912a0 fix findAndModify when sort is used and _id in query SERVER-2530 2011-02-10 15:49:47 -05:00
Eliot Horowitz
37b11e4dde fix replica set cursor cleaning through mongos SERVER-2505
fix cursor cleaning in mongos generally by not doing lazy cleaning
2011-02-09 23:03:03 -05:00
Mathias Stearn
57b5ede361 debuggability 2011-02-09 16:57:10 -05:00
Aaron
2194e18a93 add sleep in dumprestore2 to handle SERVER-2501 2011-02-08 21:54:01 -08:00
Aaron
79485cc77c clear indexes at beginning of covered index tests so they will pass consistently if run multiple times in a row 2011-02-08 15:00:41 -08:00
Aaron
abf0bff628 use distinct collection names in tests to prevent conflict in parallel suite 2011-02-08 11:49:52 -08:00
dwight
28c8e6f004 if dropdb is broken, this should make it fail more frequently 2011-02-07 12:47:09 -05:00
dwight
b5e5f8e875 test output log more 2011-02-07 12:31:50 -05:00
dwight
2173d54bd0 crlf 2011-02-07 12:22:32 -05:00
Tony Hannan
b0834a3e43 connection per client thread, since connections are not thread-safe 2011-02-06 23:01:19 -05:00
dwight
71ef504e9d fix test to work with prealloc 2011-02-06 11:44:25 -05:00
Kristina
cfd9c0e758 fix initialSync on reconfig SERVER-2484 2011-02-05 23:18:23 -05:00
Eliot Horowitz
ed2b128e5d fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482 2011-02-05 17:52:37 -05:00
Eliot Horowitz
5287de64fb fix SlaveOk getMore with replica sets for sharded collections SERVER-2482 2011-02-05 17:52:36 -05:00
dwight
3a1db008a7 adjust md5.js to pass with the file format change 2011-02-05 16:40:27 -05:00