summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorFaustoleyva54 <fausto.leyva@mongodb.com>2022-12-09 18:06:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-09 19:04:22 +0000
commita4b3c71940cde5bce1239ce71cc383bb5991e25d (patch)
tree837e561e2d94a9e33a3b8cdbf97e83f2b48c69eb /jstests/core
parent83edc712a4bf44fe42b496b1ab52a6e96af511c4 (diff)
downloadmongo-a4b3c71940cde5bce1239ce71cc383bb5991e25d.tar.gz
SERVER-71600 Handle FCV downgrade/upgrade with bucketing parameters on sharded clusters
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/timeseries/timeseries_collmod.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/core/timeseries/timeseries_collmod.js b/jstests/core/timeseries/timeseries_collmod.js
index 29c292308c2..b98ce4b674e 100644
--- a/jstests/core/timeseries/timeseries_collmod.js
+++ b/jstests/core/timeseries/timeseries_collmod.js
@@ -2,9 +2,8 @@
* This tests which collMod options are allowed on a time-series collection.
*
* @tags: [
- * # TODO (SERVER-71600): After handling multiversion scenarios, update tage to 'requires_fcv_61'.
* # Behavior clarified in binVersion 6.1
- * requires_fcv_63,
+ * requires_fcv_61,
* # collMod is not retryable
* requires_non_retryable_commands,
* # We need a timeseries collection.