summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickey. J Winters <mickey.winters@mongodb.com>2022-05-17 19:11:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-17 20:03:30 +0000
commite6e30bc9e1addec31a5d01aa9769d48e5dcfe2e1 (patch)
treef733dbb8ba10319acc67e716839b1364bece8b2f
parent16d4b450daec0f3fa71b5070995134dfabfde4be (diff)
downloadmongo-e6e30bc9e1addec31a5d01aa9769d48e5dcfe2e1.tar.gz
SERVER-64780 don't run resharding_change_stream_namespace_filtering.js against 5.2
-rw-r--r--etc/backports_required_for_multiversion_tests.yml4
-rw-r--r--jstests/sharding/resharding_change_stream_namespace_filtering.js4
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index fc3ad73145e..3b02094cea7 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -158,6 +158,8 @@ last-continuous:
test_file: jstests/sharding/update_with_dollar_fields.js
- ticket: SERVER-65821
test_file: jstests/replsets/dbhash_lock_acquisition.js
+ - ticket: SERVER-64780
+ test_file: jstest/sharding/resharding_change_stream_namespace_filtering.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites:
@@ -455,8 +457,6 @@ last-lts:
test_file: jstests/sharding/update_with_dollar_fields.js
- ticket: SERVER-63531
test_file: jstests/replsets/buildindexes_false_commit_quorum.js
- - ticket: SERVER-64780
- test_file: jstest/sharding/resharding_change_stream_namespace_filtering.js
- ticket: SERVER-65821
test_file: jstests/replsets/dbhash_lock_acquisition.js
diff --git a/jstests/sharding/resharding_change_stream_namespace_filtering.js b/jstests/sharding/resharding_change_stream_namespace_filtering.js
index 85b5fd8a33d..6b50f2e018c 100644
--- a/jstests/sharding/resharding_change_stream_namespace_filtering.js
+++ b/jstests/sharding/resharding_change_stream_namespace_filtering.js
@@ -3,7 +3,9 @@
* on collection Y. Exercises the fix for SERVER-64780.
* @tags: [
* uses_change_streams,
- * requires_fcv_50
+ * requires_fcv_50,
+ * # TODO SERVER-66034: consider removing this tag
+ * multiversion_incompatible
* ]
*/