summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_stream_read_preference.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-60736 Remove isChangeStreamsOptimizationEnabled() from JS tests.Rishab Joshi2022-07-111-10/+7
|
* SERVER-58940 Re-eneable not failing sharding tests disabled in multiversion ↵Tommaso Tocci2021-07-291-1/+0
| | | | suites after 5.1 FCV constants update
* SERVER-58511 Create feature flag for change stream oplog rewritesDrew Paroski2021-07-211-2/+2
|
* SERVER-58295 disable tests failing due to multiversion issuesVishnu Kaushik2021-07-201-0/+1
|
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-17/+24
|
* SERVER-55672 Fix oplog timestamp logic in SBEArun Banala2021-04-261-1/+0
|
* SERVER-55010 enable sharding suites in SBE build variantKyle Suarez2021-04-131-1/+5
| | | | | This enables most of the sharding suites, with the exception of the sharding_auth* ones, which are deferred to SERVER-56064.
* SERVER-50280 Remove 'supportsMajorityReadConcern' test helper function in ↵Gregory Wlodarek2020-08-121-11/+1
| | | | favour of the 'requires_majority_read_concern' tag
* SERVER-38673 Re-enable sharded change streams update lookup tests that use ↵William Schultz2019-09-301-8/+0
| | | | last stable mongos version
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-6/+6
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-133/+130
|
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-0/+8
| | | | This patch allows change stream queries to use speculative majority reads so that they can be used even when enableMajorityReadConcern:false. Change stream aggregation commands are allowed to use speculative majority reads as well as 'find' commands that specify a special flag. This commit also enables all change streams tests and suites on the enableMajorityReadConcern:false Evergreen variant. No optimizations for speculative majority change streams are included in this commit.
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+1
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-2/+2
| | | | replica sets
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-1/+1
|
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+131