sdk-java
sdk-java copied to clipboard
Add history pagination to Test Server
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