You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a build has multiple results for the same test case (i.e. reruns) the build status can be wrongly fail even if all test pass in the rerun.
To Reproduce
Steps to reproduce the behavior:
Execute and archive tests where some test cases of a test suite pass others fail
Execute the test that failed in the previous run so that they pass and archive them to the same build
While all test are shown to pass the build status shows failure
Expected behavior
The overall build status should always reflect the status of the last execution of each test case (and suite).
The text was updated successfully, but these errors were encountered:
The build status is now calculated from the statuses of the last execution
of each test case within that build.
This should also improve the performance of the teams/series API
Describe the bug
When a build has multiple results for the same test case (i.e. reruns) the build status can be wrongly fail even if all test pass in the rerun.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The overall build status should always reflect the status of the last execution of each test case (and suite).
The text was updated successfully, but these errors were encountered: