summaryrefslogtreecommitdiff
path: root/jstests/hooks/run_check_tenant_migration_dbhash.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/hooks/run_check_tenant_migration_dbhash.js')
-rw-r--r--jstests/hooks/run_check_tenant_migration_dbhash.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/hooks/run_check_tenant_migration_dbhash.js b/jstests/hooks/run_check_tenant_migration_dbhash.js
index 779ab9d1795..c75b98aa38b 100644
--- a/jstests/hooks/run_check_tenant_migration_dbhash.js
+++ b/jstests/hooks/run_check_tenant_migration_dbhash.js
@@ -10,8 +10,6 @@ const testDBName = "testTenantMigration";
const dbhashCollName = "dbhashCheck";
const tenantId = TestData.tenantId;
const migrationId = UUID(TestData.migrationIdString);
-const retryOnNetworkErrors = TestData.networkErrorAndTxnOverrideConfig &&
- TestData.networkErrorAndTxnOverrideConfig.retryOnNetworkErrors;
let donorRst;
let recipientRst;
@@ -36,8 +34,7 @@ while (true) {
}
// We assume every db is under the tenant being migrated.
-TenantMigrationUtil.checkTenantDBHashes(
- donorRst, recipientRst, tenantId, excludedDBs, retryOnNetworkErrors);
+TenantMigrationUtil.checkTenantDBHashes(donorRst, recipientRst, tenantId, excludedDBs);
// Mark that we have completed the dbhash check.
assert.commandWorked(donorDB.runCommand(