-
Type: Task
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 3.3.11
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
0
The fuzzer routinely performs inserts directly into system.views. Many of these are invalid, which causes listCollections to fail. The dbhash and validation hooks both rely on listCollections, and the presence of invalid views will cause tests to fail.
For now, we should skip the hooks entirely in jstestfuzz suites if listCollections fails with an invalid-views specific error code.
- related to
-
SERVER-36816 Avoid reloading the view catalog on the primary and secondaries during the dbhash check
- Closed