Closed Drarig29 closed 2 months ago
Branch report: corentin.girard/SYNTH-15675/report-timed-out-retries
Commit report: f5cb9bf
Test service: datadog-ci-tests
:white_check_mark: 0 Failed, 1636 Passed, 0 Skipped, 1m 56.34s Total duration (1m 31.2s time saved)
What and why?
This PR fixes a bug where timed out retries were sometimes not reported.
Bug description:
How?
In a backend PR, we added the
max_retries
property.If the result is
timed_out && retries < max_retries
, then we report it as a residual result.This PR also fixes the JUnit reporter by not saving intermediate results in the JUnit file, and adds a few properties (
retries
,max_retries
,initial_result_id
) to results in the JUnit file.Review checklist