summaryrefslogtreecommitdiff
path: root/jstests/change_streams
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-114-3/+15
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-203-3/+3
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-08-221-30/+35
* SERVER-35917 Blacklist resumeAfter from sharded change streams suiteCharlie Swanson2018-07-035-138/+169
* SERVER-35750: Fix assert in change_stream_collation.js to be assert.soon()Nick Zolnierz2018-06-221-1/+1
* SERVER-34040 Disallow $changeStream on internal databases and system collectionsBernard Gorman2018-06-141-0/+28
* SERVER-34389 modify change_stream_collations.js to avoid failureIan Boros2018-05-071-176/+197
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-02-122-2/+2
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that d...Matthew Russotto2017-12-121-0/+10
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-052-1/+13
* SERVER-31476 Server should prohibit establishing a cursor on a read-only viewSiyuan Zhou2017-11-211-0/+5
* SERVER-31394 Create passthrough of existing $changeStream tests to run agains...Bernard Gorman2017-11-2111-133/+144
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-172-0/+178
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-35/+175
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-201-2/+4
* Enable change_streams_mongos_passthrough on evergreen.Siyuan Zhou2017-10-161-1/+1
* SERVER-31416 Ban $changeStream from $lookup pipelinesBernard Gorman2017-10-101-0/+37
* SERVER-31313 Prohibit creating a view with $changeStreamBernard Gorman2017-10-101-0/+30
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-101-0/+61
* SERVER-31442 $changeStream pipelines should inherit the collection default co...Bernard Gorman2017-10-101-0/+44
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-054-34/+14
* SERVER-31134 Adapt change stream tests to relax assertions on change visibilityJudah Schvimer2017-10-043-348/+133
* SERVER-29126 Require change streams to run with readConcern:majoritySiyuan Zhou2017-10-034-107/+0
* SERVER-31348 Prefer bsonWoCompare over Timestamp comparison in shell.Charlie Swanson2017-10-031-2/+12
* SERVER-31190 Extend change_stream_invalidation.jsTess Avitabile2017-09-291-12/+47
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-263-36/+46
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-204-12/+12
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+96
* SERVER-29141 Clean up change stream tests' cursorsCharlie Swanson2017-09-183-49/+67
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-1/+48
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-135-0/+939