From d50499d5ada3929207cf71b4dfd09d0546d6c3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Bruguera=20Mic=C3=B3=20=28at=20MongoDB=29?= Date: Mon, 18 May 2026 15:32:44 +0000 Subject: [PATCH] SERVER-126486 Add requires_multi_update tag to timeseries tests using deleteMany (#53918) GitOrigin-RevId: f6f1ba8c39a030a8fee813beb0c5c8ae8a2d0027 --- jstests/core/timeseries/write/timeseries_delete_hint.js | 2 ++ .../timeseries/write/timeseries_delete_with_meta_concurrent.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/jstests/core/timeseries/write/timeseries_delete_hint.js b/jstests/core/timeseries/write/timeseries_delete_hint.js index 24f482d7343..a57ecc16f37 100644 --- a/jstests/core/timeseries/write/timeseries_delete_hint.js +++ b/jstests/core/timeseries/write/timeseries_delete_hint.js @@ -10,6 +10,8 @@ * # This test depends on certain writes ending up in the same bucket. Stepdowns and tenant * # migrations may result in writes splitting between two primaries, and thus different buckets. * does_not_support_stepdowns, + * # Uses deleteMany on a time-series collection. + * requires_multi_updates, * # We need a timeseries collection. * requires_timeseries, * # Uses parallel shell to wait on fail point diff --git a/jstests/core/timeseries/write/timeseries_delete_with_meta_concurrent.js b/jstests/core/timeseries/write/timeseries_delete_with_meta_concurrent.js index d45d187af86..9b1e182ac17 100644 --- a/jstests/core/timeseries/write/timeseries_delete_with_meta_concurrent.js +++ b/jstests/core/timeseries/write/timeseries_delete_with_meta_concurrent.js @@ -13,6 +13,8 @@ * # This test depends on certain writes ending up in the same bucket. Stepdowns and tenant * # migrations may result in writes splitting between two primaries, and thus different buckets. * does_not_support_stepdowns, + * # Uses deleteMany on a time-series collection. + * requires_multi_updates, * # We need a timeseries collection. * requires_timeseries, * # Uses parallel shell to wait on fail point