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:
parent
d9814c89f0
commit
3f23b647d6
@ -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,
|
||||
* ]
|
||||
*/
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user