-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
v8.0
-
Cluster Scalability 2024-07-22
-
0
jstests/sharding/query/aggregation_currentop.js sets a fail point to make all yields hang to block an aggregation request, but this can lead to failures if it blocks background activity, like a shard registry refresh. To avoid this, the test should pass a namespace to the fail point so it only applies to the intended aggregation.