Commit Graph

32550 Commits

Author SHA1 Message Date
Spencer T Brody
ae83937130 SERVER-21996 Wait for replication to all nodes before shutting down config server primary in test 2015-12-23 14:44:25 -05:00
Mark Benvenuto
f5b27f93ab SERVER-21981 clang_format.py should not touch files uncessarily 2015-12-23 13:36:10 -05:00
Mark Benvenuto
944ee09a2a SERVER-21993 Add more diagnostics on fork() failure 2015-12-23 13:36:10 -05:00
Kaloian Manassiev
a7e6d919ec SERVER-21050 Continuous config server primary step down
This change adds a continuous primary stepdown capability to the
ReplicaSetTest and hooks it into ShardingTest.
2015-12-23 10:39:04 -05:00
Kaloian Manassiev
551e33cd86 SERVER-21956 DBClientCursor should propagate the correct exception code 2015-12-23 10:33:29 -05:00
Jonathan Abrahams
0964c60791 SERVER-21565 Support more than 7 nodes in a replica set in resmoke.py 2015-12-23 09:11:26 -05:00
Rui Zhang
475d452c31 SERVER-21999 fix sys-perf log path 2015-12-22 16:48:45 -08:00
Scott Hernandez
bbc4e94899 increase queue threshold for failure in reconfig_without_increased_queues.js 2015-12-22 18:04:46 -05:00
Scott Hernandez
d4c32effc7 SERVER-21971: allow hidden/non-voting sync source on second pass 2015-12-22 18:04:46 -05:00
Chung-Yen Chang
86f19de074 SERVER-21961: eliminiate the unncessary json.send 2015-12-22 14:41:20 -08:00
David Storch
cff8decf7e SERVER-21997 periodically drop locks while keepCursorPinnedDuringGetMore fail point is enabled 2015-12-22 17:38:10 -05:00
Kaloian Manassiev
ebfbeb9a05 Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"
This reverts commit a4c73dacca.
2015-12-22 17:29:27 -05:00
David Storch
150376472b SERVER-21407 use ExtensionsCallbackDisallowExtensions in path_support_test 2015-12-22 17:13:34 -05:00
Kaloian Manassiev
a4c73dacca SERVER-21956 DBClientCursor should propagate the correct exception code 2015-12-22 16:57:44 -05:00
Randolph Tan
06d1b22164 SERVER-21910 Use fullOptions instead of commandLine to restart server in min_optime_recovery.js 2015-12-22 15:44:08 -05:00
Andrew Morrow
9e518d6d2d SERVER-21820 SERVER-21830 Export endian from SConstruct for use in third_party 2015-12-22 12:30:23 -05:00
David Storch
26bcf4ddd7 SERVER-21407 explicitly disallow $text/$where extensions during MatchExpression parsing 2015-12-22 10:13:40 -05:00
Dianna Hohensee
3663e004df SERVER-21382 fixing sharding migration to transfer only document deletions relevant to the chunk being migrated, not every deletion 2015-12-22 09:12:08 -05:00
Andrew Morrow
07b2e02ffd SERVER-21529 Don't assume char is unsigned in logging 2015-12-21 23:22:49 -05:00
Andrew Morrow
affd733b7b SERVER-12663 Make DocumentStorage::emptyDoc return a correctly aligned object 2015-12-21 23:09:21 -05:00
Andy Schwerin
3323bd3d86 SERVER-21958 Fix lint error 2015-12-21 18:12:34 -05:00
Andy Schwerin
329132d809 SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is always set to true. 2015-12-21 18:10:25 -05:00
Andy Schwerin
7e7ea93fac SERVER-21959 Do not truncate stack traces in log messages. 2015-12-21 17:41:16 -05:00
Andy Schwerin
da0c2e704a SERVER-21960 Include symbol name in stacktrace json when available. 2015-12-21 17:06:40 -05:00
David Storch
56dba2953b SERVER-17011 add EnsureSorted stage
Preserves the sort order for 'ntoreturn hack' plans.
2015-12-21 16:28:22 -05:00
Kaloian Manassiev
6bfa81cae0 SERVER-21978 move_primary_basic.js should always set a fixed primary shard 2015-12-21 16:17:29 -05:00
Mark Benvenuto
b0119fe1b2 SERVER-21844 processinfo_test fails on ppc64 2015-12-21 15:40:47 -05:00
Kaloian Manassiev
e2e4c75844 SERVER-21050 Continuous config stepdown logging changes
This commit is part of the overall change to enable continuous config
server stepdown and it includes improvements to logging and test
validation. It does not actually enable the stepdown thread.
2015-12-21 15:20:12 -05:00
matt dannenberg
999325ecac SERVER-21972 improve naming of ReplicationCoordinator and TopologyCoordinator unittests 2015-12-21 09:33:06 -05:00
Jonathan Abrahams
4da86be29a SERVER-21950 Run concurrency suite on compile variants for DEBUG builds 2015-12-21 14:42:31 -05:00
matt dannenberg
adbe3cd2af SERVER-21975 wait for secondary to become secondary before starting tests in replsets/test_command.js 2015-12-21 08:57:06 -05:00
Andrew Morrow
effa414a82 SERVER-21957 Don't destroy builder while still in use 2015-12-21 13:50:01 -05:00
Misha Tyulenev
df8e729bf9 BF-1493 add namespace check to cleanupOrphaned 2015-12-21 13:31:52 -05:00
Max Hirschhorn
9736f7439e SERVER-21835 Ignore errors due to CappedPositionLost in make_capped.js. 2015-12-21 12:42:58 -05:00
Max Hirschhorn
f176586570 SERVER-21955 Fix issue with MasterSlaveFixture and CleanEveryN hook.
Avoid constructing new Fixture instances inside
MasterSlaveFixture.setup().
2015-12-21 12:35:23 -05:00
Jonathan Abrahams
44b9603202 SERVER-12108 Support Windows binaries for multiversion tests 2015-12-21 12:06:09 -05:00
Andrew Morrow
6af9195465 SERVER-21827 Add SpiderMonkey configuration for s390x 2015-12-21 11:57:20 -05:00
Andrew Morrow
315d23fc70 SERVER-21822 Add s390x preprocessor check in bits.h 2015-12-21 11:29:13 -05:00
Andrew Morrow
91ffce981f SERVER-21819 Add s390x to list of known target platforms 2015-12-21 11:29:13 -05:00
Andrew Morrow
471bd8150f SERVER-21821 Remove big-endian prohibition from db.cpp 2015-12-21 11:29:13 -05:00
Charlie Swanson
1ad5c4f781 SERVER-21912 Iterate command response cursors
During benchmarking, if a command returns a cursor object, we should
iterate the cursor until all results are returned.
2015-12-21 11:09:33 -05:00
Jonathan Abrahams
df25ea8ff2 SERVER-21893 Fix dbHash result check for number of collections. 2015-12-21 10:45:38 -05:00
matt dannenberg
2e153f35f4 SERVER-21229 group replicated inserts 2015-12-21 05:09:50 -05:00
Dan Pasette
a3d8fbcadf Revert "SERVER-21366 Periodically yield when applying migration deletions"
This reverts commit 7f3d0f2cfa.
2015-12-18 17:50:01 -05:00
Chung-Yen Chang
47915e4384 SERVER-21900: fix resource leak in longevity.yml 2015-12-17 15:23:13 -08:00
Adam Midvidy
a8eb2e709e SERVER-21536 don't refresh connections that have already been checked out 2015-12-17 16:25:03 -05:00
Scott Hernandez
ac919e0161 SERVER-21930 - Restart oplog query if oplog entries are out of order
(cherry picked from commit 06ff25a41c)
2015-12-17 16:09:44 -05:00
Scott Hernandez
9ef32d72f3 Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"
This reverts commit 06ff25a41c.
2015-12-17 15:41:11 -05:00
Mark Benvenuto
a0b0b09b07 SERVER-21845 Fix debug non-jit builds of spidermonkey 2015-12-17 15:13:41 -05:00
Mark Benvenuto
6494b4a5cd SERVER-21850: Use 4kb sector size for direct io instead of vm page size 2015-12-17 15:11:39 -05:00