summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-06-24 14:55:29 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-24 16:01:08 +0000
commit2cc0b13226bc7d5ea48b4dcca7f8208c4519f420 (patch)
tree7582ff658ea13e3bccc5434561c3041755fd7065 /jstests/concurrency
parentd7e4648b8b5b9fa3f7f5f6fe422f6ece49f22b90 (diff)
downloadmongo-2cc0b13226bc7d5ea48b4dcca7f8208c4519f420.tar.gz
SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersion
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_workloads/collection_uuid.js2
-rw-r--r--jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/jstests/concurrency/fsm_workloads/collection_uuid.js b/jstests/concurrency/fsm_workloads/collection_uuid.js
index 011d3423a5b..e6a334711f4 100644
--- a/jstests/concurrency/fsm_workloads/collection_uuid.js
+++ b/jstests/concurrency/fsm_workloads/collection_uuid.js
@@ -51,8 +51,6 @@ const runCommandInLoop = function(
ErrorCodes.ConflictingOperationInProgress,
ErrorCodes.BackgroundOperationInProgressForNamespace,
ErrorCodes.ReshardCollectionInProgress,
- // TODO (SERVER-64449): Get rid of this exception
- ErrorCodes.OBSOLETE_StaleShardVersion,
ErrorCodes.QueryPlanKilled,
// StaleConfig is usually retried by the mongos, but in situations where multiple errors
// have ocurred on the same batch and MultipleErrorsOcurred is returned, one of the errors
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 1dcf4f203b9..ad79eb56440 100644
--- a/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js
+++ b/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js
@@ -79,8 +79,6 @@ var $config = extendWorkload($config, function($config, $super) {
// filter out those errors.
let skippableErrors = [
ErrorCodes.StaleConfig,
- // TODO (SERVER-64449): Get rid of this exception
- ErrorCodes.OBSOLETE_StaleShardVersion,
ErrorCodes.WriteConflict,
ErrorCodes.LockTimeout,
ErrorCodes.PreparedTransactionInProgress,