Closed Bug 1307009 Opened 8 years ago Closed 8 years ago

test_css-properties-db.js will permafail from "mask-image" when Gecko 51 merges to beta on November 7th

Categories

(DevTools :: Framework, defect, P1)

51 Branch
defect

Tracking

(firefox51 fixed, firefox52 fixed)

RESOLVED FIXED
Firefox 52
Tracking Status
firefox51 --- fixed
firefox52 --- fixed

People

(Reporter: philor, Assigned: gregtatum)

References

Details

Attachments

(2 files)

Greg, what's on your schedule for the morning of November 7th, other than "updating a mozilla-beta tree and pushing a new generate-css-db 'on a CLOSED TREE'"? https://treeherder.mozilla.org/logviewer.html#?job_id=28371802&repo=try
Blocks: 1307010
A
Assignee: nobody → gtatum
Is there any documentation anywhere on how to build Aurora as Beta? I'm not finding any docs when I'm searching, and sleuthing around in https://dxr.mozilla.org/mozilla-central/source/testing/mozharness/scripts/merge_day/gecko_migration.py isn't getting me anywhere. I thought my preference checking would fix this, but apparently not.
Flags: needinfo?(philringnalda)
It's nothing anywhere near as formal and supported as that: what you do is know who is currently doing it, hope they aren't screwing up the patch to do it too badly, and search for their try pushes, like https://treeherder.mozilla.org/#/jobs?repo=try&author=philringnalda@gmail.com (though you need to go a little further than the last 10, to get to https://treeherder.mozilla.org/#/jobs?repo=try&revision=7e67649a365cedb0c2c79e575f4d4f37b7fa551d), to borrow their patch. For your purposes, you could probably simplify it down to just removing the "a2" from the version number, https://hg.mozilla.org/try/rev/7e67649a365cedb0c2c79e575f4d4f37b7fa551d#l19.12 and the two in browser/ just in case they matter, since that's what sets RELEASE_BUILD, and that ifdef is the reason why nothing to do with prefs would save you, because masking made the unfortunate decision to ifdef instead of pref it off on beta/release.
Flags: needinfo?(philringnalda)
Comment on attachment 8797774 [details] Bug 1307009 - Restrict the CSS properties db test to only nightly; https://reviewboard.mozilla.org/r/83382/#review81940 Looks reasonable. Thanks.
Attachment #8797774 - Flags: review?(ttromey) → review+
Comment on attachment 8797775 [details] Bug 1307009 - Remove caching optimization; https://reviewboard.mozilla.org/r/83384/#review81944 Thank you. I think it's for the best.
Attachment #8797775 - Flags: review?(ttromey) → review+
Keywords: leave-open
Pushed by gtatum@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4009150bc53b Restrict the CSS properties db test to only nightly; r=tromey https://hg.mozilla.org/integration/autoland/rev/4fa21c0bcb63 Remove caching optimization; r=tromey
Keywords: leave-open
Backed out for devtools failing in browser_styleeditor_autocomplete.js: https://hg.mozilla.org/integration/autoland/rev/436994fa49059a5645920f9369ef55e7666dbda5 https://hg.mozilla.org/integration/autoland/rev/d7f47065d28a39cc007a9fd72582d790bcd6e912 Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=4fa21c0bcb63fa2b46454ea38767d3239d31b712 Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=4531990&repo=autoland [task 2016-10-05T15:05:57.013648Z] 15:05:57 INFO - 330 INFO TEST-PASS | devtools/client/styleeditor/test/browser_styleeditor_autocomplete.js | Popup is open for index 28 - [task 2016-10-05T15:05:57.015436Z] 15:05:57 INFO - 331 INFO TEST-UNEXPECTED-FAIL | devtools/client/styleeditor/test/browser_styleeditor_autocomplete.js | Correct total suggestions for index 28 - Got 13, expected 14 [task 2016-10-05T15:05:57.017046Z] 15:05:57 INFO - Stack trace: [task 2016-10-05T15:05:57.019206Z] 15:05:57 INFO - chrome://mochikit/content/browser-test.js:test_is:954 [task 2016-10-05T15:05:57.021152Z] 15:05:57 INFO - chrome://mochitests/content/browser/devtools/client/styleeditor/test/browser_styleeditor_autocomplete.js:checkState/<:160 [task 2016-10-05T15:05:57.024123Z] 15:05:57 INFO - chrome://mochikit/content/browser-test.js:testScope/test_executeSoon/<.run:980
Flags: needinfo?(gtatum)
Flags: needinfo?(gtatum)
Status: NEW → ASSIGNED
Component: Developer Tools → Developer Tools: Framework
Priority: -- → P1
Pushed by gtatum@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/04b5cc7a68ef Restrict the CSS properties db test to only nightly; r=tromey https://hg.mozilla.org/integration/autoland/rev/0ff11dd8d054 Remove caching optimization; r=tromey
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Comment on attachment 8797774 [details] Bug 1307009 - Restrict the CSS properties db test to only nightly; Approval Request Comment [Feature/regressing bug #]: 1307009 [User impact if declined]: test_css-properties.js will permafail on uplift. This patch removes the test on anything but nightly, as we only care about providing a fallback css properties database from the nightly build. [Describe test coverage new/current, TreeHerder]: The test_css-properties.js file covers the database, but it is disabled with this patch. [Risks and why]: This is a test update. [String/UUID change made/needed]: none
Attachment #8797774 - Flags: approval-mozilla-aurora?
Comment on attachment 8797775 [details] Bug 1307009 - Remove caching optimization; Approval Request Comment [Feature/regressing bug #]: [User impact if declined]: [Describe test coverage new/current, TreeHerder]: [Risks and why]: [String/UUID change made/needed]: Approval Request Comment [Feature/regressing bug #]: 1307009 [User impact if declined]: test_css-properties.js will permafail on uplift. This patch removes the test on anything but nightly, as we only care about providing a fallback css properties database from the nightly build. [Describe test coverage new/current, TreeHerder]: The test_css-properties.js file covers the database, but it is disabled with this patch. [Risks and why]: This is a test update. [String/UUID change made/needed]: none
Attachment #8797775 - Flags: approval-mozilla-aurora?
Oh shoot, I just noticed that you already uplifted this to aurora. I'll cancel those flags.
Attachment #8797774 - Flags: approval-mozilla-aurora?
Attachment #8797775 - Flags: approval-mozilla-aurora?
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: