Closed
Bug 1620270
Opened 6 years ago
Closed 6 years ago
Ensure all the test-specific actors extend the Actor class
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox76 fixed)
RESOLVED
FIXED
Firefox 76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
There are a few actors we only create for testing purpose (see https://searchfox.org/mozilla-central/search?q=prototype.requestTypes+%3D&case=true®exp=false&path=)
Those don't extend the Actor class, which gets in the way of doing some refactoring in Actor and Pool.
Making sure that those extend Actor should help us moving forward.
| Assignee | ||
Comment 1•6 years ago
|
||
This will help us migrate some code to use Actor methods.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c3ffedc280e1
Extend the Actor class for actors created for tests. r=ochameau.
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•