summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2022-03-14 19:07:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-14 19:58:29 +0000
commit29bc5f6ed98cfa7e7cccd3eecfce2dee2711ea1e (patch)
tree64176f619e4349f3408135dd3ba159f7b43dfb36
parenta830b32fb405bf8cf2c5b3c3e92ce5954890daa6 (diff)
downloadmongo-29bc5f6ed98cfa7e7cccd3eecfce2dee2711ea1e.tar.gz
SERVER-64472 Disable collMod core tests with `prepareUnique` in tenant migration suites
-rw-r--r--jstests/core/collmod_convert_index_uniqueness.js2
-rw-r--r--jstests/core/collmod_convert_to_unique_apply_ops.js2
-rw-r--r--jstests/core/collmod_convert_to_unique_violations.js2
-rw-r--r--jstests/core/collmod_convert_to_unique_violations_size_limit.js2
4 files changed, 7 insertions, 1 deletions
diff --git a/jstests/core/collmod_convert_index_uniqueness.js b/jstests/core/collmod_convert_index_uniqueness.js
index 30a11cb3a48..fc6588ae70c 100644
--- a/jstests/core/collmod_convert_index_uniqueness.js
+++ b/jstests/core/collmod_convert_index_uniqueness.js
@@ -11,6 +11,8 @@
* incompatible_with_eft,
* # TODO(SERVER-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory.
* requires_persistence,
+ * # The 'prepareUnique' field may cause the migration to fail.
+ * tenant_migration_incompatible,
* ]
*/
diff --git a/jstests/core/collmod_convert_to_unique_apply_ops.js b/jstests/core/collmod_convert_to_unique_apply_ops.js
index 8bcfe11c5c4..3e47f117512 100644
--- a/jstests/core/collmod_convert_to_unique_apply_ops.js
+++ b/jstests/core/collmod_convert_to_unique_apply_ops.js
@@ -15,6 +15,8 @@
* incompatible_with_eft,
* # TODO(SERVER-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory.
* requires_persistence,
+ * # The 'prepareUnique' field may cause the migration to fail.
+ * tenant_migration_incompatible,
* ]
*/
diff --git a/jstests/core/collmod_convert_to_unique_violations.js b/jstests/core/collmod_convert_to_unique_violations.js
index aa4a50adecd..52b369e7063 100644
--- a/jstests/core/collmod_convert_to_unique_violations.js
+++ b/jstests/core/collmod_convert_to_unique_violations.js
@@ -12,6 +12,8 @@
* incompatible_with_eft,
* # TODO(SERVER-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory.
* requires_persistence,
+ * # The 'prepareUnique' field may cause the migration to fail.
+ * tenant_migration_incompatible,
* ]
*/
diff --git a/jstests/core/collmod_convert_to_unique_violations_size_limit.js b/jstests/core/collmod_convert_to_unique_violations_size_limit.js
index 06b71afa354..e19b647f8fa 100644
--- a/jstests/core/collmod_convert_to_unique_violations_size_limit.js
+++ b/jstests/core/collmod_convert_to_unique_violations_size_limit.js
@@ -13,7 +13,7 @@
* incompatible_with_eft,
* # TODO(SERVER-61182): Fix WiredTigerKVEngine::alterIdentMetadata() under inMemory.
* requires_persistence,
- * assumes_unsharded_collection,
+ * # The 'prepareUnique' field may cause the migration to fail.
* tenant_migration_incompatible,
* ]
*/