summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorali-mir <ali.mir@mongodb.com>2022-08-18 13:46:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-18 21:36:02 +0000
commitfa5fc0aec4c07c09d6ae333c495ef140633b6d84 (patch)
treec0573d0b53b2e35853e393be6166ca845793a694
parent763769f364af1f08c62d1d4ff777563344d79be7 (diff)
downloadmongo-fa5fc0aec4c07c09d6ae333c495ef140633b6d84.tar.gz
SERVER-68905 Add append_oplog_note_mongos.js to backports_required_for_multiversion_tests.yml
(cherry picked from commit f7d5fbf77702cf8ab293ccaa4639f41971115f72)
-rw-r--r--etc/backports_required_for_multiversion_tests.yml2
-rw-r--r--jstests/sharding/append_oplog_note_mongos.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml
index a0bc8b94cf6..ddde29f74b0 100644
--- a/etc/backports_required_for_multiversion_tests.yml
+++ b/etc/backports_required_for_multiversion_tests.yml
@@ -244,6 +244,8 @@ last-continuous:
test_file: jstests/sharding/resharding_temp_ns_routing_info_unsharded.js
- ticket: SERVER-68728
test_file: jstests/sharding/move_chunk_interrupt_postimage.js
+ - ticket: SERVER-64741
+ test_file: jstests/sharding/append_oplog_note_mongos.js
# Tests that should only be excluded from particular suites should be listed under that suite.
suites:
diff --git a/jstests/sharding/append_oplog_note_mongos.js b/jstests/sharding/append_oplog_note_mongos.js
index cc19980c5b1..1369ecb06be 100644
--- a/jstests/sharding/append_oplog_note_mongos.js
+++ b/jstests/sharding/append_oplog_note_mongos.js
@@ -1,8 +1,6 @@
/**
* Tests that the 'appendOplogNote' command on mongos correctly performs a no-op write on each
* shard and advances the $clusterTime.
- *
- * @tags: [requires_fcv_60]
*/
(function() {