RESOLVED CONFIGURATION CHANGED 196007
Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext
https://bugs.webkit.org/show_bug.cgi?id=196007
Summary Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext
Aakash Jain
Reported 2019-03-20 07:44:15 PDT
TestWebKitAPI.WebKit.FocusTextInputContext seems flaky. In https://ews-build.webkit-uat.org/#/builders/20/builds/2040, the test Failed in run-api-tests step. However, in the immediately next retry step (re-run-api-tests), it passed. Similar thing happened in https://ews-build.webkit-uat.org/#/builders/20/builds/2039
Attachments
Aakash Jain
Comment 1 2019-03-20 09:13:23 PDT
This test was added recently in https://trac.webkit.org/changeset/242696/webkit
Radar WebKit Bug Importer
Comment 4 2019-03-22 10:43:33 PDT
Aakash Jain
Comment 5 2019-03-24 04:55:39 PDT
Can we prioritize this? I am working on EWS for API tests, and this flaky failure is slowing down EWS (since we need to retry in case of any failure), and creating problem (e.g.: https://ews-build.webkit-uat.org/#/builders/20/builds/2254).
Tim Horton
Comment 6 2019-03-25 13:24:44 PDT
Interesting that both FocusTextInputContext and KeyboardTypeForInput, both of which depend on bringing up the keyboard, are frequently failing in the same runs
Aakash Jain
Comment 7 2019-04-04 14:49:22 PDT
Tim Horton
Comment 8 2019-04-29 23:10:06 PDT
Looks like somebody disabled it.
Aakash Jain
Comment 9 2019-05-06 12:02:56 PDT
(In reply to Tim Horton from comment #8) > Looks like somebody disabled it. Yeah, I disabled it in https://bugs.webkit.org/show_bug.cgi?id=196629 since it was so flaky that it was impacting automation (EWS for API test) significantly. Would be nice to have it fixed and re-enabled.
Tim Horton
Comment 10 2019-05-06 12:13:42 PDT
(In reply to Aakash Jain from comment #9) > (In reply to Tim Horton from comment #8) > > Looks like somebody disabled it. > Yeah, I disabled it in https://bugs.webkit.org/show_bug.cgi?id=196629 since > it was so flaky that it was impacting automation (EWS for API test) > significantly. Would be nice to have it fixed and re-enabled. Not for now; see the radar
Daniel Bates
Comment 11 2020-04-28 11:08:21 PDT
I removed this test in the patch for bug #210619 because I replaced -_focusTextInputContext with a new variant. I added tests that cover almost all the functionality tested in the flaky test.
Note You need to log in before you can comment on or make changes to this bug.