summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/timeseries/bucket_granularity.js2
-rw-r--r--jstests/core/timeseries/bucket_timestamp_rounding.js2
-rw-r--r--jstests/core/timeseries/timeseries_collmod.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/jstests/core/timeseries/bucket_granularity.js b/jstests/core/timeseries/bucket_granularity.js
index a430ca331ae..9393ed8d9c7 100644
--- a/jstests/core/timeseries/bucket_granularity.js
+++ b/jstests/core/timeseries/bucket_granularity.js
@@ -2,7 +2,7 @@
* Tests correctness of time-series bucket granularity configuration.
*
* @tags: [
- * # TODO SERVER-57570: Remove this tag.
+ * # TODO SERVER-61028: Remove this tag.
* assumes_against_mongod_not_mongos,
* assumes_no_implicit_collection_creation_after_drop,
* assumes_unsharded_collection,
diff --git a/jstests/core/timeseries/bucket_timestamp_rounding.js b/jstests/core/timeseries/bucket_timestamp_rounding.js
index 0e8f377076d..1b3f3fcc405 100644
--- a/jstests/core/timeseries/bucket_timestamp_rounding.js
+++ b/jstests/core/timeseries/bucket_timestamp_rounding.js
@@ -2,7 +2,7 @@
* Tests correctness of time-series bucket granularity configuration.
*
* @tags: [
- * # TODO SERVER-57570: Remove this tag.
+ * # TODO SERVER-61028: Remove this tag.
* assumes_against_mongod_not_mongos,
* assumes_no_implicit_collection_creation_after_drop,
* assumes_unsharded_collection,
diff --git a/jstests/core/timeseries/timeseries_collmod.js b/jstests/core/timeseries/timeseries_collmod.js
index 25cae7c6b68..4108ce9c74a 100644
--- a/jstests/core/timeseries/timeseries_collmod.js
+++ b/jstests/core/timeseries/timeseries_collmod.js
@@ -2,7 +2,7 @@
* This tests which collMod options are allowed on a time-series collection.
*
* @tags: [
- * # TODO SERVER-57570: Remove this tag.
+ * # TODO SERVER-61028: Remove this tag.
* # Cannot implicitly shard accessed collections because of collection existing when none
* # expected.
* assumes_no_implicit_collection_creation_after_drop,