Open
Bug 1917288
Opened 1 year ago
Updated 1 year ago
Increase expiry date range for network cookie tests
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
Details
(Whiteboard: [webdriver:backlog])
Follow up to Bug 1916221.
We are currently allowing for a 2s interval to check the cookie expiry date, because Firefox might be slightly adjusting the expiry timestamp based on network.cookie.useServerTime.
We should discuss about potentially setting that preference and/or increasing the interval.
Comment 1•1 year ago
|
||
We cannot just disable it for the cookie tests. It will work fine in our CI but the affected tests are still going to fail upstream where reports are sent to wpt.fyi. This is because metadata files are not evaluated over there.
| Reporter | ||
Comment 2•1 year ago
|
||
We decided to just increase the expiry data range.
Points: --- → 1
Priority: -- → P3
Summary: Consider setting network.cookies.useServerTime = false for network cookie tests → Increase expiry date range for network cookie tests
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•