SERVER-113994 Make sure to clear test resources before quit() in jstests (#44539)

GitOrigin-RevId: 6bb8d1b178891a68a771d2f712eb8a58d6be3fe9
This commit is contained in:
Rui Liu 2025-12-01 17:15:27 +00:00 committed by MongoDB Bot
parent bafd6d7b94
commit 94e6273fa6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const st = new ShardingTest({
// TODO SERVER-104122: Enable when 'WouldChangeOwningShard' writes are supported.
const uweEnabled = isUweEnabled(st.s);
if (uweEnabled) {
st.stop();
quit();
}