The following query settings passthrough suites currently use the ValidateCollection hook on ReplicaSetFixture configurations:
- buildscripts/resmokeconfig/suites/index_filters_to_query_settings.yml
- buildscripts/resmokeconfig/suites/implicit_query_settings_fallback.yml
The CheckReplDBHash hook waits until all operations have replicated to and have been applied on the secondaries, so we run the ValidateCollections hook after it to ensure we're validating the entire contents of the collection.
- related to
-
SERVER-90996 Add CheckReplDBHash to cursor_hints_to_query_settings_replset_passthrough
- Closed