Bug 207145

Summary: [ macOS wk1 ] inspector/canvas/recording-webgl-full.html is flaky timing out
Product: WebKit Reporter: Jacob Uphoff <jacob_uphoff>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, koivisto, tsavell, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=207154
Attachments:
Description Flags
Update Test Expectations none

Description Jacob Uphoff 2020-02-03 14:00:01 PST
inspector/canvas/recording-webgl-full.html 

This test is flaky timing out at 30 seconds, but is passing a lot of the time between 20-30 seconds

I ran this test in iterations and was able to reproduce several times within 20 runs

This seems to have started around commit 254428 but the test had been taking 20+ sends for many commits before that

History:

https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcanvas%2Frecording-webgl-full.html

Diff:

--- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/canvas/recording-webgl-full-expected.txt
+++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/inspector/canvas/recording-webgl-full-actual.txt
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Test that CanvasManager is able to record actions made to WebGL canvas contexts.
 
 
@@ -1000,8 +1001,4 @@
         0: (anonymous function)
         1: executeFrameFunction
     1: height = 2
-      swizzleTypes: [Number]
-      trace:
-        0: (anonymous function)
-        1: executeFrameFunction
Comment 1 Jacob Uphoff 2020-02-03 14:08:29 PST
Created attachment 389565 [details]
Update Test Expectations
Comment 2 Radar WebKit Bug Importer 2020-02-03 14:10:56 PST
<rdar://problem/59125006>
Comment 3 Truitt Savell 2020-02-03 14:14:01 PST
Comment on attachment 389565 [details]
Update Test Expectations

Clearing flags on attachment: 389565

Committed r255591: <https://trac.webkit.org/changeset/255591>
Comment 4 Alexey Proskuryakov 2020-02-04 10:34:32 PST
Seem like dupe of bug 207154, which is about inspector/canvas/recording-2d-full.html - history looks the same.
Comment 5 Alexey Proskuryakov 2020-02-04 10:35:30 PST
On a second thought, let's just dupe right away.

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