-
Type: Sub-task
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
AC:
- Remove class GetMore
- Remove class KillCursor
- remove getMore and killCursor methods from connection and server
- Use command construction logic from connection methods in GetMoreOperation and KillCursorOperation
- Assess tests that are impacted for either removal or updating
- Ex. Unit tests for the GetMore class can be removed, Unit tests for the getMore method on either server or connection should be refactored to test the logic we moved to GetMoreOperation.execute.