-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... Driver engineer
I want... to remove handling for opquery messages from extractCommand and extractReply helpers
So that... we eliminate code that is only used during testing
User Experience
- N/A
Dependencies
- None
Risks/Unknowns
- Are the code paths that handle opquery payloads actually being used or are they just being exercised because of our MockServer/Unified test runner
Acceptance Criteria
Implementation Requirements
- If these code path can be removed, then remove them, otherwise, document where/why they are used so we don't spend time investigating this in future
Testing Requirements
- Remove tests for these code paths if it turns out they are legitimately not used.
Documentation Requirements
- See implementation requirements
Follow Up Requirements
- None
Note: The utility of these code paths came into question when working on NODE-6452.
- related to
-
NODE-6452 Improve Performance of Command Monitoring
- Closed
-
DRIVERS-2944 Update handshake spec to allow using OP_MSG exclusively
- Backlog