-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Component/s: CSOT
-
None
-
Not Needed
Summary
The client-side-operations-timeout/etc/generate-basic-tests.py script cannot easily handle coupled operations like creating an index before dropping to avoid IndexNotFound, which require preconditions and shared arguments (e.g. key: {x: 1} for createIndex). This complexity makes the generated templates brittle and harder to maintain.
Acceptance Criteria
Investigate if it's straightforward to update the generate script to couple operations, specifically for creating indexes before dropping them to test dropIndex without incurring IndexNotFound. If not, suggest removing the following templates:
- related to
-
DRIVERS-3261 Update CSOT tests for change in dropIndex behavior in 8.3
-
- Implementing
-