Closed
Bug 1299160
Opened 9 years ago
Closed 9 years ago
[prod] Several of the aliases for XP are redirecting to new products
Categories
(Webtools :: Bouncer, defect)
Webtools
Bouncer
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: mbrandt, Unassigned)
Details
(Whiteboard: [prod][fromAutomation])
With bug 1233779 we introduced several rule sets for WinXP users. There is some new behavior on prod with regard to how the redirects are behaving. Is this new behavior expected or a regression.
> https://webqa-ci.mozilla.com/view/Bouncer/job/bouncer.prod/36373/
For UA: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'
Product alias '42.0' used to redirect to '43.0.1.exe' but now redirects to /pub/firefox/releases/42.0/win32/en-US'
> assert '43.0.1.exe' in '/pub/firefox/releases/42.0/win32/en-US'
Product alias 'beta' used to redirect to '43.0.1.exe' but nowredirects to '/pub/firefox/releases/44.0b1/win32/en-US'
> assert '43.0.1.exe' in '/pub/firefox/releases/44.0b1/win32/en-US'
For UA: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1)'
Product alias '42.0' used to rediect to '43.0.1.exe' but now redirects to '/pub/firefox/releases/42.0/win32/en-US'
> assert '43.0.1.exe' in '/pub/firefox/releases/42.0/win32/en-US'
Product alias 'beta' used to redirect to '43.0.1.exe' but now redirects to '/pub/firefox/releases/44.0b1/win32/en-US'
assert '43.0.1.exe' in '/pub/firefox/releases/44.0b1/win32/en-US'
| Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(oremj)
Comment 1•9 years ago
|
||
(In reply to Matt Brandt [:mbrandt] from comment #0)
> For UA: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'
>
> Product alias '42.0' used to redirect to '43.0.1.exe' but now redirects to
> /pub/firefox/releases/42.0/win32/en-US'
> > assert '43.0.1.exe' in '/pub/firefox/releases/42.0/win32/en-US'
AFAIK, this is expected behavior (for now), see https://github.com/mozilla-services/go-bouncer/blob/f79046714016dd3490968a7355cce2bde6542e72/handlers_test.go#L101
The currently deployed version of bouncer serves whatever version you request if its version less than the watershed version (in this case 43.0.1)
> Product alias 'beta' used to redirect to '43.0.1.exe' but nowredirects to
> '/pub/firefox/releases/44.0b1/win32/en-US'
> > assert '43.0.1.exe' in '/pub/firefox/releases/44.0b1/win32/en-US'
I don't think this is true. 43.0.1 is release, 44.0b1 is beta.
> For UA: 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1)'
>
> Product alias '42.0' used to rediect to '43.0.1.exe' but now redirects to
> '/pub/firefox/releases/42.0/win32/en-US'
> > assert '43.0.1.exe' in '/pub/firefox/releases/42.0/win32/en-US'
The same with first case.
> Product alias 'beta' used to redirect to '43.0.1.exe' but now redirects to
> '/pub/firefox/releases/44.0b1/win32/en-US'
> assert '43.0.1.exe' in '/pub/firefox/releases/44.0b1/win32/en-US'
The same with second case.
| Reporter | ||
Comment 2•9 years ago
|
||
Thanks rail
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 3•9 years ago
|
||
Bumping to verified invalid. Once we do a prod push the tests will reflect the latest changeset.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Flags: needinfo?(oremj)
You need to log in
before you can comment on or make changes to this bug.
Description
•