1) Remove the following suites:
- sharding_query_shape_hash_stability
- replica_sets_jscore_query_shape_hash_stability
- aggregation_query_shape_hash_stability
- aggregation_mongos_query_shape_hash_stability
2) Modify the following suites to assert on all the discoverable non-config nodes:
- sharded_collections_query_shape_hash_stability
- aggregation_sharded_collections_query_shape_hash_stability
This will be achieved by modifying the following override: "jstests/libs/override_methods/query_shape_hash_stability.js".
- is related to
-
SERVER-100658 Explain on non-existent collection returns empty results for sharded cluster aggregations
-
- Backlog
-