summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_state_machine.js
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-08-21 17:47:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-24 14:57:00 +0000
commit5115031e67279d8fd82c2abbe2b129fd482970eb (patch)
treefaefb002bf5b9312643496932a1d7563a4860301 /jstests/replsets/tenant_migration_donor_state_machine.js
parent252251d38915b9e6722186b9742cc914a045d589 (diff)
downloadmongo-5115031e67279d8fd82c2abbe2b129fd482970eb.tar.gz
SERVER-50456 Add incompatible_with_eft tag to tenant migration tests
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_state_machine.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_state_machine.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_donor_state_machine.js b/jstests/replsets/tenant_migration_donor_state_machine.js
index 3fb78fd6f5c..5b7177268c1 100644
--- a/jstests/replsets/tenant_migration_donor_state_machine.js
+++ b/jstests/replsets/tenant_migration_donor_state_machine.js
@@ -2,7 +2,12 @@
* Tests the TenantMigrationAccessBlocker and donor state document are updated correctly after
* the donorStartMigration command is run.
*
- * @tags: [requires_fcv_47]
+ * Tenant migrations are not expected to be run on servers with ephemeralForTest, and in particular
+ * this test fails on ephemeralForTest because the donor has to wait for the write to set the
+ * migration state to "committed" and "aborted" to be majority committed but it cannot do that on
+ * ephemeralForTest.
+ *
+ * @tags: [requires_fcv_47, incompatible_with_eft]
*/
(function() {