summaryrefslogtreecommitdiff
path: root/jstests/change_streams
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2021-10-19 15:40:24 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-23 16:46:57 +0000
commitf0cd29a263e273546de7be170d7ad6207b192394 (patch)
tree800a87b804b63c07f984308d1cc913f7ee12e1dd /jstests/change_streams
parenteb85f47359a482322222ccb5745b8c1109350752 (diff)
downloadmongo-f0cd29a263e273546de7be170d7ad6207b192394.tar.gz
SERVER-60238 Implement pre-image propagation to secondaries for non-transactional writes
Diffstat (limited to 'jstests/change_streams')
-rw-r--r--jstests/change_streams/change_stream_pre_image_lookup_whole_db_whole_cluster.js2
-rw-r--r--jstests/change_streams/lookup_pit_pre_and_post_image.js2
-rw-r--r--jstests/change_streams/lookup_pre_image.js2
3 files changed, 0 insertions, 6 deletions
diff --git a/jstests/change_streams/change_stream_pre_image_lookup_whole_db_whole_cluster.js b/jstests/change_streams/change_stream_pre_image_lookup_whole_db_whole_cluster.js
index 1ec809a390f..fc6fb28680d 100644
--- a/jstests/change_streams/change_stream_pre_image_lookup_whole_db_whole_cluster.js
+++ b/jstests/change_streams/change_stream_pre_image_lookup_whole_db_whole_cluster.js
@@ -8,8 +8,6 @@
* uses_change_streams,
* # TODO SERVER-58694: remove this tag.
* change_stream_does_not_expect_txns,
- * # TODO SERVER-60238: remove this tag.
- * assumes_read_preference_unchanged
* ]
*/
(function() {
diff --git a/jstests/change_streams/lookup_pit_pre_and_post_image.js b/jstests/change_streams/lookup_pit_pre_and_post_image.js
index b06dba63bb6..411625ca9b2 100644
--- a/jstests/change_streams/lookup_pit_pre_and_post_image.js
+++ b/jstests/change_streams/lookup_pit_pre_and_post_image.js
@@ -4,8 +4,6 @@
// # TODO SERVER-58694: remove this tag.
// change_stream_does_not_expect_txns,
// multiversion_incompatible,
-// # TODO SERVER-60238: remove this tag.
-// assumes_read_preference_unchanged
// ]
(function() {
"use strict";
diff --git a/jstests/change_streams/lookup_pre_image.js b/jstests/change_streams/lookup_pre_image.js
index f85a46a9e16..a9ebbb73611 100644
--- a/jstests/change_streams/lookup_pre_image.js
+++ b/jstests/change_streams/lookup_pre_image.js
@@ -8,8 +8,6 @@
* multiversion_incompatible,
* # TODO SERVER-58694: remove this tag.
* change_stream_does_not_expect_txns,
- * # TODO SERVER-60238: remove this tag.
- * assumes_read_preference_unchanged
* ]
*/
(function() {