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
Shard time is calculated by summing all test durations together. FTL doesn't report orchestrator setup/teardown. That means individual test times and overall shard times used by flank are incorrect.
Work with FTL to get valid time data from the API
Update sharding algorithm to use real time values
Example JUnit XML result with 3s per test overhead:
…ocessing deflake reruns & reporting negative test case times.
Overhead (as described in #557) no longer exists in FTL, so this feature is not useful anymore.
Fixes#2363
…ocessing deflake reruns & reporting negative test case times. (#2364)
Overhead (as described in #557) no longer exists in FTL, so this feature is not useful anymore.
Fixes#2363
Shard time is calculated by summing all test durations together. FTL doesn't report orchestrator setup/teardown. That means individual test times and overall shard times used by flank are incorrect.
Example JUnit XML result with 3s per test overhead:
Total time in the JUnit XML is valid
<testsuite time="8s"
. Individual test times don't include overhead.The text was updated successfully, but these errors were encountered: