Judah Schvimer
c911be4e42
SERVER-25125 Report initial sync progress in ReplSetGetStatus
2016-08-16 09:48:07 -04:00
Kaloian Manassiev
51fe71a416
SERVER-25602 Make split/mergeChunks commands check the validity of input
2016-08-16 08:03:41 -04:00
Judah Schvimer
a21fe737c6
Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"
...
This reverts commit 10ff598752 .
2016-08-15 17:04:34 -04:00
Robert Guo
20db324b44
SERVER-25587 blacklist findAndModify_update_grow
2016-08-15 16:26:30 -04:00
Judah Schvimer
10ff598752
SERVER-25125 Report initial sync progress in ReplSetGetStatus
2016-08-15 15:48:08 -04:00
Spencer T Brody
25381b77e6
SERVER-23802 Shut down shard if it rolls back the shardIdentity document.
2016-08-15 15:31:48 -04:00
David Storch
e7b0ba5c67
SERVER-23093 avoid extra predicate evaluation for indexed collation-aware queries
2016-08-15 15:19:41 -04:00
Benety Goh
1dce628499
SERVER-25611 fixed exception variable name in catchup.js
2016-08-15 14:19:07 -04:00
Mark Benvenuto
ea024d2e81
SERVER-25539 Validate BinData private object
2016-08-15 11:59:40 -04:00
Judah Schvimer
d22cd69f51
SERVER-25589 increase awaitReplication() timeout in linearizable_read_concern.js
2016-08-15 11:49:38 -04:00
Adam Chelminski
df4248d69b
SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell util function for printing strict JSON
2016-08-15 10:52:24 -04:00
Jonathan Abrahams
dcaadaa68f
SERVER-25115 emptycapped test command doesn't verify arguments
2016-08-15 09:17:32 -04:00
Andy Schwerin
c96009ecd4
SERVER-25574 Remove jstests/core/hashtest1.js which is replaced by src/mongo/db/hasher_test.cpp
2016-08-14 16:27:37 -04:00
Kaloian Manassiev
f210923e76
SERVER-25468 Fail commands scheduled through 'eval' which wait for replication
2016-08-13 08:09:56 -04:00
James Wahlin
09d1c82e70
SERVER-24764 Test mongos commands against views.
2016-08-12 16:17:16 -04:00
Benety Goh
42ae7ce8eb
SERVER-25582 increase write concern and await replication timeout
2016-08-12 16:05:01 -04:00
Benety Goh
b82a075559
SERVER-25579 removed replsets/auth3.js
2016-08-12 15:31:49 -04:00
Esha Maharishi
5b6ca35994
SERVER-22663 Make --shardsvr required for a mongod to be used as a shard
2016-08-12 15:24:05 -04:00
Esha Maharishi
d6ab3dabec
SERVER-25507 again with fix for backup_restore.js
2016-08-12 15:21:42 -04:00
Kaloian Manassiev
0c6bbea55e
SERVER-25202 Support parallel manual chunk migrations
...
This change switches the MigrationManager to use the UsedResourcesMap
class for acquiring the collection distributed lock on first migration
attempt and dropping it on the last.
This allows it to support parallel manual migrations.
2016-08-12 11:59:59 -04:00
Esha Maharishi
4e682143bc
Revert "SERVER-25507 use node's existing options if restart flag passed to ReplSetTest's start()"
...
This reverts commit c31b1f0758 .
2016-08-11 21:37:26 -04:00
Esha Maharishi
62ae8e4141
Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a shard"
...
This reverts commit d1223a8ad4 .
2016-08-11 21:36:54 -04:00
Esha Maharishi
d1223a8ad4
SERVER-22663 Make --shardsvr required for a mongod to be used as a shard
2016-08-11 21:07:39 -04:00
Spencer Jackson
045a53f469
SERVER-22826 Support X509 Authorization
2016-08-11 18:58:27 -04:00
Tess Avitabile
844007a979
SERVER-24239 shardCollection should use simple collation when creating shard key index
2016-08-11 18:46:29 -04:00
Charlie Swanson
52cd830b71
SERVER-25473 Inject ExpressionContext before optimizing pipeline.
2016-08-11 18:25:07 -04:00
Esha Maharishi
c31b1f0758
SERVER-25507 use node's existing options if restart flag passed to ReplSetTest's start()
2016-08-11 18:16:28 -04:00
David Storch
afd98273f7
SERVER-25522 ensure oplog entries applied serially to collection with non-simple collation
...
This restriction can be relaxed pending a mechanism for
collation-aware hashing of BSONElement.
2016-08-11 16:39:02 -04:00
Randolph Tan
c44504dd8d
SERVER-24468 Add min_optime_recovery_on_failed_move_chunk_commit with requires persistence tag
2016-08-11 15:19:03 -04:00
Benety Goh
b4a42b8cc6
SERVER-25564 extend timeout for hidden node and re-evaluate primary
2016-08-11 14:58:20 -04:00
Randolph Tan
e14a61c789
SERVER-22665 Separate mixed version test logic to multiVersion suite
...
for shard aware js tests
2016-08-11 13:34:24 -04:00
Kyle Suarez
eb15955c67
SERVER-24724 authz for views
...
Adds special authorization logic to prevent a user from reading
normally-inaccessible collections via a view.
2016-08-11 11:07:41 -04:00
Carly Robison
5a83f95657
SERVER-5781 addFields stage.
...
This aggregation stage allows the addition of computed fields to a document while preserving all existing fields.
2016-08-11 10:49:43 -04:00
Max Hirschhorn
fad11e0917
SERVER-24769 Add support for $lookup and $graphLookup on a view.
2016-08-10 20:20:19 -04:00
hari devaraj
a0b7e4fc8c
SERVER-24497 Linearizable read concern implemented
2016-08-10 18:39:27 -04:00
David Storch
d9bb24e5f5
SERVER-25139 make $graphLookup's cache collation-aware
...
Ensures that comparisons made during graph traversal respect
the collation. Deduplication using _id, however, does not
use the collation, in order to ensure that node identity is
preserved.
2016-08-10 16:53:20 -04:00
Siyuan Zhou
4af765175d
SERVER-25541 Fix waiting on slow stop and unexpected election in catchup.js
2016-08-10 16:08:53 -04:00
Spencer Jackson
f6bb7b0a3b
Revert "SERVER-22826 Support X509 Authorization"
...
This reverts commit d930f48326 .
2016-08-10 14:39:34 -04:00
James Wahlin
875bf157f0
SERVER-24506 Cloner support for views
2016-08-09 19:42:33 -04:00
Spencer Jackson
d930f48326
SERVER-22826 Support X509 Authorization
2016-08-09 19:37:44 -04:00
Spencer Jackson
8741e54c89
SERVER-25416: Use failpoint in killop_own_ops.js
2016-08-09 14:51:50 -04:00
Randolph Tan
bd6d1ac102
SERVER-24468 add test to check that minOpTimeUpdaters is used to fetch latest opTime
2016-08-09 13:48:28 -04:00
Spencer T Brody
9597d67f96
SERVER-24213 Make addShard return success if attempting to add an already existing shard
2016-08-08 17:51:29 -04:00
Benety Goh
89ad660735
SERVER-25486 increased wait time in slavedelay1.js to check replication delay
2016-08-08 15:34:20 -04:00
Randolph Tan
3a68a39cc4
SERVER-25449 assert inserts in mongos_no_detect_sharding.js succeeds
2016-08-08 14:36:48 -04:00
Waley Chen
66031378e0
SERVER-25300 Incorrect syntax in for loop in collection.js
2016-08-08 14:09:18 -04:00
Max Hirschhorn
e4fcbcf49f
SERVER-25469 Only perf test journaled inserts if supported by server.
2016-08-08 10:02:33 -04:00
Andreas Nilsson
6ab376813c
SERVER-25447 Increase timeout in mongos_cache_invalidation.js
2016-08-05 12:35:05 -04:00
Max Hirschhorn
8e7ab6c77d
SERVER-25451 Shard sharded_files_id_n.fs.chunks with unique=true.
2016-08-05 10:51:33 -04:00
Tess Avitabile
e3c13d1bda
SERVER-24439 Make mongos commands over sharded collections inherit the collection default collation
2016-08-05 10:32:09 -04:00