Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c896e2d2a9a221208fff9501850a99cb5456e8d1
https://github.com/WebKit/WebKit/commit/c896e2d2a9a221208fff9501850a99cb5456e8d1
Author: Claudio Saavedra <[email protected]>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebsiteData.cpp
M Tools/TestWebKitAPI/glib/TestExpectations.json
Log Message:
-----------
[GLIB] Tentative fix for flaky WebsiteData tests
https://bugs.webkit.org/show_bug.cgi?id=301689
Reviewed by Carlos Garcia Campos.
The problem with the tests in WebsiteData is that they try
to fetch data from a database handled by the network process
before it has had time to update the database. Under heavy
load this causes flakiness. Addding a bit of a waiting time
can help, let's see if these two tests stop failing.
* Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebsiteData.cpp:
(testWebsiteDataITP):
(testWebsiteDataServiceWorkerRegistrations):
* Tools/TestWebKitAPI/glib/TestExpectations.json:
Canonical link: https://commits.webkit.org/302343@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications