From 2cc0b13226bc7d5ea48b4dcca7f8208c4519f420 Mon Sep 17 00:00:00 2001 From: Kaloian Manassiev Date: Fri, 24 Jun 2022 14:55:29 +0000 Subject: SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersion --- jstests/concurrency/fsm_workloads/collection_uuid.js | 2 -- jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js | 2 -- 2 files changed, 4 deletions(-) (limited to 'jstests/concurrency') 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, -- cgit v1.2.1