Closed
Bug 1378402
Opened 8 years ago
Closed 7 years ago
Add budget throttling tests
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
Details
Attachments
(1 file)
21.57 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
Even though unit testing for budget throttling is hard, it should be entirely possible to add tests that at least tests that no throttling happens in the cases where we dis-allow throttling, like when we have websockets, audio etc.
Updated•8 years ago
|
Priority: -- → P1
Comment 2•7 years ago
|
||
AFAIK these aren't destined to be fixed in 56 or 57 so I'm setting the priority to P2.
Priority: P1 → P2
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
These are web platform tests located in the mozilla directory, which means that they're gecko only.
The tests will only run for non-debug builds, since they're prone to be intermittent, due to timeouts not running predictably enough. I'm hoping that they won't cause trouble, that's why I want to land them, but they're easily disabled by being isolated in their own directory if they do.
Attachment #8915868 -
Flags: review?(bkelly)
Updated•7 years ago
|
Attachment #8915868 -
Flags: review?(bkelly) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/448fa9629f60
Add tests for budget throttling. r=bkelly
Keywords: checkin-needed
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•