sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Add history pagination to Test Server

Open Spikhalskiy opened this issue 3 years ago • 0 comments

Actual Behavior

Currently, Test Server never paginates the history and returns it always in one chunk. This makes the SDK internals that are getting triggered only if the server paginates testable only with the real server.

Expected Behavior

Pagination of the Test Server doesn't have to match the behavior of the real server, but it should be present and it should be configurable, so SDK developers can set a mode with aggressive pagination to improve test coverage.

Related to: #1639 #1638

Spikhalskiy avatar Feb 06 '23 19:02 Spikhalskiy