Pagination for Flaky Test Results
d
david.blasen@compass.com
This is a feature results to add pagination for flaky test results. At the moment results are capped at 1000 results, but more results would be useful.
This is the end point that is used for those test results:
Canny AI
Merged in a post:
flaky-test API should support continuation (>1000 results)
d
david.blasen@compass.com
Our organization has a lot of test suites, and some of our test suite targets have a lot of tests (thousands). If a test in one of these larger suites errors out, any remaining tests in the suite will report failures, often leading to too many results for the API to return.
It would be nice if the API response included a continuation token so we could get the rest of the tests that have been marked as flaky.
Rose Black
The idea of adding this continuation token makes sense—it helps to get enough data without getting “stuck” when agario the number of results exceeds the limit, especially with large test suites.