Bug 260256
| Summary: | [WPE][GTK] API test `TestWebsiteData` `/webkit/WebKitWebsiteData/memory-pressure` is a timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, commit-queue |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 260262 | ||
| Bug Blocks: | |||
Vitaly Dyackhov
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@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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/16742
EWS
Committed 266946@main (53084658b468): <https://commits.webkit.org/266946@main>
Reviewed commits have been landed. Closing PR #16742 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 260262
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/16785
EWS
Committed 267000@main (c49fe081e573): <https://commits.webkit.org/267000@main>
Reviewed commits have been landed. Closing PR #16785 and removing active labels.