Closed
Bug 638226
Opened 14 years ago
Closed 14 years ago
Update snippets for test channels and release/beta channels are different
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Unassigned)
Details
(Whiteboard: [updates])
While running the updates for 3.5.17 and 3.6.14 on betatest, beta, releasetest, and release channels for all locales I have noticed that we have different content for those channels.
In the betatest and releasetest channels some locales are enabled which are causing a crash in the updater itself. See bug 628829. For the same locales the update is not available on beta and release.
When QA runs updates for the test channels we expect to have the same snippets as we offer for beta and release builds. Otherwise our test results are incomplete.
Would be great when we can fix that.
Comment 1•14 years ago
|
||
Probably because of bug 629256.
Reporter | ||
Comment 2•14 years ago
|
||
Such a change should be done for all channels. In cases like bug 629256 we get a native OS X error while running the Mozmill update tests. It doesn't play very nice with us, but it is manageable. Beside that there could come up cases, which could totally screw up our Mozmill tests. So we wouldn't be able to complete the tests at all.
Comment 3•14 years ago
|
||
Pending my question to rs at bug 629256 comment #14, we can redo bug 629256 comment #1 for all channels, or re-enable release channels.
Updated•14 years ago
|
Priority: -- → P3
Whiteboard: [updates]
Comment 4•14 years ago
|
||
Ok, we have to wait until 3.6.16 to re-enable updates now. So I'll clean up shortly after 3.6.15 build1 has pushed updates on betatest/releasetest. If you wait for my go you should avoid any mozmill problems.
Comment 5•14 years ago
|
||
movedir() {
echo $1
base=~/bug628226-backup/`dirname $1`
mkdir -p $base
mv $1 $base/
}
cd /opt/aus2/incoming/3/Firefox
# For 3.6: ml, te for all versions on branch
for d in 3.6*/Darwin*/*/{ml,te}/; do
movedir $d
done
# For 3.5: kn, ml, te for all version on branch
for d in 3.5*/Darwin*/*/{kn,ml,te}/; do
movedir $d
done
Done in MPT + PHX.
whimboo, all clear to do 3.6.15 update testing.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Oops, that should have been
base=~/bug638226-backup/`dirname $1`
Fixed after the fact.
Reporter | ||
Comment 7•14 years ago
|
||
Thanks Nick! Checked with updates from 3.6.13->3.6.15 on betatest and it works fine. No updates are offered for te and ml.
http://mozmill-archive.brasstacks.mozilla.com/#/update/overview?branch=All&channel=All&from=2011-03-04&to=2011-03-04
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•