summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Liu <rui.liu@mongodb.com>2021-11-03 10:53:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-03 16:22:18 +0000
commitd50284111ab07054194fdff0b9892daa8cc82265 (patch)
tree7874af2b1664c557f1a7b8d4ba5b363d6077fcef
parent4c3e8db887d934a506b26d6050164eb1eb04dd97 (diff)
downloadmongo-d50284111ab07054194fdff0b9892daa8cc82265.tar.gz
SERVER-61044 Change ticket number for timeseries granularity update TODO
-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,