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.