mirror of https://github.com/mongodb/mongo
SERVER-113994 Make sure to clear test resources before quit() in jstests (#44539)
GitOrigin-RevId: 6bb8d1b178891a68a771d2f712eb8a58d6be3fe9
This commit is contained in:
parent
bafd6d7b94
commit
94e6273fa6
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue