Closed
Bug 1253858
Opened 9 years ago
Closed 9 years ago
Turn off mochitest-push on esr45
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: aselagea)
References
Details
Attachments
(2 files)
(deleted),
patch
|
rail
:
review+
RyanVM
:
feedback+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
(deleted),
text/plain
|
Details |
Bug 1232029 disabled Push and Service Workers for esr45. Given that the test suite is extremely flaky as it is, is there any reason to run the tests at this point or can we turn them off and save some resources?
Reporter | ||
Comment 1•9 years ago
|
||
I should also point out that M(p) is hidden by default on Treeherder, which means that it's effectively unsheriffed as well.
Comment 2•9 years ago
|
||
+1 to turning the tests off. We're working on a plan to remove the dependency on the production server, but that's a ways out. No need to spend cycles on tests for a disabled feature.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → alin.selagea
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8727779 -
Flags: review?(ryanvm)
Assignee | ||
Comment 4•9 years ago
|
||
Also attached the tests diff file.
Reporter | ||
Comment 5•9 years ago
|
||
Comment on attachment 8727779 [details] [diff] [review]
bug_1253858.patch
Looks fine to me, but I'm not a peer of this code.
Attachment #8727779 -
Flags: review?(ryanvm)
Attachment #8727779 -
Flags: review?(rail)
Attachment #8727779 -
Flags: feedback+
Comment 6•9 years ago
|
||
Comment on attachment 8727779 [details] [diff] [review]
bug_1253858.patch
Review of attachment 8727779 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozilla-tests/config.py
@@ +2766,5 @@
> + if platform in BRANCHES[branch]['platforms']:
> + if slave_platform in BRANCHES[branch]['platforms'][platform]:
> + x = BRANCHES[branch]['platforms'][platform][slave_platform]
> + x['opt_unittest_suites'] = [i for i in x['opt_unittest_suites'] if i not in MOCHITEST_PUSH ]
> + x['debug_unittest_suites'] = [i for i in x['debug_unittest_suites'] if i not in MOCHITEST_PUSH ]
a nit: no space before ]
Attachment #8727779 -
Flags: review?(rail) → review+
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8727779 [details] [diff] [review]
bug_1253858.patch
Deleted the spaces and landed the patch.
Thanks!
Attachment #8727779 -
Flags: checked-in+
Comment 8•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•