summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_rollback_recovery.js
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2021-11-29 15:10:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-29 15:35:37 +0000
commit5bdd93592aa5199ab52d5392737b8eab74ca409b (patch)
tree28a7bb9c0cbb1c2ee64a0bdf4a8e83c234b9b7ed /jstests/replsets/tenant_migration_donor_rollback_recovery.js
parentaaa87a2ffa3485a5cdbd12d7bb00abe727cab119 (diff)
downloadmongo-5bdd93592aa5199ab52d5392737b8eab74ca409b.tar.gz
SERVER-61128 voteCommitMigrationProgress command
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_rollback_recovery.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_rollback_recovery.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/tenant_migration_donor_rollback_recovery.js b/jstests/replsets/tenant_migration_donor_rollback_recovery.js
index 67c9f651897..570874ed0d8 100644
--- a/jstests/replsets/tenant_migration_donor_rollback_recovery.js
+++ b/jstests/replsets/tenant_migration_donor_rollback_recovery.js
@@ -1,9 +1,12 @@
/**
* Tests that tenant migrations that go through donor rollback are recovered correctly.
*
+ * Incompatible with shard merge, which can't handle rollback.
+ *
* @tags: [
* incompatible_with_eft,
* incompatible_with_macos,
+ * incompatible_with_shard_merge,
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,