SERVER-126486 Add requires_multi_update tag to timeseries tests using deleteMany (#53918)

GitOrigin-RevId: f6f1ba8c39a030a8fee813beb0c5c8ae8a2d0027
This commit is contained in:
Joan Bruguera Micó (at MongoDB) 2026-05-18 15:32:44 +00:00 committed by MongoDB Bot
parent 9f42b3d103
commit d50499d5ad
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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