Bug 203218 - REGRESSION (~r251067): http/tests/workers/service/registration-clear-redundant-worker.html is a flaky timeout
Summary: REGRESSION (~r251067): http/tests/workers/service/registration-clear-redundan...
Status: RESOLVED DUPLICATE of bug 203410
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-21 15:53 PDT by Russell Epstein
Modified: 2019-10-25 07:30 PDT (History)
3 users (show)

See Also:


Attachments
Test List (280 bytes, text/plain)
2019-10-21 16:34 PDT, Russell Epstein
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Epstein 2019-10-21 15:53:41 PDT
The following layout test is a flaky timeout after the changes landed in r251067:

http/tests/workers/service/registration-clear-redundant-worker.html

Test History:

https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=http%2Ftests%2Fsecurity%2FmixedContent%2Finsecure-image-in-iframe.html&test=http%2Ftests%2Fworkers%2Fservice%2Fregistration-clear-redundant-worker.html

Diff:

--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/http/tests/workers/service/registration-clear-redundant-worker-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/http/tests/workers/service/registration-clear-redundant-worker-actual.txt
@@ -1,6 +1,5 @@
-PASS: Unregistration was successful
-PASS: Worker became redundant after unregistering
-PASS: registration.installing is null
-PASS: registration.waiting is null
-PASS: registration.active is null
+#PID UNRESPONSIVE - WebKitTestRunnerApp (pid 68680)
+FAIL: Timed out waiting for notifyDone to be called
 
+#EOF
+#EOF
Comment 1 Radar WebKit Bug Importer 2019-10-21 15:54:12 PDT
<rdar://problem/56480245>
Comment 2 Russell Epstein 2019-10-21 16:34:06 PDT
Created attachment 381482 [details]
Test List

Test list for local reproduction.
Comment 3 Russell Epstein 2019-10-21 16:35:41 PDT
Steps to Reproduce:

Test appears timeout consistently when running the following command:

run-webkit-tests --ios-simulator --no-retry -g --no-sample-on-timeout --test-list test-list.txt --child-process 1

See test-list.txt attachment.
Comment 4 Russell Epstein 2019-10-21 16:38:33 PDT
(In reply to Russell Epstein from comment #0)
> 
> Test History:
> 
> https://results.webkit.org/?suite=layout-tests&suite=layout-
> tests&test=http%2Ftests%2Fsecurity%2FmixedContent%2Finsecure-image-in-iframe.
> html&test=http%2Ftests%2Fworkers%2Fservice%2Fregistration-clear-redundant-
> worker.html


Accidentally included extra test in history link.
Updated Link:

https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fworkers%2Fservice%2Fregistration-clear-redundant-worker.html
Comment 5 Russell Epstein 2019-10-21 16:52:29 PDT
Marked test as a flaky timeout in r251397
Comment 6 youenn fablet 2019-10-25 07:29:43 PDT
Thanks for the repro steps, that is really helpful!
I think I found the issue and will it as bug 203410.
Comment 7 youenn fablet 2019-10-25 07:30:02 PDT

*** This bug has been marked as a duplicate of bug 203410 ***