Bug 230376

Summary: [ iOS ] http/tests/workers/service/client-removed-from-clients-while-in-page-cache.html is a flaky timeout
Product: WebKit Reporter: ayumi_kojima
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: Unspecified   

Description ayumi_kojima 2021-09-16 15:02:05 PDT
http/tests/workers/service/client-removed-from-clients-while-in-page-cache.html

Is flaky timing out on iOS.

History: http/tests/workers/service/client-removed-from-clients-while-in-page-cache.html

Diff;

--- /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/http/tests/workers/service/client-removed-from-clients-while-in-page-cache-expected.txt
+++ /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/http/tests/workers/service/client-removed-from-clients-while-in-page-cache-actual.txt
@@ -1,6 +1,5 @@
+FAIL: Timed out waiting for notifyDone to be called
+
 * Tests that a client is removed from the list of service worker clients while it is in the page cache
 
-PASS: service worker has initially 2 clients
-PASS: page is about to enter page cache
-PASS: service worker has only 1 client after 1 entered page cache
Comment 1 Radar WebKit Bug Importer 2021-09-16 15:11:42 PDT
<rdar://problem/83215183>
Comment 2 ayumi_kojima 2021-09-16 15:12:03 PDT
Marked test expectations: https://trac.webkit.org/changeset/282605/webkit
Comment 4 ayumi_kojima 2021-10-15 11:32:39 PDT
The test is not flaky any more on iOS 15. Removed the expectation https://trac.webkit.org/changeset/284257/webkit and closing the bug.