summaryrefslogtreecommitdiff
path: root/jstests/change_streams
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48636 Increase assertEventDoesNotWakeCursor getMore timeout in only_wa...Bernard Gorman2020-06-101-2/+2
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-291-2/+1
* SERVER-46819 Allow transactions in change stream sharded passthroughsBernard Gorman2020-05-034-118/+269
* SERVER-45987 Ensure apply op entries for deletes in multi-document transactio...Ruoxin Xu2020-03-181-0/+124
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-0/+33
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-0/+137
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-072-34/+4
* SERVER-44802 Mark change_streams/required_as_first_stage.js as required_fcv_44David Percy2019-11-221-1/+1
* SERVER-43256 When assert.soon() is expected to fail, don't call the hang anal...Robert Guo2019-10-311-1/+1
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-171-3/+3
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-282-88/+0
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-274-33/+5
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-274-5/+33
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-234-33/+5
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-224-5/+33
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-1415-138/+138
* SERVER-42210 relax test assertions for whole_cluster_metadata_notificationsDavis Haupt2019-07-301-9/+14
* SERVER-42419 add requires_majority_read_concern tag to whole cluster metadata...Davis Haupt2019-07-301-0/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2726-3645/+3585
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-161-1/+2
* SERVER-40848 Add debug logging to investigate difference in opTime returned b...jannaerin2019-07-031-0/+2
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-0/+14
* SERVER-42002 Suppress tests with forbidden characters for windows from running.Davis Haupt2019-06-281-3/+4
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-98/+0
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-211-0/+60
* SERVER-41183 Add test suites for change streams with transactionsJustin Seyster2019-06-145-6/+29
* SERVER-41183 Add coverage for change streams over large transactionsJustin Seyster2019-06-071-1/+1
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-042-2/+2
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-4/+3
* SERVER-41079 Add new build variant for the multiple oplog entries transaction...Jason Chan2019-05-161-1/+1
* Revert "SERVER-41079 Add new build variant for the multiple oplog entries tra...Jason Chan2019-05-161-1/+1
* SERVER-41079 Add new build variant for the multiple oplog entries transaction...Jason Chan2019-05-161-1/+1
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-152-0/+3
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-152-16/+17
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-102-17/+16
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-102-16/+17
* SERVER-40446 Add "NonResumableChangeStreamError" error labelJustin Seyster2019-04-251-0/+33
* SERVER-39678 Comprehensive test for resuming a Change Stream with prepared tr...James Wahlin2019-03-211-3/+3
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-113-369/+391
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-112-1/+7
* SERVER-39495 Add more testing for multi:true/justOne:false updates and Change...Kaloian Manassiev2019-03-061-0/+40
* SERVER-37786 Add new ChangeStreamFatalError codeBernard Gorman2019-02-221-1/+2
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-034-24/+158
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-61/+191
* SERVER-39210 Debug logging for shell_helper.jsIan Boros2019-01-281-2/+14
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-0/+112
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-092-115/+30
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-3/+34
* SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis2019-01-032-11/+11
* SERVER-38530 Add getResumeToken shell helperBernard Gorman2018-12-222-72/+134