Exclude cursor_hints_to_query_settings_sharded_collections_passthrough from running on geo_borders.js.
Currently all the passthrough suites which exclude geo_borders.js also exclude tests tagged with assumes_unsharded_collection:
buildscripts/resmokeconfig/suites/magic_restore_sharded_collections_jscore_passthrough.yml buildscripts/resmokeconfig/suites/sharded_collections_uninitialized_fcv_jscore_passthrough.yml buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml buildscripts/resmokeconfig/suites/bulk_write_multi_op_sharded_collections_jscore_passthrough.yml buildscripts/resmokeconfig/suites/change_streams_downgrade.yml buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml buildscripts/resmokeconfig/suites/fcv_upgrade_downgrade_sharded_collections_jscore_passthrough.yml buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough_with_config_transitions.yml buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough_with_auto_bootstrap.yml buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough_with_replica_set_endpoint.yml
Replacing the previously added manual exclusions with assumes_unsharded_collection is the most consistent choice.
- related to
-
SERVER-33207 geo_borders.js fails in 2 shards sharded collections passthrough
- Closed