summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32193 Remove test coverage of rollbackViaRefetchNoUUIDWilliam Schultz2017-12-078-834/+0
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with st...Jack Mulrow2017-12-073-24/+296
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-07325-91/+537
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that d...Matthew Russotto2017-12-072-0/+22
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-061-0/+94
* SERVER-32167 do a second majority write before committed read in read_committ...Judah Schvimer2017-12-061-0/+4
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-15/+35
* SERVER-6898 Enable listDatabases for all usersSara Golemon2017-12-052-11/+55
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-053-2/+24
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-056-16/+19
* SERVER-32136 initial_sync_drop_collection.js should wait for system to stabil...Matthew Russotto2017-12-051-2/+6
* SERVER-31864 applyOps command with UUID containing op must require granular p...Xiangyu Yao2017-12-041-2/+327
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-191/+205
* SERVER-32053 Make explain cursor invalidation testing more reliableJames Wahlin2017-12-042-27/+18
* SERVER-31707: Test changeStreams on a sharded collection where the shard does...Nick Zolnierz2017-12-021-0/+181
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-011-55/+18
* SERVER-30671 Don't expect operationTime to not change in causal_consistency_s...Jack Mulrow2017-12-011-4/+1
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' fi...David Storch2017-12-014-13/+112
* SERVER-31651 Relax geoNear command requirement to specify spherical=true for ...David Storch2017-12-011-3/+4
* SERVER-31651 Allow minDistance option on geoNear command with 2d index.David Storch2017-12-015-187/+248
* SERVER-32118 Fix the parsing option for applyOps view creation & clean up cre...Xiangyu Yao2017-11-301-0/+17
* SERVER-32125 Only add/remove UUIDs during upgrade/downgradeGeert Bosch2017-11-301-0/+21
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-305-34/+212
* SERVER-31865 setFCV on config server should only generate UUIDs for non-dropp...Esha Maharishi2017-11-302-8/+0
* SERVER-32105 Require shard servers and config servers to be started with --re...Esha Maharishi2017-11-304-51/+84
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2017-11-295-10/+72
* SERVER-31972 Reduce the number of iterations for the toggle_feature_compatibi...Eddie Louie2017-11-291-1/+1
* SERVER-32111 Make `srv-uri` test not use SSLADAM David Alan Martin2017-11-291-2/+2
* SERVER-31375: pathExists, resetDbpath, copyDbpath should not print stacktrace...Fiona Rowan2017-11-281-0/+7
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-11-283-21/+33
* SERVER-31553 Update multiversion tests on 3.6Xiangyu Yao2017-11-289-775/+1
* SERVER-32028 Make reconfig() in rslib.js resilient to NodeNotFound errorSiyuan Zhou2017-11-281-2/+14
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-11-282-5/+10
* SERVER-30384 unblacklist tests from causally consistent jscore passthroughsKyle Suarez2017-11-285-195/+188
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2017-11-282-0/+166
* Revert "SERVER-30226 Best effort make the recipient shard refresh its metadat...Dianna Hohensee2017-11-283-33/+21
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-11-283-21/+33
* SERVER-30062 remove storageDetails wrappers from shellBilly Donahue2017-11-271-102/+0
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-273-4/+163
* SERVER-30869 Adds fail point to initial_sync_rename_collection js testPavithra Vetriselvan2017-11-271-32/+70
* SERVER-31385 Do not do a UUID consistency check for recovering_slaveok.jsDianna Hohensee2017-11-271-0/+5
* SERVER-31791 Tag JS test with requires_persistence.Max Hirschhorn2017-11-251-0/+2
* SERVER-32056 increase maxExpireTime in tests to account for roundingMisha Tyulenev2017-11-221-1/+2
* SERVER-32073 Improve signal given by list_local_sessions.jssamantharitter2017-11-221-1/+13
* SERVER-29453 Disallow removing featureCompatibilityVersion document and renam...Xiangyu Yao2017-11-224-53/+50
* SERVER-30384 tests should specify a sort when expecting an ordering for a queryKyle Suarez2017-11-2215-965/+951
* SERVER-32043 Disallow users from creating new indexes in config.transactionsRandolph Tan2017-11-221-0/+6
* SERVER-32051 Require shard servers and config servers to be replica setsEsha Maharishi2017-11-212-1/+53
* SERVER-31476 Server should prohibit establishing a cursor on a read-only viewSiyuan Zhou2017-11-213-2/+9
* SERVER-31866 setFCV should always wait for majority writeConcernJack Mulrow2017-11-212-0/+71