You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected:
the framework tests how many records are actually returned by API and checks against that, rather than against the counter integer that the API returns to make an educated decision.
Most of all. I would expect that the framework does not endlessly request new pages once a request returned 0 records.
Actual:
The initial call only returned 10 instead of 12 records, despite the pageSize being set to 500.
Calls for next pages then return 0 records:
Log excerpt (removed all but id and cut off log after 2 bad retries):
Expected:
the framework tests how many records are actually returned by API and checks against that, rather than against the counter integer that the API returns to make an educated decision.
Most of all. I would expect that the framework does not endlessly request new pages once a request returned 0 records.
Actual:
The initial call only returned 10 instead of 12 records, despite the pageSize being set to 500.
Calls for next pages then return 0 records:
Log excerpt (removed all but
id
and cut off log after 2 bad retries):The text was updated successfully, but these errors were encountered: