Closed Drarig29 closed 3 months ago
Branch report: corentin.girard/SYNTH-15833/bug-incomplete-results
Commit report: 5af8f07
Test service: datadog-ci-tests
:white_check_mark: 0 Failed, 416 Passed, 0 Skipped, 52.79s Total duration (2m 34.89s time saved)
What and why?
This PR fixes a bug where results without the complete information (server result from the polling endpoint) are reported as passed by default, even when the batch says the result failed.
How?
Change the source of truth for
hasResultPassed()
to be theResultInBatch
, instead of theServerResult
.Review checklist