summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/move_primary_with_crud.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/move_primary_with_crud.js')
-rw-r--r--jstests/concurrency/fsm_workloads/move_primary_with_crud.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/jstests/concurrency/fsm_workloads/move_primary_with_crud.js b/jstests/concurrency/fsm_workloads/move_primary_with_crud.js
index 7fc503ac2fa..ce32e40c362 100644
--- a/jstests/concurrency/fsm_workloads/move_primary_with_crud.js
+++ b/jstests/concurrency/fsm_workloads/move_primary_with_crud.js
@@ -165,12 +165,7 @@ const $config = (function() {
// Due to a stepdown of the donor during the cloning phase, the movePrimary
// operation failed. It is not automatically recovered, but any orphaned data on
// the recipient has been deleted.
- 7120202,
- // Due to a stepdown of the recipient during the cloning phase, the
- // _shardsvrCloneCatalogData command is retried by the donor, finding orphaned
- // documents. The movePrimary operation fails and is not automatically
- // recovered, but orphaned data on the recipient has been deleted.
- ErrorCodes.NamespaceExists
+ 7120202
]);
},
verifyDocuments: function(db, collName, connCache) {