There are currently three flavours of cursor hints to query settings suite, using the same override on different deployment options:
buildscripts/resmokeconfig/suites/cursor_hints_to_query_settings_replset_passthrough.yml buildscripts/resmokeconfig/suites/cursor_hints_to_query_settings_sharded_collections_passthrough.yml buildscripts/resmokeconfig/suites/cursor_hints_to_query_settings_unsharded_collections_passthrough.yml
These can be composed with matrix suites to reduce duplication.
Additionally, we could transform them into generated tasks for added parallelism.
- is related to
-
SERVER-96251 Avoid running array_index_and_nonIndex_consistent on cursor_hints_to_query_settings_passthrough
- Closed