SERVER-126486 Add requires_multi_update tag to timeseries tests using deleteMany (#53918)
GitOrigin-RevId: f6f1ba8c39a030a8fee813beb0c5c8ae8a2d0027
This commit is contained in:
parent
9f42b3d103
commit
d50499d5ad
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user