0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
Commit Graph

30373 Commits

Author SHA1 Message Date
matt dannenberg
c789714a08 SERVER-18948 replace oplog hash calculation with pseudo random number 2015-07-10 08:20:40 -04:00
David Storch
035b91eb3d SERVER-17286 extend shell to use getMore command if --readMode is commands 2015-07-10 13:01:57 -04:00
J Delaney
a508e4bd89 SERVER-19337 Update jstestfuzz task in evergreen.yml to use resmoke
Closes #999.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
2015-07-10 11:15:01 -04:00
Geert Bosch
357f28f055 SERVER-19058: Don't call waitUntilDurable without goingToWaitUntilDurable 2015-07-10 10:41:41 -04:00
Andrew Morrow
55af30c104 SERVER-19353 Do not use the deprecated boost system interfaces 2015-07-10 08:31:16 -04:00
Kevin Pulo
e8251c03db SERVER-18506: Make the balancer section of printShardingStatus() respect the passed-in configDB 2015-07-10 14:52:30 +10:00
Martin Bligh
4f358b55ee SERVER-19189: Rename CursorId -> TableId 2015-07-09 20:07:30 -04:00
J Delaney
3fb61fcb76 SERVER-19325 Remove duplicate properties from objects in JS tests
Closes #998.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
2015-07-09 19:59:55 -04:00
J Delaney
eb8125a999 SERVER-19326 Remove local variable deletions in JS tests
Closes #996.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
2015-07-09 19:59:55 -04:00
Geert Bosch
086feee975 SERVER-16395: Remove shared_mutex and use atomics for protection 2015-07-09 18:29:35 -04:00
Andy Schwerin
7ec946113a SERVER-19001 Eliminate unnecessary potential race in the CallbackHandleComparsion executor unit test.
The test as previously written has a race condition if the executor is allowed
to execute multiple callbacks concurrently, since both completion callbacks set
the same status object. However, for this test, there is no need for them to set
the same status object.
2015-07-09 15:21:57 -07:00
Andy Schwerin
a816f73752 SERVER-19001 Minor changes to TaskExecutor::CallbackHandle etc.
Removal of unused methods, minor changes to method signatures.
2015-07-09 15:20:58 -07:00
Kaloian Manassiev
7ec44c2c37 SERVER-19111 Fix signed/unsigned mismatch error with clang 2015-07-09 17:21:05 -04:00
David Storch
3a1a4466e0 SERVER-18770 SERVER-18768 fix opcounters_write_cmd.js 2015-07-09 17:04:35 -04:00
Amalia Hawkins
9c97272957 SERVER-19345: refactor security key reading into two parts 2015-07-09 16:07:23 -04:00
Kaloian Manassiev
06402d2f9a SERVER-19111 addShard for the replica set catalog manager
This change implements the addShard method for the replica set catalog
manager along with the necessary unit tests.
2015-07-09 14:56:46 -04:00
Kaloian Manassiev
9ebff75f25 SERVER-19111 Move change log checking methods to the common fixture
This change moves the change log record contents checking methods to the
common catalog manager replica set test fixture.
2015-07-09 14:56:45 -04:00
dalyd
65419d7fd3 SERVER-19332: Mongo-perf regression -- set batch time and reduce number of iterations 2015-07-09 14:35:30 -04:00
Kaloian Manassiev
317047bc0e SERVER-19111 Add insert op checking to catalog manager test fixture
This change adds a shortcut method to declare expectation that a
particular set of insertions are about to happen.
2015-07-09 14:14:41 -04:00
Andrew Morrow
932e768dc2 SERVER-19313 Remove some obsoleted usages of boost 2015-07-09 13:49:39 -04:00
David Storch
7e6df18986 SERVER-18770 SERVER-18768 implement ClusterFindCmd::run() 2015-07-09 13:24:09 -04:00
Eric Milkie
7494d0c5a6 add debugging output for SERVER-19128 2015-07-09 13:21:39 -04:00
Adam Midvidy
5107d529ee SERVER-19156 fix lint... again 2015-07-09 13:22:19 -04:00
Adam Midvidy
331678a191 SERVER-19156 support OP_COMMAND in NetworkInterfaceASIO 2015-07-09 13:17:01 -04:00
Adam Midvidy
3edf8b672c SERVER-19156 convert Colvin-Gibbons psuedo-move ops in Message to real move ops 2015-07-09 13:17:01 -04:00
Qingyang Chen
d1cb714652 SERVER-18936 skip, limit, and batchsize use 64-bit variables 2015-07-09 12:46:34 -04:00
Adam Chelminski
d764e3e6cf SERVER-19109 Refactor text stage into matcher and scorer stage
Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
2015-07-09 11:08:40 -04:00
Adam Midvidy
863d43e742 SERVER-19306 fix lint 2015-07-09 10:44:48 -04:00
Benety Goh
cc2c70f510 SERVER-19307 fixed missing metadata in remote command response 2015-07-09 10:06:02 -04:00
Benety Goh
f316ff5af2 SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the current response is for the initial command request 2015-07-09 10:04:56 -04:00
Daniel Alabi
fb1c2681c1 Revert "SERVER-19289 Sharding tests should always use wiredTiger as the storage engine when using replica set config servers"
wiredTiger is not recognized on 32-bit systems.

