[Webkit-unassigned] [Bug 260256] New: [WPE][GTK] API test `TestWebsiteData` `/webkit/WebKitWebsiteData/memory-pressure` is a timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 16 05:31:53 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=260256

            Bug ID: 260256
           Summary: [WPE][GTK] API test `TestWebsiteData`
                    `/webkit/WebKitWebsiteData/memory-pressure` is a
                    timeout
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vitaly at igalia.com
                CC: bugs-noreply at webkitgtk.org

This test verifies that the network process will be killed if the memory limit is reached.
It's done by calling `webkit_network_session_set_memory_pressure_settings()`.
The settings passed as an argument are later applied during the creation of a new network process.

Before 259433 at main a new network process was created for every network session but now only one network process is created.
Since this test is not the first one in the test suite, the network process was already created and the memory pressure settings have no effect.

Also, the name of the function is misleading now, because the memory pressure settings are applied to all sessions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230816/47042486/attachment-0001.htm>


More information about the webkit-unassigned mailing list