summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2022-01-28 23:00:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-28 23:58:55 +0000
commit7d739f33ae41f84a63e96be68326ea52b9547815 (patch)
tree674e84a90d147ec1d34cddbc353c1470a75bcc7b /jstests
parent258ceaa9a9ba36fc6656c65f752bda39157a5029 (diff)
downloadmongo-7d739f33ae41f84a63e96be68326ea52b9547815.tar.gz
SERVER-60684 Tag serverless tests, 2
Diffstat (limited to 'jstests')
-rw-r--r--jstests/serverless/create_indexes_with_tenant_migration.js2
-rw-r--r--jstests/serverless/findAndModify_with_tenant_migration.js2
-rw-r--r--jstests/serverless/serverlesstest_guide.js3
-rw-r--r--jstests/serverless/tenant_migration_concurrent_bulk_writes_against_mongoq.js2
-rw-r--r--jstests/serverless/tenant_migration_count_through_mongoq.js2
-rw-r--r--jstests/serverless/tenant_migration_recipient_bulkclone.js2
6 files changed, 8 insertions, 5 deletions
diff --git a/jstests/serverless/create_indexes_with_tenant_migration.js b/jstests/serverless/create_indexes_with_tenant_migration.js
index 23fc22f7d8f..a2952dc1659 100644
--- a/jstests/serverless/create_indexes_with_tenant_migration.js
+++ b/jstests/serverless/create_indexes_with_tenant_migration.js
@@ -2,7 +2,7 @@
* Tests createIndexes returns the expected tenant migration error or succeeds when sent through
* mongoq after a tenant migration commits or aborts.
*
- * @tags: [requires_fcv_52]
+ * @tags: [requires_fcv_52, serverless]
*/
(function() {
diff --git a/jstests/serverless/findAndModify_with_tenant_migration.js b/jstests/serverless/findAndModify_with_tenant_migration.js
index b414df1d96f..2f2c9437f32 100644
--- a/jstests/serverless/findAndModify_with_tenant_migration.js
+++ b/jstests/serverless/findAndModify_with_tenant_migration.js
@@ -1,7 +1,7 @@
/**
* Tests findAndModify returns the expected tenant migration error or succeeds when sent through
* mongos after a tenant migration commits or aborts.
- * @tags: [requires_fcv_52]
+ * @tags: [requires_fcv_52, serverless]
*/
(function() {
diff --git a/jstests/serverless/serverlesstest_guide.js b/jstests/serverless/serverlesstest_guide.js
index dfb064049b4..09c06e52563 100644
--- a/jstests/serverless/serverlesstest_guide.js
+++ b/jstests/serverless/serverlesstest_guide.js
@@ -1,3 +1,6 @@
+/*
+ * @tags: [serverless]
+ */
(function() {
"use strict";
diff --git a/jstests/serverless/tenant_migration_concurrent_bulk_writes_against_mongoq.js b/jstests/serverless/tenant_migration_concurrent_bulk_writes_against_mongoq.js
index 9e5a0fe2438..e9436e10f83 100644
--- a/jstests/serverless/tenant_migration_concurrent_bulk_writes_against_mongoq.js
+++ b/jstests/serverless/tenant_migration_concurrent_bulk_writes_against_mongoq.js
@@ -1,7 +1,7 @@
/**
* Tests read and write access after a migration aborted and also test read and write after a
* migration commmitted successfully.
- * @tags: [requires_fcv_52]
+ * @tags: [requires_fcv_52, serverless]
*/
(function() {
diff --git a/jstests/serverless/tenant_migration_count_through_mongoq.js b/jstests/serverless/tenant_migration_count_through_mongoq.js
index ed8bb285533..da96830fb53 100644
--- a/jstests/serverless/tenant_migration_count_through_mongoq.js
+++ b/jstests/serverless/tenant_migration_count_through_mongoq.js
@@ -1,7 +1,7 @@
/**
* Tests read and write access after a migration aborted and also test read and write after a
* migration commmitted successfully.
- * @tags: [requires_fcv_52]
+ * @tags: [requires_fcv_52, serverless]
*/
(function() {
diff --git a/jstests/serverless/tenant_migration_recipient_bulkclone.js b/jstests/serverless/tenant_migration_recipient_bulkclone.js
index 4f169110661..d29eb9d6e09 100644
--- a/jstests/serverless/tenant_migration_recipient_bulkclone.js
+++ b/jstests/serverless/tenant_migration_recipient_bulkclone.js
@@ -1,7 +1,7 @@
/**
* Tests the tenant migration recipient creates collections during the bulk clone.
*
- * @tags: [requires_fcv_52]
+ * @tags: [requires_fcv_52, serverless]
*/
(function() {