summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js')
-rw-r--r--jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js b/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js
index ff7a8364d86..1dcf4f203b9 100644
--- a/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js
+++ b/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js
@@ -40,7 +40,7 @@ var $config = extendWorkload($config, function($config, $super) {
// So, if the range deleter has not yet cleaned up that document when the chunk is
// moved back to the original shard, the moveChunk may fail as a result of a duplicate
// key error on the recipient.
- err.message.includes("Location51008") || err.message.includes("Location6718402"));
+ err.message.includes("Location51008"));
};
$config.data.runningWithStepdowns =