Andrew Morrow
6c6f74c1d0
SERVER-21020 Make BackgroundJob unit tests deterministic
2015-11-05 10:24:54 -05:00
Eric Milkie
c616b481d7
Revert " SERVER-20928 Synchronize stepdown process with events"
...
This reverts commit 289d877c17
.
2015-11-05 09:57:45 -05:00
Eric Milkie
2c56c43639
Revert " SERVER-20928 Fix lint."
...
This reverts commit 81d9644da7
.
2015-11-05 09:57:37 -05:00
Mathias Stearn
d70512ab5f
Revert " SERVER-21154 Batch and parse oplog entries in parallel with applying them"
...
This reverts commit 2f70889bbf
.
2015-11-04 18:45:16 -05:00
Kamran Khan
ed6c7908a5
SERVER-21291 : Reduce the thread count in a multi-key text FSM workload
...
The reduction is to alleviate failures on Windows DEBUG test hosts.
2015-11-04 17:54:53 -05:00
Eric Milkie
e8d5fd065f
SERVER-21298 wait for SECONDARY state before calling count
2015-11-04 16:58:26 -05:00
Eric Milkie
ce9b498f3a
SERVER-21292 update remove1.js to use newer testing paradigms
2015-11-04 16:45:22 -05:00
Kaloian Manassiev
82b59c9a36
SERVER-21186 All ShardRegistry commands should retry on NotMaster errors
2015-11-04 16:39:13 -05:00
Paschalis Korosoglou
9fe07e29d8
SERVER-21209 allow comments in the same line as pidfilepath
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
Closes #1041
2015-11-04 15:02:13 -05:00
Mathias Stearn
71e4c39d17
SERVER-21290 remove pessimizing move
2015-11-04 14:19:48 -05:00
Mathias Stearn
34aea40443
Remove unused MovableBuffer class
2015-11-04 13:53:03 -05:00
Mathias Stearn
2f70889bbf
SERVER-21154 Batch and parse oplog entries in parallel with applying them
...
This includes the start of SERVER-21155 .
2015-11-04 13:53:03 -05:00
Mathias Stearn
f79d188718
SERVER-21287 $lookup should always make $eq queries
2015-11-04 13:53:03 -05:00
Mathias Stearn
93832192cc
SERVER-21046 Explain no longer supports majority readConcern
...
We decided that the semantics are too confusing for this to be useful. In
particular, it seemed odd that readConcern was an option when explaining
write commands even though it isn't an option when running write commands.
2015-11-04 13:53:03 -05:00
Mathias Stearn
525f514ab7
SERVER-21274 Clean up command interception for read_concern_passthrough
...
* Correctly parses the name of the command
* Emulates writeConcern for createIndexes which doesn't support it
* Correctly handles aggregations containing $out
* Pulls the names of commands out to declarative lists
2015-11-04 13:53:03 -05:00
matt dannenberg
7791b42fca
SERVER-21288 fix scoping of master variable in awaitReplication
2015-11-04 07:42:02 -05:00
Kaloian Manassiev
a93af700d4
SERVER-21283 Remove unreachable return statement in CatalogManagerLegacy
2015-11-04 12:25:32 -05:00
Ian Whalen
aee7a677c4
SERVER-20885 Reduce frequency of rhel55 and enterprise amazon linux buildvariants
2015-11-04 11:27:41 -05:00
dalyd
e29401fe31
SERVER-21208 : 'server up' check in perf.yml is in the wrong place
2015-11-04 10:24:06 -05:00
matt dannenberg
12bb61d523
SERVER-21282 insert after the spanning tree is established in noPassthrough/server6733.js
2015-11-04 05:11:03 -05:00
samantharitter
a5aecae4e3
SERVER-20546 Abort if connections are returned to connection pool in an unknown state
2015-11-04 09:57:20 -05:00
Martin Bligh
2af435e3a7
30450001: use unique_ptr for OplogDocWriter so we can pass down to things requiring a vector of DocWriters
2015-11-04 09:34:36 -05:00
Eric Milkie
3b3df77c0f
SERVER-20164 fix compile
2015-11-04 08:20:50 -05:00
David Hows
c2258e65ee
SERVER-21242 : Add an initial drop to jstests/core/collection_info_cache_race.js
2015-11-04 11:36:13 +11:00
Misha Tyulenev
730e2cfca8
SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to internal user only
2015-11-03 18:07:33 -05:00
Judah Schvimer
a396bcd73c
SERVER-21058 Adds fail point to stress yielding behavior
2015-11-03 17:43:05 -05:00
Siyuan Zhou
81d9644da7
SERVER-20928 Fix lint.
2015-11-03 17:33:34 -05:00
Spencer T Brody
5f7bb01227
SERVER-20164 Finish unit tests for CatalogManagerReplicaSet::addShard
2015-11-03 17:32:19 -05:00
Spencer T Brody
c70a6e15e3
SERVER-21257 Don't add --nojournal to config servers in nojournal suite
2015-11-03 17:30:17 -05:00
Mike Grundy
f3dea2d9ba
SERVER-20402 Add election failover js tests
2015-11-03 17:14:08 -05:00
Siyuan Zhou
aee0de0ccd
SERVER-20928 Remove HeartbeatResponseAction::ScheduleElection action
2015-11-03 17:02:13 -05:00
Siyuan Zhou
289d877c17
SERVER-20928 Synchronize stepdown process with events
2015-11-03 17:00:15 -05:00
matt dannenberg
b25a1fb514
SERVER-21237 fix remove1.js to handle failover that occurs in pv0
2015-11-03 11:29:47 -05:00
Kaloian Manassiev
a4bc56e0ed
SERVER-21186 Make catalog manager insert virtual
2015-11-03 16:22:41 -05:00
Kaloian Manassiev
1a450c6e98
SERVER-21186 Make actionLog format the same as changeLog's
...
Ensures that the action log entries have _id keys as well and unifies the
logging code for sharding operations.
2015-11-03 16:22:40 -05:00
David Storch
ba49b4b6e0
SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascending/descending in key pattern
2015-11-03 16:20:44 -05:00
matt dannenberg
29fcc4fc6a
SERVER-21269 stop workload in noPassthrough/backup_restore.js to allow node to become SECONDARY
2015-11-03 08:58:46 -05:00
matt dannenberg
217ec54c51
SERVER-21237 remove log message in awaitReplication() since variables are no longer relevant
2015-11-03 08:05:43 -05:00
Geert Bosch
8a3acb4274
SERVER-21237 : Add back accidentally removed log variable
2015-11-03 10:51:45 -05:00
Ramon Fernandez
0faf4bb258
bump tools to r3.2.0-rc2
2015-11-03 10:49:05 -05:00
Ramon Fernandez
26be64f75e
Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-215-g465dca8.tar.gz from wiredtiger branch mongodb-3.2
2015-11-03 10:38:17 -05:00
Ramon Fernandez
0899ba98f6
Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-210-gf95877a.tar.gz from wiredtiger branch mongodb-3.2
2015-11-03 08:07:56 -05:00
Geert Bosch
6262a4f016
Disable LSM in evergreen for now
2015-11-03 00:16:43 -05:00
matt dannenberg
42d0577042
SERVER-21237 fix ReplSetTest.prototype.awaitReplication to use getReplSetStatus rather than query the oplog directly
2015-11-02 14:29:21 -05:00
Geert Bosch
70c5435a48
SERVER-1153 : Add Evergreen testing for inMemory storage engine
2015-11-02 15:10:34 -05:00
Michael Cahill
ae3a6452d2
SERVER-1153 : Add and use isEphemeral predicate
2015-11-02 11:27:20 -05:00
Alex Gorrod
db3fce5ea2
Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-197-g62c1a7a.tar.gz from wiredtiger branch mongodb-3.2
2015-11-02 15:02:42 +11:00
Michael Cahill
fb6ebe7520
Import wiredtiger-wiredtiger-mongodb-3.2.0-rc1-194-g0dc3f20.tar.gz from wiredtiger branch mongodb-3.2
2015-11-02 11:55:14 +11:00
Scott Hernandez
4fbfa13ec0
SERVER-20064 : use default oplog size for CSRS
2015-10-31 10:03:42 -04:00
Geert Bosch
e2443741a5
SERVER-15508 : Have the shell accept all unsigned Timestamp values
...
Also rejects negative Timestamp time and increment arguments and canonicalizes types.
2015-10-30 23:39:50 -04:00