summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_streams_whole_db.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-9/+1
| | | | favour of the 'requires_majority_read_concern' tag
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-11/+11
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-183/+183
|
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+1
|
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a ↵Nick Zolnierz2018-05-291-1/+33
| | | | total ordering if resumed after a drop
* SERVER-34138 Allow change stream to be opened against non-existent DB and ↵Bernard Gorman2018-04-291-8/+0
| | | | collection in sharded cluster
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-0/+167