From c8a4ce5e07cbe0396f476bfba8a4c7a3f20ff13e Mon Sep 17 00:00:00 2001 From: Suganthi Mani Date: Thu, 31 Aug 2023 19:33:30 -0400 Subject: [PATCH] SERVER-57896 tenant_migration_donor_startup_recovery.js fix --- jstests/serverless/tenant_migration_donor_startup_recovery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jstests/serverless/tenant_migration_donor_startup_recovery.js b/jstests/serverless/tenant_migration_donor_startup_recovery.js index f6bc0d455fa..2a342561fb2 100644 --- a/jstests/serverless/tenant_migration_donor_startup_recovery.js +++ b/jstests/serverless/tenant_migration_donor_startup_recovery.js @@ -43,7 +43,7 @@ donorRst.startSet(); donorRst.initiate(); if (isShardMergeEnabled(donorRst.getPrimary().getDB("admin"))) { - donorRst.stop(); + donorRst.stopSet(); jsTestLog("Skipping this shard merge incompatible test."); quit(); }