SERVER-109003 Mark write_without_shard_key_with_moveChunk.js and timeseries_list_catalog.js with 'requires_getmore' (#42737)

GitOrigin-RevId: a4b1855644dc079ab1f18a87132fe6d3c3299600
This commit is contained in:
Silvia Surroca 2025-10-16 14:26:08 +02:00 committed by MongoDB Bot
parent d9814c89f0
commit 3f23b647d6
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@
* requires_sharding,
* uses_transactions,
* assumes_stable_shard_list,
* # TODO (SERVER-103880) Remove this tag once getMore is supported in stepdown scenarios.
* requires_getmore,
* ]
*/

View File

@ -10,6 +10,8 @@
* # In a multitenancy environment the catalog will always return tenant-prefixed entries, and the
* # override we use in the multitenancy suites hecks for the absence of this prefix.
* simulate_mongoq_incompatible,
* # TODO (SERVER-103880) Remove this tag once getMore is supported in stepdown scenarios.
* requires_getmore,
* ]
*/
import {TimeseriesTest} from "jstests/core/timeseries/libs/timeseries.js";