summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-014-2/+8
|
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-08-312-0/+2
|
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-302-0/+2
| | | | This bug impacts tailable cursors being sent through a mongos.
* SERVER-30686 Add retryable_writes_jscore_passthrough_WT task.Max Hirschhorn2017-08-301-0/+17
|
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-301-0/+41
|
* SERVER-30177 Add support for JSON Schema 'minProperties' and 'maxProperties'.David Storch2017-08-241-8/+24
|
* SERVER-29127 Improve behavior of tailable awaitData cursors with ↵Matthew Russotto2017-08-231-6/+0
| | | | | | | | | | readConcern:majority Fixes a bug with awaitData cursors on readConcern:majority; they would not be awakened when a new snapshot was set to "committed". Also removed a related false comment. Fixes a bug in planExecutor which would prevent awakening when oplog visibility changed with a visibility-restricted cursor active.
* SERVER-29628 $listSessions aggregation stageSara Golemon2017-08-231-0/+2
|
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-238-0/+16
|
* SERVER-30497 update comments on the blacklisted testsMisha Tyulenev2017-08-223-12/+6
|
* SERVER-30697 add sharded causally_consistent passthrough suiteMisha Tyulenev2017-08-221-0/+237
|
* SERVER-30177 Implement JSON Schema 'required' keyword.David Storch2017-08-221-0/+1
|
* SERVER-30325 Temporarily exclude dbhash check on "config" database.r3.5.12Max Hirschhorn2017-08-211-0/+2
| | | | | | This should avoid additional Evergreen failures from the jstestfuzz_replication_initsync and jstestfuzz_replication_initsync_WT tasks.
* SERVER-30467 $_internalSchema{Min|Max}Length counts UTF-8 code points.Justin Seyster2017-08-181-0/+2
|
* SERVER-29203 Implement SessionsCollectionShardedsamantharitter2017-08-182-0/+2
|
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-0/+2
| | | | | This fixes a bug in the JSON Schema implementation in which the type keyword did not behave correctly with arrays.
* SERVER-30670 Add clusterType TestData to generational fuzzer yml testsKimberly Hou2017-08-171-1/+4
|
* SERVER-28338 KillSessions SupportJason Carey2017-08-174-0/+4
|
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-152-96/+28
|
* SERVER-30266 Enable TestData.skipValidationOnNamespaceNotFound by default to ↵Eddie Louie2017-08-129-0/+38
| | | | | | bypass collection validation error due to namespace not found for sharding and replicaset tests
* SERVER-30325 Temporarily exclude the 'config' database from the fuzzer ↵Kaloian Manassiev2017-08-121-0/+2
| | | | DBHash checks
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-1/+0
|
* SERVER-29593: Integrate the official JSON Schema test corpus into the unit testsNick Zolnierz2017-08-111-0/+23
|
* SERVER-29637 make shards obtain UUID for sharded collections from config ↵Esha Maharishi2017-08-091-0/+1
| | | | server on setFeatureCompatibilityVersion: 3.6
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-091-0/+2
|
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple ↵Bernard Gorman2017-08-082-0/+3
| | | | union should merge on mongos
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-042-2/+2
|
* SERVER-30289 Ensure shell starts before getMore in change stream test.Charlie Swanson2017-08-041-0/+6
|
* SERVER-29096 set readPreference to secondary in ↵Misha Tyulenev2017-08-032-0/+189
| | | | causally_consistent_jscore_passthrough suite
* SERVER-29500 Call for catchup takeover election when catchup takeover ↵Samy Lanka2017-08-021-1/+4
| | | | timeout fires
* SERVER-30010 propagate UUID from donor shard to recipient shard on ↵Esha Maharishi2017-08-021-0/+1
| | | | _recvChunkStart
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-022-0/+3
|
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-0/+1
| | | | This reverts commit babab967892f81f3107903cb41672503de791998.
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+0
| | | | This reverts commit 2431e1356823d898ef8af16997d6f63b65b385a5.
* SERVER-30444 Add a maxChunkSize field to the serverStatus command responseHugh Han2017-08-011-0/+2
|
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+21
| | | | Basic logical session implementation for the shell
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-0/+1
|
* SERVER-29760 propagate UUID from primary shard to config server on ↵Esha Maharishi2017-08-011-0/+1
| | | | shardCollection
* SERVER-30326 Write basic tests for insert, update and deleteRandolph Tan2017-07-281-0/+1
|
* SERVER-30031 Integrate the Query Fuzzer with EvergreenKimberly Hou2017-07-271-0/+11
|
* SERVER-29370 Update UUIDs when featureCompatibilityVersion is changedMaria van Keulen2017-07-253-10/+6
| | | | | | This patch ensures collections have UUIDs when featureCompatibilityVersion is 3.6 and collections do not have UUIDs when featureCompatibilityVersion is 3.4 (or below).
* SERVER-30288 Refactor hash_number_long_split.js integration test into ↵Hugh Han2017-07-251-2/+0
| | | | split_chunk_test.cpp unit test
* SERVER-30255 add safe secondary reads targeted tests for drop/recreateEsha Maharishi2017-07-241-0/+1
|
* SERVER-29660 move the logic of the enableSharding into the new ↵Jessica Yu2017-07-221-0/+1
| | | | | | _configsvrEnableSharding command SERVER-30168 Make the _configsvrEnableSharding command idempotent
* SERVER-28912 Include session id, txnNumber and stmtId to oplog for insertRandolph Tan2017-07-211-0/+1
|
* SERVER-30133 update last stable suite blacklist to reflect renamed testsEsha Maharishi2017-07-201-1/+2
|
* SERVER-30068 add safe secondary reads targeted integration testsEsha Maharishi2017-07-201-0/+1
|
* Reinstate "SERVER-29815 enable collection UUIDs by default"Geert Bosch2017-07-205-0/+15
| | | | | | Fixed the yaml issue in multiversion_multistorage_engine.yml. This reverts commit 15b82339a87298147fc60b83ba7b3b61bfbb9c5b.
* Revert "SERVER-29815 enable collection UUIDs by default"Gabriel Russell2017-07-205-14/+0
| | | | This reverts commit 35abff949ce9afa6d7765d56bedcc4b7682f271b.
* SERVER-29700 add operationTime in all connections used by mongosMisha Tyulenev2017-07-192-6/+0
|