summaryrefslogtreecommitdiff
path: root/jstests/change_streams/change_stream.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-3/+1
|
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-3/+3
|
* SERVER-61885 Add the 'showExpandedEvents' flag to the change streams specArun Banala2022-01-271-1/+2
|
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-10/+0
|
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-161-3/+3
|
* SERVER-46819 Allow transactions in change stream sharded passthroughsBernard Gorman2020-04-281-1/+1
|
* SERVER-40293 change_stream.js removal test should do an unordered check on ↵Alex Taskov2020-04-081-1/+1
| | | | the change stream
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-23/+23
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-258/+255
|
* SERVER-39678 Comprehensive test for resuming a Change Stream with prepared ↵James Wahlin2019-03-211-3/+3
| | | | transactions
* SERVER-39495 Add more testing for multi:true/justOne:false updates and ↵Kaloian Manassiev2019-03-061-0/+40
| | | | ChangeStreams
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-11/+0
|
* SERVER-34662 fix $changeStream parsing to check that its argument is an objectIan Boros2018-04-261-0/+11
|
* SERVER-34302 Add passthrough suite(s) replacing single-collection ↵Bernard Gorman2018-04-191-2/+3
| | | | $changeStream with whole-db streams filtered by namespace
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-131-17/+9
|
* SERVER-34086 Add ability to watch all changes for an entire replica setBernard Gorman2018-04-121-0/+10
|
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-5/+5
|
* SERVER-34090 Allow resuming change stream when resume token's document key ↵Bernard Gorman2018-04-061-7/+4
| | | | does not contain the shard key
* SERVER-34040 Disallow $changeStream on internal databases and system collectionsBernard Gorman2018-04-041-18/+8
|
* SERVER-33918: Support $changeStream against all collections in a database ↵Nick Zolnierz2018-03-291-14/+47
| | | | for a replica set only
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-051-1/+9
|
* SERVER-31394 Create passthrough of existing $changeStream tests to run ↵Bernard Gorman2017-11-201-17/+21
| | | | against sharded collections
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-25/+5
|
* SERVER-31134 Adapt change stream tests to relax assertions on change visibilityJudah Schvimer2017-10-041-194/+48
|
* SERVER-29126 Require change streams to run with readConcern:majoritySiyuan Zhou2017-10-031-31/+0
|
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-18/+12
|
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-4/+4
|
* SERVER-29141 Clean up change stream tests' cursorsCharlie Swanson2017-09-181-49/+57
|
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-0/+390