summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg McKeon <greg.mckeon@mongodb.com>2019-11-12 08:20:16 -0800
committerGreg McKeon <greg.mckeon@mongodb.com>2019-11-12 08:20:16 -0800
commit6184c48a63ddae7da35604d8f95397afb480dbc8 (patch)
tree42280aa2e452bf57b33264ab9c95814540715f39
parentcadf7d8226278a057e5249cc33bd3d49601d545a (diff)
downloadmongo-6184c48a63ddae7da35604d8f95397afb480dbc8.tar.gz
Re-tag transactions tests
-rw-r--r--jstests/core/txns/create_collection_not_blocked_by_txn.js2
-rw-r--r--jstests/core/txns/drop_collection_not_blocked_by_txn.js2
-rw-r--r--jstests/core/txns/rename_collection_not_blocked_by_txn.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/jstests/core/txns/create_collection_not_blocked_by_txn.js b/jstests/core/txns/create_collection_not_blocked_by_txn.js
index ba043977bd4..c548de894c0 100644
--- a/jstests/core/txns/create_collection_not_blocked_by_txn.js
+++ b/jstests/core/txns/create_collection_not_blocked_by_txn.js
@@ -1,7 +1,7 @@
/**
* Test that create collection only takes database IX lock and will not be blocked by transactions.
*
- * @tags: [uses_transactions, requires_db_locking, assumes_unsharded_collection]
+ * @tags: [uses_transactions, requires_spawning_own_processes, requires_db_locking, assumes_unsharded_collection]
*/
(function() {
diff --git a/jstests/core/txns/drop_collection_not_blocked_by_txn.js b/jstests/core/txns/drop_collection_not_blocked_by_txn.js
index 85dcda1b8e1..21f0693fa46 100644
--- a/jstests/core/txns/drop_collection_not_blocked_by_txn.js
+++ b/jstests/core/txns/drop_collection_not_blocked_by_txn.js
@@ -1,7 +1,7 @@
/**
* Test that drop collection only takes database IX lock and will not be blocked by transactions.
*
- * @tags: [uses_transactions, requires_db_locking, assumes_unsharded_collection]
+ * @tags: [uses_transactions, requires_spawning_own_processes, requires_db_locking, assumes_unsharded_collection]
*/
(function() {
diff --git a/jstests/core/txns/rename_collection_not_blocked_by_txn.js b/jstests/core/txns/rename_collection_not_blocked_by_txn.js
index 4c3921d6c12..ad9e31c5311 100644
--- a/jstests/core/txns/rename_collection_not_blocked_by_txn.js
+++ b/jstests/core/txns/rename_collection_not_blocked_by_txn.js
@@ -1,7 +1,7 @@
/**
* Test that rename collection only takes database IX lock and will not be blocked by transactions.
*
- * @tags: [uses_transactions, requires_db_locking, assumes_unsharded_collection]
+ * @tags: [uses_transactions, requires_spawning_own_processes, requires_db_locking, assumes_unsharded_collection]
*/
(function() {