Bug 188115

Summary: [GTK] API test /webkit/WebKitWebInspectorServer/test-page-list is flaky
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: Other   
Hardware: Mac   
OS: Linux   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Michael Catanzaro 2018-07-27 12:33:03 PDT
API test /webkit/WebKitWebInspectorServer/test-page-list is flaky:

TEST: ./Tools/glib/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspectorServer...
  /webkit/WebKitWebInspectorServer/test-page-list:                    FAIL
ERROR:/home/slave/webkitgtk/gtk-linux-64-release/build/Tools/TestWebKitAPI/Tests/WebKitGtk/TestInspectorServer.cpp:150:void testInspectorServerPageList(InspectorServerTest*, gconstpointer): assertion failed (valueString.get() == "http://127.0.0.1:2999/"): ("about:blank" == "http://127.0.0.1:2999/")
Comment 1 Carlos Garcia Campos 2020-07-14 06:05:31 PDT
The test is still trying to connect to DBus, but we no longer use DBus. Let's fix the test and see if its still flaky.
Comment 2 Carlos Garcia Campos 2020-07-14 06:08:24 PDT
Created attachment 404228 [details]
Patch
Comment 3 Carlos Garcia Campos 2020-07-15 01:52:39 PDT
Committed r264390: <https://trac.webkit.org/changeset/264390>