summaryrefslogtreecommitdiff
path: root/jstests/change_streams
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32522 Remove j=true writeConcern from $changeStream test.Max Hirschhorn2018-01-311-1/+1
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-301-1/+1
* SERVER-32175 change_stream_collation.js should always use assert.soon() when ...Bernard Gorman2018-01-231-1/+1
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-3/+3
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that d...Matthew Russotto2017-12-071-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-2011-133/+144
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-162-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