Closed Drarig29 closed 4 weeks ago
Branch report: corentin.girard/SYNTH-16456/incomplete-results-when-poll-result-404
Commit report: a91b3fa
Test service: datadog-ci-tests
:white_check_mark: 0 Failed, 1640 Passed, 0 Skipped, 1m 57.02s Total duration (1m 33.05s time saved)
What and why?
There is sometimes some latency between batches and the poll results endpoint. When this happens, the poll results endpoint may return a 404 error because some queried results cannot be found, so the request ends up returning nothing.
Currently, we retry 3 times on 404 errors for that endpoint, and if the request never succeeds, datadog-ci quits and the CI fails.
How?
The information for result {resultId} of test {publicId} was incomplete at the end of the batch.
Review checklist