-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v7.0
-
Sharding NYC 2023-05-01
Currently, the helpers for waiting for query sampling to become active or inactive relies on checking that serverStatus "activeCollections" is >= 1 or = 0, respectively. This won't work for the test in SERVER-76296 where the collection is dropped and recreated or renamed (which causes the namespace or collection uuid to change).
- is depended on by
-
SERVER-76296 Make sure query sampling works correctly after DDL operations
- Closed