Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
When following the "next" links returned as part of Evergreens rest api, it is not possible to get all of the tests run for certain tasks. An example is
In the UI, it shows that over 700 tests were run in this task. However, if you use the rest api and follow the paginated links provided in the response headers, it is only possible to get up to around 400.
This affects our team greatly. We rely upon this api working for both BFG log processing to work correctly and for the Auto Reverter to be able to tell what tasks are able ok to revert.