RESOLVED FIXED 204155
Make webkitperl EWS robust against flakiness in webkitperl tests
https://bugs.webkit.org/show_bug.cgi?id=204155
Summary Make webkitperl EWS robust against flakiness in webkitperl tests
Aakash Jain
Reported 2019-11-13 07:02:55 PST
We noticed in Bug 203964 that test262 in webkitperl are flaky. Ideally the flakiness should be fixed. However, we should also try to make EWS robust against such flakiness. When the webkitperl tests fail, we should run the one more time to confirm that the tests are actually failing, and it's not just a one time flakiness. Most of the time these tests pass on re-running. e.g.: In https://ews-build.webkit.org/#/builders/19/builds/13090, webkitperl tests failed, however on retry it passed (in https://ews-build.webkit.org/#/builders/19/builds/13091).
Attachments
Patch (4.80 KB, patch)
2019-11-13 07:06 PST, Aakash Jain
no flags
Aakash Jain
Comment 1 2019-11-13 07:06:55 PST
Aakash Jain
Comment 2 2019-11-13 07:08:59 PST
Jonathan Bedard
Comment 3 2019-11-13 07:37:11 PST
Comment on attachment 383454 [details] Patch Makes me kinda sad that Perl tests need this, they don't really have a good excuse for being flakey.
WebKit Commit Bot
Comment 4 2019-11-13 08:22:02 PST
Comment on attachment 383454 [details] Patch Clearing flags on attachment: 383454 Committed r252411: <https://trac.webkit.org/changeset/252411>
WebKit Commit Bot
Comment 5 2019-11-13 08:22:03 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-11-13 08:23:16 PST
Aakash Jain
Comment 7 2019-11-19 12:27:54 PST
Example where this change was helpful in preventing false results (due to flakiness): https://ews-build.webkit.org/#/builders/19/builds/13668
Note You need to log in before you can comment on or make changes to this bug.