RESOLVED FIXED196947
ews-build should clearly indicate flaky test failures
https://bugs.webkit.org/show_bug.cgi?id=196947
Summary ews-build should clearly indicate flaky test failures
Aakash Jain
Reported 2019-04-15 16:08:41 PDT
API tests has various flaky failures. Since ews-build runs API tests multiple times, it can notice flaky tests. ews-build should clearly indicate flaky test in the UI when it identifies a flaky test. This would help in easily identifying flaky tests and getting them fixed.
Attachments
Patch (2.84 KB, patch)
2019-04-15 16:09 PDT, Aakash Jain
lforschler: review+
Aakash Jain
Comment 1 2019-04-15 16:09:49 PDT
Lucas Forschler
Comment 2 2019-04-15 16:33:15 PDT
Comment on attachment 367473 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=367473&action=review r=me after checking the first/second variable name. > Tools/BuildSlaveSupport/ews-build/steps.py:802 > + self._addToLog('stderr', '\nFailures in API Test second run: {}'.format(first_run_failures)) I think this should be second_run_failures.
Aakash Jain
Comment 3 2019-04-15 16:36:28 PDT
Radar WebKit Bug Importer
Comment 4 2019-04-15 16:37:18 PDT
Note You need to log in before you can comment on or make changes to this bug.