|
We already have a single passthrough suite that creates unsplittable collections on a random shard. This ticket aims to create new passthrough suites that combine the implicit creation of unsplittable collections on a random shard behavior with other features.
This is the list of the expected new passthrough suites working with unsplittable collections created on random shards:
- aggregation
- bulk_write
- buil_write_multi_op
- causally_consistent
- causally_consistent_read_concern_snapshot
- change_streams
- change_streams_secondary_reads
- change_streams_whole_cluster_secondary_reads
- change_streams_whole_db_secondary_reads
- change_streams_multitenant
- cqf_experimental
- fcv_upgrade_downgrade
- multi_shard_local_read_write_multi_stmt_txn
- multi_shard_multi_stmt_txn
- multi_shard_multi_stmt_txn_kill_primary
- multi_shard_multi_stmt_txn_stepdown_primary
- jscore_txns
- with_auto_bootstrap
|