In SERVER-95200, we excluded a test from Antithesis testing because:
- It deliberately creates an invalid view definition, in order to test their behavior.
- Even though the test attempts to drop the invalid view definition, if Antithesis injects a fault in between the create and the drop, the ValidateCollection hook will detect the invalid view and fail.
We have more tests that create invalid view definitions (for example jstests/core/catalog/list_collections_no_views.js, among others), so we should locate and exclude all of them from Antithesis testing.
- related to
-
SERVER-95200 Exclude invalid_system_views.js from Antithesis testing
-
- Closed
-