summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-04-21 06:39:15 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-21 11:04:20 +0000
commit693e042192e950f57f44493f43896a7331f5926e (patch)
treeca37e8074b4b820c9018b839707132443c81358e
parent8736544c4a2f4fbd38792f656408f7b807b786d7 (diff)
downloadmongo-693e042192e950f57f44493f43896a7331f5926e.tar.gz
SERVER-54955 add does_not_support_transactions to timeseries tests
-rw-r--r--jstests/core/timeseries/timeseries_bucket_index.js1
-rw-r--r--jstests/core/timeseries/timeseries_bucket_limit_count.js1
-rw-r--r--jstests/core/timeseries/timeseries_bucket_limit_size.js1
-rw-r--r--jstests/core/timeseries/timeseries_bucket_limit_time_range.js1
-rw-r--r--jstests/core/timeseries/timeseries_bucket_manual_removal.js3
-rw-r--r--jstests/core/timeseries/timeseries_collation.js1
-rw-r--r--jstests/core/timeseries/timeseries_create_drop.js1
-rw-r--r--jstests/core/timeseries/timeseries_expire.js1
-rw-r--r--jstests/core/timeseries/timeseries_expire_collmod.js1
-rw-r--r--jstests/core/timeseries/timeseries_graph_lookup.js1
-rw-r--r--jstests/core/timeseries/timeseries_id_index.js1
-rw-r--r--jstests/core/timeseries/timeseries_idle_buckets.js1
-rw-r--r--jstests/core/timeseries/timeseries_index.js1
-rw-r--r--jstests/core/timeseries/timeseries_index_collation.js1
-rw-r--r--jstests/core/timeseries/timeseries_index_skipped_record_tracker.js1
-rw-r--r--jstests/core/timeseries/timeseries_index_stats.js1
-rw-r--r--jstests/core/timeseries/timeseries_index_use.js1
-rw-r--r--jstests/core/timeseries/timeseries_lookup.js1
-rw-r--r--jstests/core/timeseries/timeseries_merge.js1
-rw-r--r--jstests/core/timeseries/timeseries_metadata.js1
-rw-r--r--jstests/core/timeseries/timeseries_min_max.js1
-rw-r--r--jstests/core/timeseries/timeseries_out.js1
-rw-r--r--jstests/core/timeseries/timeseries_out_of_order.js3
-rw-r--r--jstests/core/timeseries/timeseries_resume_after.js1
-rw-r--r--jstests/core/timeseries/timeseries_show_record_id.js1
-rw-r--r--jstests/core/timeseries/timeseries_simple.js1
-rw-r--r--jstests/core/timeseries/timeseries_sparse.js1
-rw-r--r--jstests/core/timeseries/timeseries_special_indexes.js1
28 files changed, 30 insertions, 2 deletions
diff --git a/jstests/core/timeseries/timeseries_bucket_index.js b/jstests/core/timeseries/timeseries_bucket_index.js
index 20aca55f814..b102d292807 100644
--- a/jstests/core/timeseries/timeseries_bucket_index.js
+++ b/jstests/core/timeseries/timeseries_bucket_index.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_bucket_limit_count.js b/jstests/core/timeseries/timeseries_bucket_limit_count.js
index 1a019eb6be5..16ba575b026 100644
--- a/jstests/core/timeseries/timeseries_bucket_limit_count.js
+++ b/jstests/core/timeseries/timeseries_bucket_limit_count.js
@@ -3,6 +3,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_bucket_limit_size.js b/jstests/core/timeseries/timeseries_bucket_limit_size.js
index 3bab5229205..a8064b035d3 100644
--- a/jstests/core/timeseries/timeseries_bucket_limit_size.js
+++ b/jstests/core/timeseries/timeseries_bucket_limit_size.js
@@ -3,6 +3,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_bucket_limit_time_range.js b/jstests/core/timeseries/timeseries_bucket_limit_time_range.js
index c03616ce01a..6252ebe37da 100644
--- a/jstests/core/timeseries/timeseries_bucket_limit_time_range.js
+++ b/jstests/core/timeseries/timeseries_bucket_limit_time_range.js
@@ -3,6 +3,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_bucket_manual_removal.js b/jstests/core/timeseries/timeseries_bucket_manual_removal.js
index e4df596aa98..fb7c2418849 100644
--- a/jstests/core/timeseries/timeseries_bucket_manual_removal.js
+++ b/jstests/core/timeseries/timeseries_bucket_manual_removal.js
@@ -5,6 +5,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
@@ -66,4 +67,4 @@ assert.docEq(coll.find().toArray(), docs2);
buckets = bucketsColl.find().toArray();
assert.eq(buckets.length, 1, 'Expected one bucket but found ' + tojson(buckets));
assert.neq(buckets[0]._id, bucketId);
-})(); \ No newline at end of file
+})();
diff --git a/jstests/core/timeseries/timeseries_collation.js b/jstests/core/timeseries/timeseries_collation.js
index 36043aec45b..c3c59a339be 100644
--- a/jstests/core/timeseries/timeseries_collation.js
+++ b/jstests/core/timeseries/timeseries_collation.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_create_drop.js b/jstests/core/timeseries/timeseries_create_drop.js
index 086e84e33b3..71c48bf5397 100644
--- a/jstests/core/timeseries/timeseries_create_drop.js
+++ b/jstests/core/timeseries/timeseries_create_drop.js
@@ -5,6 +5,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* ]
*/
diff --git a/jstests/core/timeseries/timeseries_expire.js b/jstests/core/timeseries/timeseries_expire.js
index fc851ec44c6..946ead76b33 100644
--- a/jstests/core/timeseries/timeseries_expire.js
+++ b/jstests/core/timeseries/timeseries_expire.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_expire_collmod.js b/jstests/core/timeseries/timeseries_expire_collmod.js
index 008e6b48dbe..d86621e8d5f 100644
--- a/jstests/core/timeseries/timeseries_expire_collmod.js
+++ b/jstests/core/timeseries/timeseries_expire_collmod.js
@@ -5,6 +5,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* ]
*/
diff --git a/jstests/core/timeseries/timeseries_graph_lookup.js b/jstests/core/timeseries/timeseries_graph_lookup.js
index b438a7ec617..718df84a59c 100644
--- a/jstests/core/timeseries/timeseries_graph_lookup.js
+++ b/jstests/core/timeseries/timeseries_graph_lookup.js
@@ -4,6 +4,7 @@
*
* @tags: [
* assumes_unsharded_collection,
+ * does_not_support_transactions,
* requires_timeseries,
* requires_fcv_49,
* ]
diff --git a/jstests/core/timeseries/timeseries_id_index.js b/jstests/core/timeseries/timeseries_id_index.js
index 4315715782c..c79d7dafc25 100644
--- a/jstests/core/timeseries/timeseries_id_index.js
+++ b/jstests/core/timeseries/timeseries_id_index.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_idle_buckets.js b/jstests/core/timeseries/timeseries_idle_buckets.js
index 8bdac133682..56377ed53f7 100644
--- a/jstests/core/timeseries/timeseries_idle_buckets.js
+++ b/jstests/core/timeseries/timeseries_idle_buckets.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_index.js b/jstests/core/timeseries/timeseries_index.js
index c08260a67d5..701691e9cbc 100644
--- a/jstests/core/timeseries/timeseries_index.js
+++ b/jstests/core/timeseries/timeseries_index.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_index_collation.js b/jstests/core/timeseries/timeseries_index_collation.js
index 978f953a536..dbef6bfb0dc 100644
--- a/jstests/core/timeseries/timeseries_index_collation.js
+++ b/jstests/core/timeseries/timeseries_index_collation.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_index_skipped_record_tracker.js b/jstests/core/timeseries/timeseries_index_skipped_record_tracker.js
index 0ac898b42de..997e7ebfe08 100644
--- a/jstests/core/timeseries/timeseries_index_skipped_record_tracker.js
+++ b/jstests/core/timeseries/timeseries_index_skipped_record_tracker.js
@@ -5,6 +5,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_index_stats.js b/jstests/core/timeseries/timeseries_index_stats.js
index aebbf6daaa4..e2e45d09576 100644
--- a/jstests/core/timeseries/timeseries_index_stats.js
+++ b/jstests/core/timeseries/timeseries_index_stats.js
@@ -12,6 +12,7 @@
* assumes_unsharded_collection,
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_index_use.js b/jstests/core/timeseries/timeseries_index_use.js
index eeb73d341fe..71d2c85af1e 100644
--- a/jstests/core/timeseries/timeseries_index_use.js
+++ b/jstests/core/timeseries/timeseries_index_use.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_lookup.js b/jstests/core/timeseries/timeseries_lookup.js
index 462f1806b72..4cfa0bd6cc1 100644
--- a/jstests/core/timeseries/timeseries_lookup.js
+++ b/jstests/core/timeseries/timeseries_lookup.js
@@ -3,6 +3,7 @@
*
* @tags: [
* assumes_unsharded_collection,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_timeseries,
* ]
diff --git a/jstests/core/timeseries/timeseries_merge.js b/jstests/core/timeseries/timeseries_merge.js
index 7abb5d1684f..388fba21563 100644
--- a/jstests/core/timeseries/timeseries_merge.js
+++ b/jstests/core/timeseries/timeseries_merge.js
@@ -4,6 +4,7 @@
*
* @tags: [
* assumes_unsharded_collection,
+ * does_not_support_transactions,
* requires_timeseries,
* requires_fcv_49,
* ]
diff --git a/jstests/core/timeseries/timeseries_metadata.js b/jstests/core/timeseries/timeseries_metadata.js
index c1e331e4568..81881194c44 100644
--- a/jstests/core/timeseries/timeseries_metadata.js
+++ b/jstests/core/timeseries/timeseries_metadata.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_min_max.js b/jstests/core/timeseries/timeseries_min_max.js
index b86ce0d0593..89abf7c3077 100644
--- a/jstests/core/timeseries/timeseries_min_max.js
+++ b/jstests/core/timeseries/timeseries_min_max.js
@@ -5,6 +5,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_out.js b/jstests/core/timeseries/timeseries_out.js
index 5b23a7d9777..a00e2b8c3df 100644
--- a/jstests/core/timeseries/timeseries_out.js
+++ b/jstests/core/timeseries/timeseries_out.js
@@ -4,6 +4,7 @@
*
* @tags: [
* assumes_unsharded_collection,
+ * does_not_support_transactions,
* requires_timeseries,
* requires_fcv_49,
* requires_non_retryable_commands,
diff --git a/jstests/core/timeseries/timeseries_out_of_order.js b/jstests/core/timeseries/timeseries_out_of_order.js
index 7cb6c1bc8c4..44802020064 100644
--- a/jstests/core/timeseries/timeseries_out_of_order.js
+++ b/jstests/core/timeseries/timeseries_out_of_order.js
@@ -5,6 +5,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
@@ -71,4 +72,4 @@ runTest(buckets => {
assert.eq(buckets[1].control.min[timeFieldName], times[2]);
assert.eq(buckets[1].control.max[timeFieldName], times[2]);
});
-})(); \ No newline at end of file
+})();
diff --git a/jstests/core/timeseries/timeseries_resume_after.js b/jstests/core/timeseries/timeseries_resume_after.js
index 52638326122..98813f00a31 100644
--- a/jstests/core/timeseries/timeseries_resume_after.js
+++ b/jstests/core/timeseries/timeseries_resume_after.js
@@ -6,6 +6,7 @@
* assumes_against_mongod_not_mongos,
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_show_record_id.js b/jstests/core/timeseries/timeseries_show_record_id.js
index e5f891770fc..a91d4d4f3cb 100644
--- a/jstests/core/timeseries/timeseries_show_record_id.js
+++ b/jstests/core/timeseries/timeseries_show_record_id.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_simple.js b/jstests/core/timeseries/timeseries_simple.js
index 91a0e1e88b0..4d6a7db3eeb 100644
--- a/jstests/core/timeseries/timeseries_simple.js
+++ b/jstests/core/timeseries/timeseries_simple.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_sparse.js b/jstests/core/timeseries/timeseries_sparse.js
index 9bf08212077..74fa22e77a9 100644
--- a/jstests/core/timeseries/timeseries_sparse.js
+++ b/jstests/core/timeseries/timeseries_sparse.js
@@ -4,6 +4,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,
diff --git a/jstests/core/timeseries/timeseries_special_indexes.js b/jstests/core/timeseries/timeseries_special_indexes.js
index 60fdc2d82c5..3ca8a9eed6e 100644
--- a/jstests/core/timeseries/timeseries_special_indexes.js
+++ b/jstests/core/timeseries/timeseries_special_indexes.js
@@ -6,6 +6,7 @@
* @tags: [
* assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
+ * does_not_support_transactions,
* requires_fcv_49,
* requires_find_command,
* requires_getmore,