Bug 283110
Summary: | REGRESSION(285552@main): TestWebKitAPI.WKWebExtensionAPICookies.SetCookieWithExpirationDat is flakey | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Website Storage | Assignee: | Jonathan Bedard <jbedard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sihui_liu, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 281385 |
Jonathan Bedard
TestWebKitAPI.WKWebExtensionAPICookies.SetCookieWithExpirationDat has been flakey since its introduction in 285552@main.
History: https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WKWebExtensionAPICookies.SetCookieWithExpirationDate
Log:
Failed
TestWebKitAPI.WKWebExtensionAPICookies.SetCookieWithExpirationDate
2024-11-13 09:17:08.030 TestWebKitAPI[95136:1813563] +[IMKClient subclass]: chose IMKClient_Legacy
webkit-extension://e3e1347f-263c-4200-873b-37643185936b/background.js:16
Cookie should be set successfully:
Actual: undefined
Expected: "value"
webkit-extension://e3e1347f-263c-4200-873b-37643185936b/background.js:17
expirationDate should be the same as it was set:
Actual: undefined
Expected: 1731518228
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jonathan Bedard
Looking at the test and logs, it seems like this test is likely just race-y. I'm going to try and toy with the timing a bit.
Radar WebKit Bug Importer
<rdar://problem/139876570>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/36638
EWS
Committed 286600@main (df38ae2ba880): <https://commits.webkit.org/286600@main>
Reviewed commits have been landed. Closing PR #36638 and removing active labels.