This reverts commit 15f5733573.
2015-07-09 09:56:00 -04:00
Daniel Alabi
15f5733573 SERVER-19289 Sharding tests should always use wiredTiger as the storage engine when using replica set config servers 2015-07-09 09:07:24 -04:00
Misha Tyulenev
5bd86559ad SERVER-18930 SERVER-19060 SERVER-19132 SERVER-19133 Implement LegacyReply(Builder) API and up/down conversions 2015-07-08 19:26:19 -04:00
Charlie Swanson
1913834c30 SERVER-19105 Remove now unused names of DocumentSources from header file 2015-07-08 17:47:40 -04:00
Adam Midvidy
097c2d2c48 SERVER-19306 split NetworkInterfaceASIO into separate files 2015-07-08 17:33:39 -04:00
Amalia Hawkins
b057c6a2a2 SERVER-17991 Refactor security key file reading / support base64 padding. 2015-07-08 13:56:02 -04:00
Randolph Tan
deb117ad90 SERVER-18593 RS Catalog Manager implementation of enableSharding 2015-07-08 11:17:17 -04:00
Spencer T Brody
f11138ed8f SERVER-19297 Make shardCollection take distributed lock 2015-07-08 11:09:45 -04:00
David Storch
dd3c12c2e3 SERVER-2454 fix resync.js test to handle collection scan dying due to its position in a capped collection being deleted 2015-07-08 10:34:31 -04:00
David Storch
332781c598 SERVER-2454 improve error messages for CollectionScan DEAD cases 2015-07-08 10:34:31 -04:00
Scott Hernandez
9edbe630a7 SERVER-19298: always use collection options when creating collections 2015-07-08 10:34:05 -04:00
Benety Goh
5eca5fe810 SERVER-19307 moved TimerStats into its own library 2015-07-08 10:29:21 -04:00
Qingyang Chen
659b6566c4 SERVER-19312 execution stats output to handle negative executionTimeMillis correctly 2015-07-08 10:17:07 -04:00
Charlie Swanson
84f1302d8e SERVER-19315 Add PRNG to Client 2015-07-08 09:44:58 -04:00
Scott Hernandez
21c4ce42c3 SERVER-19068: treat NumberLong()/$numberLong as long long, always 2015-07-07 20:54:55 -04:00
Scott Hernandez
52d5299804 SERVER-18042: remove sleep when starting initsync from data_replicator test 2015-07-07 20:54:55 -04:00
Max Hirschhorn
87201c5db2 SERVER-18250 Add tests for toggling between --journal and --nojournal. 2015-07-07 17:36:31 -04:00
Spencer T Brody
2dd8212144 SERVER-18592 CatalogMangerReplicaSet implementation of removeShard method 2015-07-07 17:34:52 -04:00
Jonathan Abrahams
a8fe59a147 SERVER-19262 Split Concurrency test suite into 3:
- Concurrency
- Concurrency_replication
- Concurrency_sharded

fixed the reverted commit for resubmission
2015-07-07 16:26:23 -04:00
Daniel Alabi
7f854bdae0 SERVER-19272 ChangeLogType should handle validation properly and check mandatory fields 2015-07-07 15:53:10 -04:00